diff --git a/components/home/bonus.tsx b/components/home/bonus.tsx index 1975dfe7d..19338834d 100644 --- a/components/home/bonus.tsx +++ b/components/home/bonus.tsx @@ -6,7 +6,7 @@ import CursorClick from "@/components/icons/cursor-click.svg"; const Bonus: React.VoidFunctionComponent = () => { return ( -
+

Principles

We're not like the others

diff --git a/components/home/home.tsx b/components/home/home.tsx index 72d72f343..7a512c339 100644 --- a/components/home/home.tsx +++ b/components/home/home.tsx @@ -12,12 +12,8 @@ const Home: React.VoidFunctionComponent = () => { Rallly - Schedule group meetings -
- -
-
- -
+ + ); }; diff --git a/components/page-layout.tsx b/components/page-layout.tsx index dfca1286d..bc716d614 100644 --- a/components/page-layout.tsx +++ b/components/page-layout.tsx @@ -72,38 +72,36 @@ const PageLayout: React.VoidFunctionComponent = ({ }) => { const breakpoint = useBreakpoint(); return ( -
+
Rallly - Support -
-
-
-
- - - - - - - Yes—with 3 Ls - -
+
+
+
+ + + + + + + Yes—with 3 Ls +
- - {breakpoint === "sm" ? ( - - - - } - > - - - ) : null}
+ + {breakpoint === "sm" ? ( + + + + } + > + + + ) : null}
{children}