From d7e103be84af19cdd0e8caa3da7e81150be328fa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:26:02 +0000 Subject: [PATCH] Update src/app/services/painting/page.tsx --- src/app/services/painting/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/painting/page.tsx b/src/app/services/painting/page.tsx index 51e7859..6fb03f4 100644 --- a/src/app/services/painting/page.tsx +++ b/src/app/services/painting/page.tsx @@ -28,9 +28,9 @@ export default function PaintingServicesPage() { brandName="Earl Boys Services" navItems={[ { name: "Home", id: "/" }, - { name: "Services", id: "/services" }, - { name: "About", id: "/about" }, - { name: "Reviews", id: "/reviews" }, + { name: "Services", id: "services" }, + { name: "About", id: "about" }, + { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "/contact" } ]} button={{ -- 2.49.1