3 Commits

Author SHA1 Message Date
d0dea1a85e Update src/app/store/page.tsx 2026-03-04 07:57:06 +00:00
3cc0f26d8f Update src/app/page.tsx 2026-03-04 07:57:06 +00:00
135e60a1f7 Merge version_2 into main
Merge version_2 into main
2026-03-04 07:52:53 +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" }}