Update src/app/shop/page.tsx

This commit is contained in:
2026-02-21 14:23:36 +00:00
parent 7838024917
commit 82e5c7f12a

View File

@@ -34,7 +34,7 @@ export default function ShopPage() {
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Features", id: "/#features" }, { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "FAQ", id: "/#faq" }, { name: "Contact", id: "/#contact" }
{ name: "Home", id: "/" },
]}
brandName="Biorogo"
button={{ text: "Cart", onClick: () => {} }}
@@ -91,7 +91,7 @@ export default function ShopPage() {
<div id="navbar" data-section="navbar">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Features", id: "/#features" }, { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "FAQ", id: "/#faq" }, { name: "Contact", id: "/#contact" }
{ name: "Home", id: "/" },
]}
brandName="Biorogo"
button={{ text: "Cart", onClick: () => {} }}