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

This commit is contained in:
2026-02-16 14:46:31 +00:00
parent 87aed6631b
commit 3543c4b2ec

View File

@@ -104,16 +104,16 @@ export default function ProductPage({ params }: ProductPageProps) {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Testimonials", id: "testimonials" }
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" }
]
},
{
items: [
{ label: "About Us", id: "about" },
{ label: "Contact", id: "contact" },
{ label: "FAQ", id: "faq" }
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" }
]
},
{
@@ -184,16 +184,16 @@ export default function ProductPage({ params }: ProductPageProps) {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Testimonials", id: "testimonials" }
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" }
]
},
{
items: [
{ label: "About Us", id: "about" },
{ label: "Contact", id: "contact" },
{ label: "FAQ", id: "faq" }
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" }
]
},
{
@@ -288,16 +288,16 @@ export default function ProductPage({ params }: ProductPageProps) {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Testimonials", id: "testimonials" }
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" }
]
},
{
items: [
{ label: "About Us", id: "about" },
{ label: "Contact", id: "contact" },
{ label: "FAQ", id: "faq" }
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" }
]
},
{