Update src/app/contact/page.tsx

This commit is contained in:
2026-01-22 13:18:35 +00:00
parent a45b3e5667
commit a3deb5a197

View File

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