From 5da7aac940e0eaf954309e2fd06103d82c15b0c4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:09:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5a454b..396c7a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "footer" } ]} /> @@ -215,7 +215,7 @@ export default function LandingPage() { }, { title: "Support", items: [ - { label: "Contact Us", href: "#contact" }, + { label: "Contact Us", href: "#footer" }, { label: "FAQ", href: "#faq" }, { label: "Shipping Info", href: "#" }, { label: "Returns", href: "#" } -- 2.49.1