diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e638ff7..d7b3d65 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,7 +27,7 @@ export default function ContactPage() { { name: "Our Story", id: "about" }, { name: "Collection", id: "products" }, { name: "Craftsmanship", id: "craft" }, - { name: "Contact", href: "/contact" } + { name: "Contact", id: "/contact" } ]} brandName="Casa Habano Reserve" button={{ text: "Shop Now", href: "/" }} @@ -36,6 +36,8 @@ export default function ContactPage() {