From d6682375bce9eb3b7ab4bcaee19f3f084520b187 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 11:18:38 +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 f1be2d6..79d773b 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,11 +28,11 @@ export default function BlogPage() { Date: Thu, 19 Feb 2026 11:18:39 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a52bea8..5938d1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { Date: Thu, 19 Feb 2026 11:18:40 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 62c0f00..6474bc0 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,11 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) { console.log('Privacy Policy clicked')} @@ -137,11 +137,11 @@ export default function ProductPage({ params }: ProductPageProps) { console.log('Privacy Policy clicked')} @@ -198,11 +198,11 @@ export default function ProductPage({ params }: ProductPageProps) { logoHref="/" navItems={[ { name: "Home", id: "/" }, - { name: "Adopt", id: "/adopt" }, - { name: "About", id: "/about" }, - { name: "Impact", id: "/impact" }, - { name: "Testimonials", id: "/testimonials" }, - { name: "Contact", id: "/contact" }, + { name: "Adopt", id: "/#adopt" }, + { name: "About", id: "/#about" }, + { name: "Impact", id: "/#impact" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "Contact", id: "/#contact" }, { name: "Shop", id: "/shop" } ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} @@ -247,9 +247,9 @@ export default function ProductPage({ params }: ProductPageProps) {