diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f950479..f0c29a7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -73,24 +73,21 @@ export default function ContactPage() { copyrightText="© 2025 Lavanda Fragrances. All rights reserved." columns={[ { - title: "Collections", - items: [ + title: "Collections", items: [ { label: "All Fragrances", href: "/collections" }, { label: "New Arrivals", href: "/collections" }, { label: "Limited Edition", href: "/collections" } ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Careers", href: "/careers" } ] }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "/faq" }, { label: "Shipping Info", href: "/shipping" }