diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 68a26ea..0685da2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1403,4 +1403,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 29e0d1f..5a96726 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,7 @@ export default function LandingPage() { navItems={[ { name: "About", id: "about" }, { name: "Features", id: "features" }, + { name: "Products", id: "products" }, { name: "Team", id: "team" }, { name: "Join Us", id: "contact" }, { name: "FAQ", id: "faq" } @@ -113,6 +114,35 @@ export default function LandingPage() { /> +
+ +
+
); -} \ No newline at end of file +}