diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index cf26e91..a77626c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,10 +29,10 @@ export default function BlogPage() { brandName="The Image Barbershop" navItems={[ { name: "Home", id: "/" }, - { name: "Services", id: "services" }, - { name: "Barbers", id: "team" }, - { name: "Testimonials", id: "testimonials" }, - { name: "Book Now", id: "contact" }, + { name: "Services", id: "/#services" }, + { name: "Barbers", id: "/#team" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "Book Now", id: "/#contact" }, ]} /> @@ -58,8 +58,8 @@ export default function BlogPage() {