Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 16:45:08 +00:00
parent 8006cee8fe
commit 74c4978118

View File

@@ -18,9 +18,9 @@ export default function ShopPage() {
const navItems = [{ "name": "Home", "id": "/" }, { "name": "Shop", "id": "/shop" }];
const footerColumns = [
{ "title": "Vitality", "items": [{ "label": "About", "href": "about" }, { "label": "Innovations", "href": "features" }] },
{ "title": "Connect", "items": [{ "label": "Contact", "href": "contact" }, { "label": "FAQ", "href": "faq" }] },
{ "title": "Resources", "items": [{ "label": "Insights", "href": "blog" }, { "label": "Press", "href": "#" }] }
{ "title": "Vitality", "items": [{ "label": "About", "href": "/#about" }, { "label": "Innovations", "href": "/#features" }] },
{ "title": "Connect", "items": [{ "label": "Contact", "href": "/#contact" }, { "label": "FAQ", "href": "/#faq" }] },
{ "title": "Resources", "items": [{ "label": "Insights", "href": "/blog" }, { "label": "Press", "href": "#" }] }
];
if (isLoading) {
@@ -38,12 +38,11 @@ export default function ShopPage() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={navItems}
brandName="Vitality"
button={{ text: "Cart", onClick: () => {} }}
mobileButton={{ text: "Cart", onClick: () => {} }}
/>
</div>
<div id="loading-section" data-section="loading-section">
@@ -77,12 +76,11 @@ export default function ShopPage() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={navItems}
brandName="Vitality"
button={{ text: "Cart", onClick: () => {} }}
mobileButton={{ text: "Cart", onClick: () => {} }}
/>
</div>
<div id="product-catalog" data-section="product-catalog">