From 41dc6603a018959ce9bca2e1188b6e7231a80b4e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 16:46:32 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From a8f95386319666b41a46414470f16e4c9d4c3670 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 16:46:33 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) 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 +} -- 2.49.1