Update src/app/services/page.tsx
This commit is contained in:
@@ -45,7 +45,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Interior Detailing",
|
||||
description: "Deep cleaning and restoration of leather, suede, and premium upholstery with specialized conditioning treatments",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434364.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434364.jpg?_wi=2",
|
||||
imageAlt: "Luxury car interior detailing",
|
||||
buttonIcon: ChevronRight,
|
||||
buttonHref: "/services",
|
||||
@@ -53,7 +53,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Exterior Detailing",
|
||||
description: "Professional washing, clay bar treatment, waxing, and protective finishes for flawless exterior appearance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-11954.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-11954.jpg?_wi=2",
|
||||
imageAlt: "Exterior auto detailing",
|
||||
buttonIcon: ChevronRight,
|
||||
buttonHref: "/services",
|
||||
@@ -61,7 +61,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Paint Correction",
|
||||
description: "Expert restoration of paint clarity and depth through advanced multi-stage correction techniques",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-painter-preparing-car-painting-workshop_342744-797.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-painter-preparing-car-painting-workshop_342744-797.jpg?_wi=2",
|
||||
imageAlt: "Paint correction service",
|
||||
buttonIcon: ChevronRight,
|
||||
buttonHref: "/services",
|
||||
@@ -69,7 +69,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Ceramic Coating",
|
||||
description: "Premium protective nano-ceramic coatings that preserve showroom appearance for years",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg?_wi=2",
|
||||
imageAlt: "Ceramic coating application",
|
||||
buttonIcon: ChevronRight,
|
||||
buttonHref: "/services",
|
||||
@@ -77,7 +77,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Mobile Detailing",
|
||||
description: "Complete professional detailing services at your location, on your schedule for ultimate convenience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg?_wi=6",
|
||||
imageAlt: "Mobile detailing service",
|
||||
buttonIcon: ChevronRight,
|
||||
buttonHref: "/services",
|
||||
@@ -85,7 +85,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Fleet Services",
|
||||
description: "Specialized detailing packages for multiple luxury vehicles with corporate scheduling flexibility",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30572.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30572.jpg?_wi=2",
|
||||
imageAlt: "Fleet detailing services",
|
||||
buttonIcon: ChevronRight,
|
||||
buttonHref: "/services",
|
||||
@@ -108,7 +108,7 @@ export default function ServicesPage() {
|
||||
price: "$299",
|
||||
rating: 4,
|
||||
reviewCount: "Fast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg?_wi=7",
|
||||
imageAlt: "Quick polish detail",
|
||||
},
|
||||
{
|
||||
@@ -118,7 +118,7 @@ export default function ServicesPage() {
|
||||
price: "$599",
|
||||
rating: 5,
|
||||
reviewCount: "Popular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-dark-automobile-with-modern-rear-light_23-2147963030.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-dark-automobile-with-modern-rear-light_23-2147963030.jpg?_wi=2",
|
||||
imageAlt: "Full detail package",
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function ServicesPage() {
|
||||
price: "$899",
|
||||
rating: 5,
|
||||
reviewCount: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-red-porsche-car-parked-near-buildings-blurry-background_181624-1778.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-red-porsche-car-parked-near-buildings-blurry-background_181624-1778.jpg?_wi=2",
|
||||
imageAlt: "Paint correction service",
|
||||
},
|
||||
{
|
||||
@@ -138,7 +138,7 @@ export default function ServicesPage() {
|
||||
price: "$1,299",
|
||||
rating: 5,
|
||||
reviewCount: "Elite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steering-wheel-car-with-brown-interior_181624-6097.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steering-wheel-car-with-brown-interior_181624-6097.jpg?_wi=2",
|
||||
imageAlt: "Ceramic coating package",
|
||||
},
|
||||
]}
|
||||
@@ -156,7 +156,7 @@ export default function ServicesPage() {
|
||||
description="Get in touch with our expert team to book your premium mobile detailing appointment. We're available 24/7 to serve your convenience."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg?_wi=3"
|
||||
imageAlt="Professional detailing facility"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -168,7 +168,7 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg?_wi=4"
|
||||
imageAlt="California Golden Detailers facility"
|
||||
logoText="California Golden Detailers"
|
||||
copyrightText="© 2025 California Golden Detailers. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user