diff --git a/src/tsx/components/Accordion.tsx b/src/tsx/components/Accordion.tsx index 7e4ca39..69550d1 100644 --- a/src/tsx/components/Accordion.tsx +++ b/src/tsx/components/Accordion.tsx @@ -24,7 +24,7 @@ const Accordion: React.FC = ({ label, children }) => { }, [open]); return ( -
  • +
  • = ({ spacingTop = true }) => { return ( -
    +

    Hast du weitere Fragen, Feedback oder ein Anliegen?

    diff --git a/src/tsx/components/sections/Introduction.tsx b/src/tsx/components/sections/Introduction.tsx index b00a94a..d2bde5f 100644 --- a/src/tsx/components/sections/Introduction.tsx +++ b/src/tsx/components/sections/Introduction.tsx @@ -37,7 +37,7 @@ function Introduction() { } return ( -
    +

    Was beinhaltet smartes Grünflächenmanagement alles? diff --git a/src/tsx/components/sections/Process.tsx b/src/tsx/components/sections/Process.tsx index 947ce07..0ce9925 100644 --- a/src/tsx/components/sections/Process.tsx +++ b/src/tsx/components/sections/Process.tsx @@ -18,7 +18,7 @@ function Process() { }; return ( -
    +

    Der aktuelle Projektfortschritt diff --git a/src/tsx/components/sections/Stakeholder.tsx b/src/tsx/components/sections/Stakeholder.tsx index b58833b..98f583f 100644 --- a/src/tsx/components/sections/Stakeholder.tsx +++ b/src/tsx/components/sections/Stakeholder.tsx @@ -36,7 +36,7 @@ const Stakeholder: React.FC = ({ hasDesktopList = false }) => } return ( -
    +

    Wer sind die Beteiligten? diff --git a/src/tsx/pages/HomePage.tsx b/src/tsx/pages/HomePage.tsx index 6a99f04..83f9194 100644 --- a/src/tsx/pages/HomePage.tsx +++ b/src/tsx/pages/HomePage.tsx @@ -18,9 +18,11 @@ function HomePage() { - - - +
    + + + +
    ); }