Merge version_3 into main #5
@@ -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,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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user