Update src/app/services/page.tsx

This commit is contained in:
2026-03-02 18:39:43 +00:00
parent 1d596c013b
commit 5b0b0e3aa6

View File

@@ -21,22 +21,22 @@ const features = [
{ {
title: "Interior Detailing", description: "Deep carpet shampooing, leather conditioning, stain removal, and complete interior refresh to restore your cabin to pristine condition.", icon: Armchair, title: "Interior Detailing", description: "Deep carpet shampooing, leather conditioning, stain removal, and complete interior refresh to restore your cabin to pristine condition.", icon: Armchair,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg", imageAlt: "Interior detailing before" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg?_wi=2", imageAlt: "Interior detailing before" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg", imageAlt: "Interior detailing after" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg?_wi=2", imageAlt: "Interior detailing after" },
] as [any, any], ] as [any, any],
}, },
{ {
title: "Exterior Detailing", description: "Professional wash, clay bar decontamination, wax/sealant application, and tire conditioning for a flawless exterior finish.", icon: Sparkles, title: "Exterior Detailing", description: "Professional wash, clay bar decontamination, wax/sealant application, and tire conditioning for a flawless exterior finish.", icon: Sparkles,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/image-dirty-car-after-trip-off-road-stands-against-brick-wall-old-part-town_613910-6302.jpg", imageAlt: "Exterior detailing before" }, { imageSrc: "http://img.b2bpic.net/free-photo/image-dirty-car-after-trip-off-road-stands-against-brick-wall-old-part-town_613910-6302.jpg?_wi=2", imageAlt: "Exterior detailing before" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg", imageAlt: "Exterior detailing after" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=2", imageAlt: "Exterior detailing after" },
] as [any, any], ] as [any, any],
}, },
{ {
title: "Paint Correction", description: "Professional removal of swirls, scratches, and oxidation to restore your vehicle's paint to its original brilliance.", icon: Zap, title: "Paint Correction", description: "Professional removal of swirls, scratches, and oxidation to restore your vehicle's paint to its original brilliance.", icon: Zap,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16073.jpg", imageAlt: "Paint correction before" }, { imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16073.jpg?_wi=2", imageAlt: "Paint correction before" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Paint correction after" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=4", imageAlt: "Paint correction after" },
] as [any, any], ] as [any, any],
}, },
]; ];
@@ -145,7 +145,7 @@ export default function ServicesPage() {
]} ]}
textarea={{ name: "notes", placeholder: "Additional details or preferred date/time", rows: 4 }} textarea={{ name: "notes", placeholder: "Additional details or preferred date/time", rows: 4 }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg" imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg?_wi=2"
imageAlt="Professional detailing equipment" imageAlt="Professional detailing equipment"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
@@ -155,7 +155,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg" imageSrc="http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=2"
imageAlt="Elite Auto Detailing showcase" imageAlt="Elite Auto Detailing showcase"
logoText="Elite Auto Detailing & Mobile Services LLC" logoText="Elite Auto Detailing & Mobile Services LLC"
copyrightText="© 2025 Elite Auto Detailing & Mobile Services LLC. All rights reserved." copyrightText="© 2025 Elite Auto Detailing & Mobile Services LLC. All rights reserved."