diff --git a/src/components/landing-page.tsx b/src/components/landing-page.tsx index 82dd9b8..19e057f 100644 --- a/src/components/landing-page.tsx +++ b/src/components/landing-page.tsx @@ -15,9 +15,9 @@ function Section({ title: string; paragraphs: ReactElement; }) { - return (
+ return (
-

{title}

+

{title}

{paragraphs}
@@ -134,7 +134,7 @@ export default function LandingPage( return (