diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index dc5a575..5eb39ab 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -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"
>
-
+
{} }}
- mobileButton={{ text: "Cart", onClick: () => {} }}
/>
@@ -77,12 +76,11 @@ export default function ShopPage() {
headingFontWeight="medium"
>
-
+
{} }}
- mobileButton={{ text: "Cart", onClick: () => {} }}
/>