Update src/app/page.tsx

This commit is contained in:
2026-01-22 10:46:14 +00:00
parent 66411b625d
commit df6198b81d

View File

@@ -171,15 +171,15 @@ export default function HomePage() {
columns={[
{
title: "Shop", items: [
{ label: "Arrangements", href: "/arrangements" },
{ label: "Arrangements", href: "arrangements" },
{ label: "Seasonal Collections", href: "#" },
{ label: "Custom Orders", href: "#" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "About Us", href: "about" },
{ label: "Contact", href: "contact" },
{ label: "Delivery Info", href: "#" }
]
},