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