Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 21:44:39 +00:00
parent c642fbfee3
commit 623576c75f

View File

@@ -62,7 +62,7 @@ export default function ShopPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
{ name: "Clients", id: "/#clients" }
{ name: "Clients", id: "/" }
]}
brandName="Pro Studio"
className="bg-card/90 backdrop-blur-sm shadow-lg"
@@ -115,7 +115,7 @@ export default function ShopPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
{ name: "Clients", id: "/#clients" }
{ name: "Clients", id: "/" }
]}
brandName="Pro Studio"
className="bg-card/90 backdrop-blur-sm shadow-lg"