Merge version_3 into main #5

Merged
bender merged 3 commits from version_3 into main 2026-03-05 01:53:53 +00:00
3 changed files with 4 additions and 5 deletions

View File

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

View File

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

View File

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