From 998c75645940cd53d1c3000c4de7c41329f5a914 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 14:00:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d22760..fbd5616 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,15 +37,17 @@ export default function LandingPage() { name: "Home", id: "/"}, { name: "Services", id: "/services"}, + { + name: "Products", id: "/products"}, { name: "Prices", id: "/#pricing"}, { name: "Franchise", id: "/franchise"}, { - name: "Contact", id: "/#contact"}, - - { name: "Blog", id: "/blog" }, -]} + name: "Blog", id: "/blog" }, + { + name: "Contact", id: "/#contact"} + ]} brandName="Doc Barnet Grooming Salon" button={{ text: "BOOK NOW", href: bookingUrl}} @@ -260,6 +262,8 @@ export default function LandingPage() { label: "Contact", href: "/#contact"}, { label: "Book Now", href: bookingUrl}, + { + label: "Products", href: "/products"}, { label: "Blog", href: "/blog"}, { -- 2.49.1