From f3fe8997abcaa9e0dc9f30c984197758d176d6bb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:47:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d76ce6..af167d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Request Quote", href: "#contact" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=1" imageAlt="Luxury ceramic coated vehicle with showroom finish" mediaAnimation="slide-up" frameStyle="card" @@ -81,28 +81,28 @@ export default function LandingPage() { title: "Ceramic Coatings", description: "Long-term paint protection with extreme gloss and hydrophobic finish. Our nano-ceramic coatings create an invisible shield that repels water, dirt, and contaminants while enhancing your vehicle's natural beauty.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486995.jpg?_wi=1"}, }, { id: 2, title: "Paint Correction", description: "Remove swirl marks, restore depth & clarity, and revive faded paint. Our precision polishing and correction techniques restore your vehicle to showroom condition without removing any clear coat.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg?_wi=1"}, }, { id: 3, title: "Luxury Detailing", description: "Deep interior and exterior restoration with high-gloss finishes and meticulous attention to every detail. Complete cleaning, protection, and enhancement for discerning vehicle owners.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194086.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194086.jpg?_wi=1"}, }, { id: 4, title: "Mobile Detailing", description: "We come to you across Metro Atlanta with on-time, professional service. Convenient scheduling and premium-grade products delivered at your home or business.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=2"}, }, ]} showStepNumbers={true} @@ -130,11 +130,11 @@ export default function LandingPage() {