From 02f354aa0cf90b04ca099b367b15b0ede303af35 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:22:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3ac671..eb0e25c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Professional car detailing showcase" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Luxury vehicle polishing" + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Luxury vehicle polishing" }, { imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg", imageAlt: "Car maintenance service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Vehicle transformation detail" + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Vehicle transformation detail" } ]} mediaAnimation="slide-up" @@ -99,16 +99,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Ceramic Coating", description: "Long-lasting paint protection with hydrophobic properties for ultimate shine and durability", imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg", imageAlt: "Ceramic coating service", button: { text: "Learn More", href: "#" } + title: "Ceramic Coating", description: "Long-lasting paint protection with hydrophobic properties for ultimate shine and durability", imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg?_wi=1", imageAlt: "Ceramic coating service", button: { text: "Learn More", href: "#" } }, { - title: "Interior Detailing", description: "Deep cleaning of upholstery, carpets, and trim to restore your cabin to pristine condition", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior detailing service", button: { text: "Learn More", href: "#" } + title: "Interior Detailing", description: "Deep cleaning of upholstery, carpets, and trim to restore your cabin to pristine condition", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1", imageAlt: "Interior detailing service", button: { text: "Learn More", href: "#" } }, { - title: "Exterior Detailing", description: "Paint correction, polishing, and protection to make your car's finish flawless", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193555.jpg", imageAlt: "Exterior detailing service", button: { text: "Learn More", href: "#" } + title: "Exterior Detailing", description: "Paint correction, polishing, and protection to make your car's finish flawless", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193555.jpg?_wi=1", imageAlt: "Exterior detailing service", button: { text: "Learn More", href: "#" } }, { - title: "Full Detail Package", description: "Complete interior and exterior transformation with premium treatments and finishes", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Full detail package service", button: { text: "Learn More", href: "#" } + title: "Full Detail Package", description: "Complete interior and exterior transformation with premium treatments and finishes", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Full detail package service", button: { text: "Learn More", href: "#" } } ]} gridVariant="two-columns-alternating-heights" @@ -131,19 +131,19 @@ export default function LandingPage() { tagAnimation="slide-up" plans={[ { - id: "basic", title: "Express Detail", price: "$149", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193555.jpg", imageAlt: "Express detail service", features: [ + id: "basic", title: "Express Detail", price: "$149", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193555.jpg?_wi=2", imageAlt: "Express detail service", features: [ "Exterior wash and dry", "Wheel cleaning", "Quick interior vacuum", "Air freshener" ], button: { text: "Book Now", href: "contact" } }, { - id: "pro", title: "Premium Detail", price: "$299", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Premium detail service", features: [ + id: "pro", title: "Premium Detail", price: "$299", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=3", imageAlt: "Premium detail service", features: [ "Complete exterior wash", "Paint polishing", "Interior deep clean", "Carpet shampooing", "Dashboard conditioning" ], button: { text: "Book Now", href: "contact" } }, { - id: "elite", title: "Elite Protection", price: "$599", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg", imageAlt: "Elite protection service", features: [ + id: "elite", title: "Elite Protection", price: "$599", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg?_wi=2", imageAlt: "Elite protection service", features: [ "Premium ceramic coating", "Paint protection film", "Complete restoration", "Interior leather treatment", "Warranty protection", "Free maintenance visit" ], button: { text: "Book Now", href: "contact" } @@ -167,7 +167,7 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "James Mitchell", handle: "@jmitchell_automotive", testimonial: "DetailCraft transformed my BMW. The ceramic coating looks incredible and the attention to detail is unmatched. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Mitchell" + id: "1", name: "James Mitchell", handle: "@jmitchell_automotive", testimonial: "DetailCraft transformed my BMW. The ceramic coating looks incredible and the attention to detail is unmatched. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "James Mitchell" }, { id: "2", name: "Sarah Chen", handle: "@sarahchen_drives", testimonial: "Professional, punctual, and thorough. My Tesla looks showroom ready every time. Best detailing service in town!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Chen" @@ -176,7 +176,7 @@ export default function LandingPage() { id: "3", name: "Marcus Rodriguez", handle: "@m_rodriguez77", testimonial: "I was skeptical at first, but after my first detail I'm a customer for life. They really care about the results.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Marcus Rodriguez" }, { - id: "4", name: "Emily Watson", handle: "@emily_drives_luxury", testimonial: "DetailCraft handles my Mercedes with the precision it deserves. Worth every penny. Simply exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Watson" + id: "4", name: "Emily Watson", handle: "@emily_drives_luxury", testimonial: "DetailCraft handles my Mercedes with the precision it deserves. Worth every penny. Simply exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Emily Watson" }, { id: "5", name: "David Thompson", handle: "@davidthompson_cars", testimonial: "The team went above and beyond. My Porsche has never looked better. Thank you for the outstanding work!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson" -- 2.49.1