diff --git a/Frontend/src/app/(pages)/page.tsx b/Frontend/src/app/(pages)/page.tsx index c2b5c9d..e315771 100644 --- a/Frontend/src/app/(pages)/page.tsx +++ b/Frontend/src/app/(pages)/page.tsx @@ -10,7 +10,7 @@ import Background from "../components/landing/background"; * @returns the page jsx */ const LandingPage = (): ReactElement => ( -
+
{/* Hero */}
diff --git a/Frontend/src/app/components/landing/hero.tsx b/Frontend/src/app/components/landing/hero.tsx index 4072912..860a3e2 100644 --- a/Frontend/src/app/components/landing/hero.tsx +++ b/Frontend/src/app/components/landing/hero.tsx @@ -13,7 +13,7 @@ import { ReactElement } from "react"; */ const Hero = (): ReactElement => (
-
+
{/* Title */}