Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -55,13 +55,14 @@ export default function CollectionPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", href: "/"},
|
||||
{ name: "Best Sellers", href: "/#best-sellers"},
|
||||
{ name: "Aqua Collection", href: "/collections/p-aqua"},
|
||||
{ name: "EmberCell Collection", href: "/collections/p-embercell"},
|
||||
{ name: "PrismaStem Collection", href: "/collections/p-prismastem"},
|
||||
{ name: "About", href: "/#about"},
|
||||
{ name: "Contact", href: "/#contact"},
|
||||
{ name: "Home", id: "/"},
|
||||
{ name: "Best Sellers", id: "/#best-sellers"},
|
||||
{ name: "Aqua Collection", id: "/collections/p-aqua"},
|
||||
{ name: "EmberCell Collection", id: "/collections/p-embercell"},
|
||||
{ name: "PrismaStem Collection", id: "/collections/p-prismastem"},
|
||||
{ name: "About", id: "/#about"},
|
||||
{ name: "Contact", id: "/#contact"},
|
||||
|
||||
]}
|
||||
brandName="Introstem"
|
||||
/>
|
||||
|
||||
@@ -33,13 +33,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", href: "/"},
|
||||
{ name: "Best Sellers", href: "/#best-sellers"},
|
||||
{ name: "Aqua Collection", href: "/collections/p-aqua"},
|
||||
{ name: "EmberCell Collection", href: "/collections/p-embercell"},
|
||||
{ name: "PrismaStem Collection", href: "/collections/p-prismastem"},
|
||||
{ name: "About", href: "/#about"},
|
||||
{ name: "Contact", href: "/#contact"},
|
||||
{ name: "Home", id: "/"},
|
||||
{ name: "Best Sellers", id: "/#best-sellers"},
|
||||
{ name: "Aqua Collection", id: "/collections/p-aqua"},
|
||||
{ name: "EmberCell Collection", id: "/collections/p-embercell"},
|
||||
{ name: "PrismaStem Collection", id: "/collections/p-prismastem"},
|
||||
{ name: "About", id: "/#about"},
|
||||
{ name: "Contact", id: "/#contact"},
|
||||
]}
|
||||
brandName="Introstem"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user