Update src/app/page.tsx
This commit is contained in:
@@ -171,15 +171,15 @@ export default function HomePage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop", items: [
|
title: "Shop", items: [
|
||||||
{ label: "Arrangements", href: "/arrangements" },
|
{ label: "Arrangements", href: "arrangements" },
|
||||||
{ label: "Seasonal Collections", href: "#" },
|
{ label: "Seasonal Collections", href: "#" },
|
||||||
{ label: "Custom Orders", href: "#" }
|
{ label: "Custom Orders", href: "#" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "about" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "contact" },
|
||||||
{ label: "Delivery Info", href: "#" }
|
{ label: "Delivery Info", href: "#" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user