Update src/app/shop/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user