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() {