diff --git a/website/src/app/page.tsx b/website/src/app/page.tsx index efb7a7d63..e3625146f 100644 --- a/website/src/app/page.tsx +++ b/website/src/app/page.tsx @@ -106,7 +106,7 @@ export default function Page() {
-
+
diff --git a/website/src/components/ElevatorPitch/index.tsx b/website/src/components/ElevatorPitch/index.tsx index 2c07da26e..72302037e 100644 --- a/website/src/components/ElevatorPitch/index.tsx +++ b/website/src/components/ElevatorPitch/index.tsx @@ -48,8 +48,8 @@ export default function ElevatorPitch() { const OptionButton = ({ title, desc, icon, index }: OptionButtonProps) => { return (