Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-31 22:40:50 +00:00
2 changed files with 15 additions and 14 deletions

View File

@@ -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"
/>

View File

@@ -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"
/>