9 Commits

Author SHA1 Message Date
3809dfbeab Merge version_19 into main
Merge version_19 into main
2026-03-25 19:43:54 +00:00
01f90b33f6 Update src/app/schedule/page.tsx 2026-03-25 19:43:51 +00:00
4d3b1197e6 Merge version_18 into main
Merge version_18 into main
2026-03-25 19:34:27 +00:00
7327d56a91 Update src/app/page.tsx 2026-03-25 19:34:24 +00:00
ac949f82e2 Merge version_17 into main
Merge version_17 into main
2026-03-25 19:33:09 +00:00
a57572ed57 Update src/app/schedule/page.tsx 2026-03-25 19:33:06 +00:00
7cca83ca69 Update src/app/layout.tsx 2026-03-25 19:33:05 +00:00
7c95452906 Merge version_16 into main
Merge version_16 into main
2026-03-25 19:12:45 +00:00
a92ef9fd1a Merge version_16 into main
Merge version_16 into main
2026-03-25 19:11:07 +00:00
3 changed files with 6 additions and 5 deletions

View File

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

View File

@@ -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={[]}

View File

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