Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 07:57:11 +00:00
2 changed files with 2 additions and 4 deletions

View File

@@ -30,10 +30,9 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
brandName="LIORA"
navItems={[
{ name: "Shop", id: "products" },
{ name: "Shop", id: "/store" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Store", id: "/store" }
{ name: "Reviews", id: "testimonials" }
]}
button={{ text: "Shop Now", href: "#products" }}
animateOnLoad={true}

View File

@@ -26,7 +26,6 @@ export default function StorePage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/store" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" }
]}
button={{ text: "Shop Now", href: "#products" }}