Update src/app/shop/page.tsx

This commit is contained in:
2026-02-18 21:50:59 +00:00
parent 92d68dae3e
commit 462d3bbbc5

View File

@@ -40,6 +40,7 @@ export default function ShopPage() {
{ name: "Portfolio", id: "portfolio" }, { name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" } { name: "Shop", id: "/shop" }
]} ]}
button={{ text: "Cart", onClick: () => console.log("cart") }} button={{ text: "Cart", onClick: () => console.log("cart") }}
@@ -62,7 +63,7 @@ export default function ShopPage() {
{ {
title: "Company", items: [ title: "Company", items: [
{ label: "About Us", href: "#" }, { label: "About Us", href: "#" },
{ label: "Team", href: "#" }, { label: "Team", href: "#team" },
{ label: "Blog", href: "#" }, { label: "Blog", href: "#" },
{ label: "Careers", href: "#" } { label: "Careers", href: "#" }
] ]
@@ -107,6 +108,7 @@ export default function ShopPage() {
{ name: "Portfolio", id: "portfolio" }, { name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" } { name: "Shop", id: "/shop" }
]} ]}
button={{ text: "Cart", onClick: () => console.log("cart") }} button={{ text: "Cart", onClick: () => console.log("cart") }}
@@ -137,7 +139,7 @@ export default function ShopPage() {
{ {
title: "Company", items: [ title: "Company", items: [
{ label: "About Us", href: "#" }, { label: "About Us", href: "#" },
{ label: "Team", href: "#" }, { label: "Team", href: "#team" },
{ label: "Blog", href: "#" }, { label: "Blog", href: "#" },
{ label: "Careers", href: "#" } { label: "Careers", href: "#" }
] ]