From 78e7f7c83426f9ad0d6d2522240f2b9a986f1db7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 16:45:07 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 70c7433..04661eb 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,14 +28,14 @@ export default function BlogPage() { @@ -63,19 +63,19 @@ export default function BlogPage() { columns={[ { title: "Vitality", items: [ - { label: "About", href: "about" }, - { label: "Innovations", href: "features" }, + { label: "About", href: "/#about" }, + { label: "Innovations", href: "/#features" }, ], }, { title: "Connect", items: [ - { label: "Contact", href: "contact" }, - { label: "FAQ", href: "faq" }, + { label: "Contact", href: "/#contact" }, + { label: "FAQ", href: "/#faq" }, ], }, { title: "Resources", items: [ - { label: "Insights", href: "blog" }, + { label: "Insights", href: "/blog" }, { label: "Press", href: "#" }, ], }, -- 2.49.1 From dbb15abebff2d150c2a200b8ff065115ce23dd73 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 16:45:07 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06ae91e..50a4c15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { Date: Fri, 20 Feb 2026 16:45:08 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index b8cf09e..4e7bf27 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -68,9 +68,9 @@ export default function ProductPage({ params }: ProductPageProps) { 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) { @@ -88,12 +88,11 @@ export default function ProductPage({ params }: ProductPageProps) { headingFontWeight="medium" > -