Compare commits
9 Commits
version_16
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3809dfbeab | |||
| 01f90b33f6 | |||
| 4d3b1197e6 | |||
| 7327d56a91 | |||
| ac949f82e2 | |||
| a57572ed57 | |||
| 7cca83ca69 | |||
| 7c95452906 | |||
| a92ef9fd1a |
@@ -11,8 +11,8 @@ import { Manrope } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Detail Pros | Premium Car Detailing by Students',
|
||||
description: 'Experience meticulous car detailing by local high school students. Guaranteed satisfaction, eco-friendly products, and affordable Bronze, Silver, Gold packages. Book your shine today!',
|
||||
title: 'Upper Valley Detail | Premium Car Detailing by Students',
|
||||
description: 'Experience meticulous car detailing by local high school students at Upper Valley Detail. Guaranteed satisfaction, eco-friendly products, and affordable detailing packages. Book your shine today!',
|
||||
keywords: ["car detailing, auto detailing, local car wash, student car detailing, mobile car wash, car cleaning service, high school students, eco-friendly car wash, car care"],
|
||||
openGraph: {
|
||||
"title": "Detail Pros | Premium Car Detailing by Students",
|
||||
|
||||
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Upper Valley Detail"
|
||||
title="Upper Valley Detail: Precision Car Care by Dedicated Students"
|
||||
titleClassName="font-bold"
|
||||
description="We're two high school freshmen with two years of experience in meticulous detailing. Your satisfaction is guaranteed. Say you're interested and let us transform your vehicle!"
|
||||
testimonials={[]}
|
||||
|
||||
@@ -10,7 +10,7 @@ import { Facebook, Instagram, Twitter } from "lucide-react";
|
||||
export const metadata: Metadata = {
|
||||
title: "Schedule Your Detail | Upper Valley Detail", description: "Book your next car detailing appointment with Upper Valley Detail using our easy online schedule management system. View available time slots and secure your spot.", keywords: ["schedule car detailing, book car detailing, car detailing calendar, auto detailing appointment, Upper Valley Detail schedule"],
|
||||
openGraph: {
|
||||
title: "Schedule Your Detail | Upper Valley Detail", description: "Book your next car detailing appointment with Upper Valley Detail using our easy online schedule management system. View available time slots and secure your spot.", url: "https://www.uppervalleydetail.com/schedule", siteName: "Upper Valley Detail", images: [
|
||||
title: "Schedule Your Detail | Upper Valley Detail", description: "Book your next car detailing appointment with Upper Valley Detail using our easy online schedule management system. View available time slots and secure your spot.", url: "https://www.uppervalleydetailing.com/schedule", siteName: "Upper Valley Detail", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/high-angle-new-car-with-back-door-open_23-2148332892.jpg", alt: "Car detailing schedule calendar"
|
||||
}
|
||||
@@ -48,7 +48,8 @@ export default function SchedulePage() {
|
||||
{ name: "About Us", id: "#about-student-team" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Appointments", id: "/appointments" },
|
||||
{ name: "Manage Availability", id: "/blackout-times"}
|
||||
{ name: "Manage Availability", id: "/blackout-times"},
|
||||
{ name: "Schedule", id: "/schedule"}
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule Now", href: "/schedule"}}
|
||||
|
||||
Reference in New Issue
Block a user