From f9c20b2afe699dd8dd91efbaee802de2b175cec5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 00:32:15 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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() {