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" 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, 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"