Update src/app/contact/page.tsx
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user