Merge version_1 into main #1
@@ -94,7 +94,7 @@ export default function GalleryPage() {
|
||||
author: "Wash Specialists",
|
||||
description: "Complete exterior wash with foam treatment, tire shine, and hand dry. Watch your car go from dusty to pristine.",
|
||||
tags: ["Exterior", "Before & After"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outside_23-2148958781.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outside_23-2148958781.jpg?_wi=4",
|
||||
imageAlt: "Before and after exterior wash",
|
||||
},
|
||||
{
|
||||
@@ -103,7 +103,7 @@ export default function GalleryPage() {
|
||||
author: "Interior Detail Team",
|
||||
description: "Full interior refresh including vacuum, dashboard cleaning, window polish, and odor treatment for a fresh cabin.",
|
||||
tags: ["Interior", "Deep Clean"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=4",
|
||||
imageAlt: "Interior detail transformation",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function GalleryPage() {
|
||||
author: "Premium Service",
|
||||
description: "Complete head-to-toe detail including exterior wash, interior deep clean, tire treatment, and premium polish finish.",
|
||||
tags: ["Full Service", "VIP"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg?_wi=6",
|
||||
imageAlt: "Full spa service result",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,56 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Fresh Wash Auto Spa | Premium Car Wash & Detailing Jamaica",
|
||||
description: "Luxury car wash and detailing in Jamaica. Premium service with a lounge bar. Clean Car. Cold Drinks. Good Vibes. Book now!",
|
||||
keywords: "car wash Jamaica, auto spa, car detailing, luxury car wash, premium detailing",
|
||||
openGraph: {
|
||||
title: "Fresh Wash Auto Spa",
|
||||
description: "Premium Car Wash & Detailing with Lounge Bar in Jamaica",
|
||||
siteName: "Fresh Wash Auto Spa",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg",
|
||||
alt: "Fresh Wash Auto Spa - Premium Car Wash",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Fresh Wash Auto Spa",
|
||||
description: "Luxury car wash and detailing in Jamaica with premium lounge experience",
|
||||
images: ["http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194147.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +59,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${openSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -95,7 +95,7 @@ export default function LoungePage() {
|
||||
author: "Bar Service",
|
||||
description: "Cold drinks and refreshments while you wait. Enjoy authentic Caribbean flavors.",
|
||||
tags: ["Cold Drinks", "Refreshments"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg?_wi=5",
|
||||
imageAlt: "Tropical drinks in lounge",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function LoungePage() {
|
||||
author: "Lounge Design",
|
||||
description: "Premium seating with air conditioning, entertainment, and a relaxed atmosphere.",
|
||||
tags: ["Comfort", "Entertainment"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg?_wi=6",
|
||||
imageAlt: "Premium lounge seating",
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function LoungePage() {
|
||||
author: "Jamaican Soul",
|
||||
description: "Experience authentic Caribbean hospitality and laid-back luxury atmosphere.",
|
||||
tags: ["Vibes", "Culture"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg?_wi=7",
|
||||
imageAlt: "Relaxed lounge atmosphere",
|
||||
},
|
||||
]}
|
||||
@@ -139,7 +139,7 @@ export default function LoungePage() {
|
||||
description="Our lounge isn't just a waiting area—it's a destination. We've created a space where you can kick back and enjoy yourself while your car receives premium care."
|
||||
subdescription="From tropical drinks to comfortable seating, smooth music, and authentic Caribbean vibes, Fresh Wash Lounge is the perfect escape."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg?_wi=8"
|
||||
imageAlt="Luxury lounge experience"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -171,7 +171,7 @@ export default function PackagesPage() {
|
||||
tag: "Verified Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg",
|
||||
avatarAlt: "Keli Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outside_23-2148958781.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outside_23-2148958781.jpg?_wi=2",
|
||||
imageAlt: "Before and after car wash",
|
||||
},
|
||||
{
|
||||
@@ -183,7 +183,7 @@ export default function PackagesPage() {
|
||||
tag: "Verified Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/geek-young-woman-with-thumbs-up-isolated_329181-16201.jpg",
|
||||
avatarAlt: "Michael Moses",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=2",
|
||||
imageAlt: "Clean luxury vehicle",
|
||||
},
|
||||
{
|
||||
@@ -195,7 +195,7 @@ export default function PackagesPage() {
|
||||
tag: "Verified Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
avatarAlt: "RantJamaica",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg?_wi=4",
|
||||
imageAlt: "Professional wash service",
|
||||
},
|
||||
{
|
||||
@@ -207,7 +207,7 @@ export default function PackagesPage() {
|
||||
tag: "Verified Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-smiling-cheerfully-pointin-with-thumbs-back_141793-55345.jpg",
|
||||
avatarAlt: "David Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg?_wi=4",
|
||||
imageAlt: "Full detail service result",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -100,7 +100,7 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194147.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194147.jpg?_wi=1",
|
||||
imageAlt: "Water splash on luxury car wash",
|
||||
},
|
||||
{
|
||||
@@ -110,11 +110,11 @@ export default function HomePage() {
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg?_wi=1",
|
||||
imageAlt: "Tropical drink in lounge",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194147.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194147.jpg?_wi=2",
|
||||
imageAlt: "Premium car wash foam",
|
||||
},
|
||||
]}
|
||||
@@ -176,7 +176,7 @@ export default function HomePage() {
|
||||
author: "Detail Specialists",
|
||||
description: "Foam wash, tire shine, spot-free rinse, and hand dry for a showroom finish.",
|
||||
tags: ["Hand Wash", "Premium Care"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg?_wi=1",
|
||||
imageAlt: "Professional exterior wash",
|
||||
},
|
||||
{
|
||||
@@ -185,7 +185,7 @@ export default function HomePage() {
|
||||
author: "Interior Experts",
|
||||
description: "Vacuum, dashboard clean, window polish, and odor refresh for a pristine cabin.",
|
||||
tags: ["Deep Clean", "Detail Work"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434348.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434348.jpg?_wi=1",
|
||||
imageAlt: "Professional interior detail",
|
||||
},
|
||||
{
|
||||
@@ -194,7 +194,7 @@ export default function HomePage() {
|
||||
author: "Premium Package",
|
||||
description: "Deep clean inside and out with premium polish, interior detailing, and tire treatment.",
|
||||
tags: ["Complete Package", "VIP Treatment"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg?_wi=1",
|
||||
imageAlt: "Luxury full detail service",
|
||||
},
|
||||
]}
|
||||
@@ -216,7 +216,7 @@ export default function HomePage() {
|
||||
description="At Fresh Wash Auto Spa, we believe getting your car cleaned should feel good."
|
||||
subdescription="Relax, grab a drink, and let our team bring your car back to life while you enjoy the vibe."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg?_wi=1"
|
||||
imageAlt="Luxury car wash experience"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -238,7 +238,7 @@ export default function HomePage() {
|
||||
author: "Bar Service",
|
||||
description: "Cold drinks and refreshments while you wait. Enjoy authentic Caribbean flavors.",
|
||||
tags: ["Cold Drinks", "Refreshments"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg?_wi=2",
|
||||
imageAlt: "Tropical drinks in lounge",
|
||||
},
|
||||
{
|
||||
@@ -247,7 +247,7 @@ export default function HomePage() {
|
||||
author: "Lounge Design",
|
||||
description: "Premium seating with air conditioning, entertainment, and a relaxed atmosphere.",
|
||||
tags: ["Comfort", "Entertainment"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg?_wi=3",
|
||||
imageAlt: "Premium lounge seating",
|
||||
},
|
||||
{
|
||||
@@ -256,7 +256,7 @@ export default function HomePage() {
|
||||
author: "Jamaican Soul",
|
||||
description: "Experience authentic Caribbean hospitality and laid-back luxury atmosphere.",
|
||||
tags: ["Vibes", "Culture"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg?_wi=4",
|
||||
imageAlt: "Relaxed lounge atmosphere",
|
||||
},
|
||||
]}
|
||||
@@ -355,7 +355,7 @@ export default function HomePage() {
|
||||
tag: "Verified Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg",
|
||||
avatarAlt: "Keli Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outside_23-2148958781.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outside_23-2148958781.jpg?_wi=1",
|
||||
imageAlt: "Before and after car wash",
|
||||
},
|
||||
{
|
||||
@@ -367,7 +367,7 @@ export default function HomePage() {
|
||||
tag: "Verified Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/geek-young-woman-with-thumbs-up-isolated_329181-16201.jpg",
|
||||
avatarAlt: "Michael Moses",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=1",
|
||||
imageAlt: "Clean luxury vehicle",
|
||||
},
|
||||
{
|
||||
@@ -379,7 +379,7 @@ export default function HomePage() {
|
||||
tag: "Verified Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
avatarAlt: "RantJamaica",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg?_wi=2",
|
||||
imageAlt: "Professional wash service",
|
||||
},
|
||||
{
|
||||
@@ -391,7 +391,7 @@ export default function HomePage() {
|
||||
tag: "Verified Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-smiling-cheerfully-pointin-with-thumbs-back_141793-55345.jpg",
|
||||
avatarAlt: "David Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg?_wi=2",
|
||||
imageAlt: "Full detail service result",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -97,7 +97,7 @@ export default function ReviewsPage() {
|
||||
tag: "Verified Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg",
|
||||
avatarAlt: "Keli Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outside_23-2148958781.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outside_23-2148958781.jpg?_wi=3",
|
||||
imageAlt: "Before and after car wash",
|
||||
},
|
||||
{
|
||||
@@ -109,7 +109,7 @@ export default function ReviewsPage() {
|
||||
tag: "Verified Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/geek-young-woman-with-thumbs-up-isolated_329181-16201.jpg",
|
||||
avatarAlt: "Michael Moses",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=3",
|
||||
imageAlt: "Clean luxury vehicle",
|
||||
},
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function ReviewsPage() {
|
||||
tag: "Verified Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
avatarAlt: "RantJamaica",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg?_wi=5",
|
||||
imageAlt: "Professional wash service",
|
||||
},
|
||||
{
|
||||
@@ -133,7 +133,7 @@ export default function ReviewsPage() {
|
||||
tag: "Verified Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-smiling-cheerfully-pointin-with-thumbs-back_141793-55345.jpg",
|
||||
avatarAlt: "David Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg?_wi=5",
|
||||
imageAlt: "Full detail service result",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -95,7 +95,7 @@ export default function ServicesPage() {
|
||||
author: "Detail Specialists",
|
||||
description: "Professional foam wash, tire shine, spot-free rinse, hand dry finish with ceramic protectant spray. Perfect for weekly maintenance.",
|
||||
tags: ["Hand Wash", "Premium Care", "30 mins"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg?_wi=3",
|
||||
imageAlt: "Professional exterior wash",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function ServicesPage() {
|
||||
author: "Interior Experts",
|
||||
description: "Complete interior cleaning including vacuum, dashboard polish, window treatment, odor refresh, and air freshener. Quick and thorough.",
|
||||
tags: ["Deep Clean", "Detail Work", "45 mins"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434348.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434348.jpg?_wi=2",
|
||||
imageAlt: "Professional interior detail",
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function ServicesPage() {
|
||||
author: "Premium Package",
|
||||
description: "The ultimate experience combining deep exterior detailing, premium interior cleaning, tire treatment, wax application, and our signature lounge service.",
|
||||
tags: ["Complete Package", "VIP Treatment", "90 mins"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg?_wi=3",
|
||||
imageAlt: "Luxury full detail service",
|
||||
},
|
||||
]}
|
||||
@@ -135,7 +135,7 @@ export default function ServicesPage() {
|
||||
description="We're not just a car wash—we're an experience designed around your comfort and your car's perfection."
|
||||
subdescription="Every service includes access to our Fresh Wash Lounge where you can relax, enjoy refreshments, and feel the true meaning of luxury car care."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg?_wi=2"
|
||||
imageAlt="Premium car care experience"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user