Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -93,15 +93,13 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="MyCo"
|
brandName="MyCo"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{name: "Home", id: "/"},
|
||||||
{ name: "About", id: "/#about" },
|
{name: "About", id: "/#about"},
|
||||||
{ name: "Features", id: "/#features" },
|
{name: "Features", id: "/#features"},
|
||||||
{ name: "Products", id: "/#products" },
|
{name: "Products", id: "/#products"},
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
{name: "Testimonials", id: "/#testimonials"},
|
||||||
{ name: "FAQ", id: "/#faq" },
|
{name: "FAQ", id: "/#faq"},
|
||||||
{ name: "Contact", id: "/#contact" },
|
{name: "Contact", id: "/#contact"}
|
||||||
{ name: "Blog", id: "/blog" },
|
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -157,15 +155,13 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="MyCo"
|
brandName="MyCo"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{name: "Home", id: "/"},
|
||||||
{ name: "About", id: "/#about" },
|
{name: "About", id: "/#about"},
|
||||||
{ name: "Features", id: "/#features" },
|
{name: "Features", id: "/#features"},
|
||||||
{ name: "Products", id: "/#products" },
|
{name: "Products", id: "/#products"},
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
{name: "Testimonials", id: "/#testimonials"},
|
||||||
{ name: "FAQ", id: "/#faq" },
|
{name: "FAQ", id: "/#faq"},
|
||||||
{ name: "Contact", id: "/#contact" },
|
{name: "Contact", id: "/#contact"}
|
||||||
{ name: "Blog", id: "/blog" },
|
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -226,15 +222,13 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="MyCo"
|
brandName="MyCo"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{name: "Home", id: "/"},
|
||||||
{ name: "About", id: "/#about" },
|
{name: "About", id: "/#about"},
|
||||||
{ name: "Features", id: "/#features" },
|
{name: "Features", id: "/#features"},
|
||||||
{ name: "Products", id: "/#products" },
|
{name: "Products", id: "/#products"},
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
{name: "Testimonials", id: "/#testimonials"},
|
||||||
{ name: "FAQ", id: "/#faq" },
|
{name: "FAQ", id: "/#faq"},
|
||||||
{ name: "Contact", id: "/#contact" },
|
{name: "Contact", id: "/#contact"}
|
||||||
{ name: "Blog", id: "/blog" },
|
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user