Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -94,7 +94,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Clients", id: "/#clients" }
|
||||
]}
|
||||
brandName="Pro Studio"
|
||||
className="bg-card/90 backdrop-blur-sm shadow-lg"
|
||||
@@ -147,7 +148,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Clients", id: "/#clients" }
|
||||
]}
|
||||
brandName="Pro Studio"
|
||||
className="bg-card/90 backdrop-blur-sm shadow-lg"
|
||||
@@ -207,7 +209,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Clients", id: "/#clients" }
|
||||
]}
|
||||
brandName="Pro Studio"
|
||||
className="bg-card/90 backdrop-blur-sm shadow-lg"
|
||||
|
||||
Reference in New Issue
Block a user