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."
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" }