Merge version_1 into main #1
@@ -4,41 +4,25 @@ import { Open_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Elite Car Detailing Rutland VT | 5.0 Star Rated",
|
||||
description: "Professional car and truck detailing in Rutland, VT. 5.0-star rated service with 15+ years experience. Interior, exterior, pet hair removal & more. Call (802) 683-7814.",
|
||||
keywords: "car detailing Rutland VT, truck detailing near me, auto detailing Rutland, professional car wash, vehicle detailing service",
|
||||
metadataBase: new URL("https://elitedetailingrutland.com"),
|
||||
title: "Elite Car Detailing Rutland VT | 5.0 Star Rated", description: "Professional car and truck detailing in Rutland, VT. 5.0-star rated service with 15+ years experience. Interior, exterior, pet hair removal & more. Call (802) 683-7814.", keywords: "car detailing Rutland VT, truck detailing near me, auto detailing Rutland, professional car wash, vehicle detailing service", metadataBase: new URL("https://elitedetailingrutland.com"),
|
||||
alternates: {
|
||||
canonical: "https://elitedetailingrutland.com",
|
||||
},
|
||||
canonical: "https://elitedetailingrutland.com"},
|
||||
openGraph: {
|
||||
title: "Elite Car Detailing Rutland VT | 5.0 Star Rated",
|
||||
description: "Professional car and truck detailing in Rutland, VT. 5.0-star rated service. Call (802) 683-7814.",
|
||||
url: "https://elitedetailingrutland.com",
|
||||
siteName: "Elite Detailing",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Elite Car Detailing Rutland VT | 5.0 Star Rated", description: "Professional car and truck detailing in Rutland, VT. 5.0-star rated service. Call (802) 683-7814.", url: "https://elitedetailingrutland.com", siteName: "Elite Detailing", type: "website", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg",
|
||||
alt: "Elite Detailing - Premium truck detailing service",
|
||||
},
|
||||
url: "https://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg", alt: "Elite Detailing - Premium truck detailing service"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Elite Car Detailing Rutland VT | 5.0 Star Rated",
|
||||
description: "Professional car and truck detailing in Rutland, VT. Call (802) 683-7814.",
|
||||
images: ["https://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg"],
|
||||
card: "summary_large_image", title: "Elite Car Detailing Rutland VT | 5.0 Star Rated", description: "Professional car and truck detailing in Rutland, VT. Call (802) 683-7814.", images: ["https://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
101
src/app/page.tsx
101
src/app/page.tsx
@@ -35,8 +35,7 @@ export default function HomePage() {
|
||||
{ name: "Reviews", id: "testimonials" }
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+18026837814"
|
||||
text: "Call Now", href: "tel:+18026837814"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -54,20 +53,16 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg",
|
||||
imageAlt: "Freshly detailed truck with professional finish"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg", imageAlt: "Freshly detailed truck with professional finish"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg",
|
||||
imageAlt: "Clean car interior after professional detailing"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg", imageAlt: "Clean car interior after professional detailing"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg",
|
||||
imageAlt: "Shiny exterior of a newly detailed vehicle"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg", imageAlt: "Shiny exterior of a newly detailed vehicle"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/fireman-holding-jacket-protective-helmet-garage-fire-department-leaning-fire-engine-looking-outside_613910-20419.jpg",
|
||||
imageAlt: "Premium SUV detailing showcase"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/fireman-holding-jacket-protective-helmet-garage-fire-department-leaning-fire-engine-looking-outside_613910-20419.jpg", imageAlt: "Premium SUV detailing showcase"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -97,32 +92,16 @@ export default function HomePage() {
|
||||
tag="Premium Services"
|
||||
features={[
|
||||
{
|
||||
title: "Interior Detailing",
|
||||
description: "Deep cleaning of seats, carpets, and interior surfaces. Odor elimination and stain removal included.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg",
|
||||
imageAlt: "car interior cleaning detail professional",
|
||||
button: { text: "Learn More", href: "tel:+18026837814" }
|
||||
title: "Interior Detailing", description: "Deep cleaning of seats, carpets, and interior surfaces. Odor elimination and stain removal included.", imageSrc: "https://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552299.jpg", imageAlt: "car interior cleaning detail professional", button: { text: "Learn More", href: "tel:+18026837814" }
|
||||
},
|
||||
{
|
||||
title: "Exterior Detailing",
|
||||
description: "Professional wash, wax, and polish. Paint protection and ceramic coating options available.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg",
|
||||
imageAlt: "car wash exterior shine professional",
|
||||
button: { text: "Learn More", href: "tel:+18026837814" }
|
||||
title: "Exterior Detailing", description: "Professional wash, wax, and polish. Paint protection and ceramic coating options available.", imageSrc: "https://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg", imageAlt: "car wash exterior shine professional", button: { text: "Learn More", href: "tel:+18026837814" }
|
||||
},
|
||||
{
|
||||
title: "Truck & SUV Detailing",
|
||||
description: "Specialized services for larger vehicles. Engine bay cleaning and undercarriage care included.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/fireman-holding-jacket-protective-helmet-garage-fire-department-leaning-fire-engine-looking-outside_613910-20419.jpg",
|
||||
imageAlt: "SUV detailing clean shiny professional",
|
||||
button: { text: "Learn More", href: "tel:+18026837814" }
|
||||
title: "Truck & SUV Detailing", description: "Specialized services for larger vehicles. Engine bay cleaning and undercarriage care included.", imageSrc: "https://img.b2bpic.net/free-photo/fireman-holding-jacket-protective-helmet-garage-fire-department-leaning-fire-engine-looking-outside_613910-20419.jpg", imageAlt: "SUV detailing clean shiny professional", button: { text: "Learn More", href: "tel:+18026837814" }
|
||||
},
|
||||
{
|
||||
title: "Pet Hair & Deep Cleaning",
|
||||
description: "Advanced pet hair extraction technology. Odor removal and allergen treatment for families with pets.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg",
|
||||
imageAlt: "truck detailing clean shiny professional",
|
||||
button: { text: "Learn More", href: "tel:+18026837814" }
|
||||
title: "Pet Hair & Deep Cleaning", description: "Advanced pet hair extraction technology. Odor removal and allergen treatment for families with pets.", imageSrc: "https://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg", imageAlt: "truck detailing clean shiny professional", button: { text: "Learn More", href: "tel:+18026837814" }
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -140,58 +119,28 @@ export default function HomePage() {
|
||||
tag="5.0 Star Rated"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mark Johnson",
|
||||
handle: "@markj_rutland",
|
||||
testimonial: "My truck looked cleaner than the day it rolled off the lot. Frank and his team are true professionals.",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489656.jpg",
|
||||
imageAlt: "portrait man truck owner happy"
|
||||
id: "1", name: "Mark Johnson", handle: "@markj_rutland", testimonial: "My truck looked cleaner than the day it rolled off the lot. Frank and his team are true professionals.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489656.jpg", imageAlt: "portrait man truck owner happy"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Williams",
|
||||
handle: "@sarahw_family",
|
||||
testimonial: "Our family has great trust in Frank and his staff. They treat our vehicles like their own.",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489668.jpg",
|
||||
imageAlt: "portrait woman car family happy"
|
||||
id: "2", name: "Sarah Williams", handle: "@sarahw_family", testimonial: "Our family has great trust in Frank and his staff. They treat our vehicles like their own.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489668.jpg", imageAlt: "portrait woman car family happy"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Chen",
|
||||
handle: "@davidc_vt",
|
||||
testimonial: "Top notch service — heads above the rest. I've been coming back for 5 years.",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/shot-professional-truck-driver-standing-by-his-truck-with-tablet-setting-up-gps-navigation-ride_342744-1344.jpg",
|
||||
imageAlt: "portrait man professional business confident"
|
||||
id: "3", name: "David Chen", handle: "@davidc_vt", testimonial: "Top notch service — heads above the rest. I've been coming back for 5 years.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/shot-professional-truck-driver-standing-by-his-truck-with-tablet-setting-up-gps-navigation-ride_342744-1344.jpg", imageAlt: "portrait man professional business confident"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jennifer Brooks",
|
||||
handle: "@jen_brooks",
|
||||
testimonial: "Best detail job I've ever had. The attention to detail is incredible. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg",
|
||||
imageAlt: "portrait woman professional confident smile"
|
||||
id: "4", name: "Jennifer Brooks", handle: "@jen_brooks", testimonial: "Best detail job I've ever had. The attention to detail is incredible. Highly recommend!", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg", imageAlt: "portrait woman professional confident smile"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tom Patterson",
|
||||
handle: "@tompatterson",
|
||||
testimonial: "Fair pricing, exceptional results. This is where I bring all my vehicles.",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/man-blue-shirt-guy-tractor-agricultural-machinery_1157-43629.jpg",
|
||||
imageAlt: "portrait man casual happy outdoor"
|
||||
id: "5", name: "Tom Patterson", handle: "@tompatterson", testimonial: "Fair pricing, exceptional results. This is where I bring all my vehicles.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/man-blue-shirt-guy-tractor-agricultural-machinery_1157-43629.jpg", imageAlt: "portrait man casual happy outdoor"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa Rodriguez",
|
||||
handle: "@lisarodriguez",
|
||||
testimonial: "Professional, reliable, and trustworthy. Elite Detailing is the only choice in Rutland.",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489740.jpg",
|
||||
imageAlt: "portrait woman casual smile outdoor"
|
||||
id: "6", name: "Lisa Rodriguez", handle: "@lisarodriguez", testimonial: "Professional, reliable, and trustworthy. Elite Detailing is the only choice in Rutland.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489740.jpg", imageAlt: "portrait woman casual smile outdoor"
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
@@ -208,14 +157,10 @@ export default function HomePage() {
|
||||
tag="Local Trust"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "30+",
|
||||
description: "Five-star reviews from happy customers in Rutland and surrounding areas."
|
||||
id: "1", value: "30+", description: "Five-star reviews from happy customers in Rutland and surrounding areas."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "15+",
|
||||
description: "Years of experience delivering premium detailing services to local families and businesses."
|
||||
id: "2", value: "15+", description: "Years of experience delivering premium detailing services to local families and businesses."
|
||||
}
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
@@ -132,7 +132,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user