From 261c3f1e60689828fd63992f0dd48e0b8c3eec10 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:53:48 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 49f11ab..8a4c54d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -36,8 +36,7 @@ export default function ContactPage() { { name: "Services", id: "services" }, { name: "Why Us", id: "why-us" }, { name: "Reviews", id: "reviews" }, - { name: "Book Now", id: "contact" }, - { name: "Contact", id: "contact" } + { name: "Book Now", id: "booking" } ]} brandName="OnSpot" bottomLeftText="Ottawa, Ontario" -- 2.49.1 From 878b3591c981096b16cf4cb2f9d348e74cf1248c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:53:49 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7e902f2..f3b160e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "OnSpot Mobile Detailing", description: "Premium mobile car detailing in Ottawa. Professional interior and exterior detailing. 5-Star Rated. Available 24/7."}; + title: "OnSpot Mobile Detailing", description: "Premium mobile car detailing in Ottawa. Professional interior and exterior detailing. 5-Star Rated. Available 24/7." +}; export default function RootLayout({ children, -- 2.49.1 From 0f5bfbe9376a20ef52c9e0197e69185b241be8f8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:53:49 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d957e09..a7a8017 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,8 +41,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Why Us", id: "why-us" }, { name: "Reviews", id: "reviews" }, - { name: "Book Now", id: "contact" }, - { name: "Contact", id: "contact" } + { name: "Book Now", id: "booking" } ]} brandName="OnSpot" bottomLeftText="Ottawa, Ontario" -- 2.49.1