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