Update src/app/shop/page.tsx
This commit is contained in:
@@ -24,11 +24,11 @@ export default function ShopPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{name: "Home", id: "/"},
|
{name: "Home", id: "/"},
|
||||||
{name: "Products", id: "products"},
|
{name: "Products", id: "#products"},
|
||||||
{name: "Shop", id: "/shop"},
|
{name: "Shop", id: "/shop"},
|
||||||
{name: "About", id: "about"},
|
{name: "About", id: "#about"},
|
||||||
{name: "Testimonials", id: "testimonials"},
|
{name: "Testimonials", id: "#testimonials"},
|
||||||
{name: "Contact", id: "contact"}
|
{name: "Contact", id: "/contact"}
|
||||||
]}
|
]}
|
||||||
brandName="Kvitok"
|
brandName="Kvitok"
|
||||||
bottomLeftText="Fresh Flowers Daily"
|
bottomLeftText="Fresh Flowers Daily"
|
||||||
@@ -85,13 +85,13 @@ export default function ShopPage() {
|
|||||||
title: "Shop", items: [
|
title: "Shop", items: [
|
||||||
{ label: "All Arrangements", href: "/shop" },
|
{ label: "All Arrangements", href: "/shop" },
|
||||||
{ label: "Collections", href: "/#feature" },
|
{ label: "Collections", href: "/#feature" },
|
||||||
{ label: "Custom Orders", href: "/#contact" }
|
{ label: "Custom Orders", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About Us", href: "/#about" },
|
{ label: "About Us", href: "/#about" },
|
||||||
{ label: "Contact Us", href: "/#contact" },
|
{ label: "Contact Us", href: "/contact" },
|
||||||
{ label: "Testimonials", href: "/#testimonials" }
|
{ label: "Testimonials", href: "/#testimonials" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user