Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-17 13:14:29 +00:00
parent 6a383e825d
commit 4adaa2a974

View File

@@ -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: "#" }