From faca816140a1cd1ccdf5a696b2f6d93da0bcbe6f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 21:11:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5782d27..8267987 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Features", id: "features" }, { name: "Pricing", id: "pricing" }, { name: "Testimonials", id: "testimonials" }, - { name: "FAQ", id: "faq" } + { name: "FAQ", id: "faq" }, + { name: "Contact", id: "contact" } ]} button={{ text: "Shop Now", href: "#products" }} /> @@ -204,7 +205,7 @@ export default function LandingPage() {
@@ -239,7 +249,7 @@ export default function LandingPage() {