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: "#" }