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() { 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) {