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

This commit is contained in:
2026-02-18 21:50:58 +00:00
parent 8c57347a98
commit 92d68dae3e

View File

@@ -90,6 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -112,7 +113,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Team", href: "#" },
{ label: "Team", href: "#team" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" }
]
@@ -158,6 +159,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -188,7 +190,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Team", href: "#" },
{ label: "Team", href: "#team" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" }
]
@@ -233,6 +235,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -288,7 +291,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Team", href: "#" },
{ label: "Team", href: "#team" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" }
]