Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -103,23 +103,23 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
columns={[
|
||||
{
|
||||
title: "Collections", items: [
|
||||
{ label: "All Flowers", href: "#products" },
|
||||
{ label: "Seasonal", href: "#products" },
|
||||
{ label: "Premium", href: "#products" },
|
||||
{ label: "Custom Orders", href: "#contact" }
|
||||
{ label: "All Flowers", href: "products" },
|
||||
{ label: "Seasonal", href: "products" },
|
||||
{ label: "Premium", href: "products" },
|
||||
{ label: "Custom Orders", href: "contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "About", items: [
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Why Choose Us", href: "#features" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Our Story", href: "about" },
|
||||
{ label: "Why Choose Us", href: "features" },
|
||||
{ label: "Testimonials", href: "testimonials" },
|
||||
{ label: "Blog", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Delivery Info", href: "#" },
|
||||
{ label: "Care Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" }
|
||||
@@ -187,23 +187,23 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
columns={[
|
||||
{
|
||||
title: "Collections", items: [
|
||||
{ label: "All Flowers", href: "#products" },
|
||||
{ label: "Seasonal", href: "#products" },
|
||||
{ label: "Premium", href: "#products" },
|
||||
{ label: "Custom Orders", href: "#contact" }
|
||||
{ label: "All Flowers", href: "products" },
|
||||
{ label: "Seasonal", href: "products" },
|
||||
{ label: "Premium", href: "products" },
|
||||
{ label: "Custom Orders", href: "contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "About", items: [
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Why Choose Us", href: "#features" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Our Story", href: "about" },
|
||||
{ label: "Why Choose Us", href: "features" },
|
||||
{ label: "Testimonials", href: "testimonials" },
|
||||
{ label: "Blog", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Delivery Info", href: "#" },
|
||||
{ label: "Care Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" }
|
||||
@@ -295,23 +295,23 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
columns={[
|
||||
{
|
||||
title: "Collections", items: [
|
||||
{ label: "All Flowers", href: "#products" },
|
||||
{ label: "Seasonal", href: "#products" },
|
||||
{ label: "Premium", href: "#products" },
|
||||
{ label: "Custom Orders", href: "#contact" }
|
||||
{ label: "All Flowers", href: "products" },
|
||||
{ label: "Seasonal", href: "products" },
|
||||
{ label: "Premium", href: "products" },
|
||||
{ label: "Custom Orders", href: "contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "About", items: [
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Why Choose Us", href: "#features" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Our Story", href: "about" },
|
||||
{ label: "Why Choose Us", href: "features" },
|
||||
{ label: "Testimonials", href: "testimonials" },
|
||||
{ label: "Blog", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Delivery Info", href: "#" },
|
||||
{ label: "Care Guide", href: "#" },
|
||||
{ label: "FAQ", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user