Merge version_1 into main #1

Merged
development merged 5 commits from version_1 into main 2026-01-22 13:18:42 +00:00
Showing only changes of commit a3deb5a197 - Show all commits

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