Update src/app/page.tsx
This commit is contained in:
@@ -176,7 +176,7 @@ export default function MagnoliaPage() {
|
|||||||
{
|
{
|
||||||
title: "Shop", items: [
|
title: "Shop", items: [
|
||||||
{ label: "Featured Collections", href: "#products" },
|
{ label: "Featured Collections", href: "#products" },
|
||||||
{ label: "Custom Arrangements", href: "#footer" },
|
{ label: "Custom Arrangements", href: "#contact" },
|
||||||
{ label: "Seasonal Specials", href: "#products" }
|
{ label: "Seasonal Specials", href: "#products" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -184,14 +184,14 @@ export default function MagnoliaPage() {
|
|||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Our Story", href: "#about" },
|
{ label: "Our Story", href: "#about" },
|
||||||
{ label: "Careers", href: "#footer" }
|
{ label: "Careers", href: "#contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support", items: [
|
title: "Support", items: [
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
{ label: "Contact Us", href: "#footer" },
|
{ label: "Contact Us", href: "#contact" },
|
||||||
{ label: "Delivery Info", href: "#footer" }
|
{ label: "Delivery Info", href: "#contact" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user