From a66eececd2330b8246c05a3fcd69168eb42df25e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:18:51 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e241a82..ce8e553 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -77,28 +77,28 @@ export default function AboutPage() { id: "01", title: "Quality First", description: "We never compromise on quality. Premium products, meticulous techniques, and rigorous standards on every vehicle we detail.", - 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: "Quality focus", }, { id: "02", title: "Customer Convenience", description: "Mobile service means we come to you. Your time is valuable, and we respect that by bringing premium care directly to your location.", - imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738007.jpg?_wi=2", imageAlt: "Convenience", }, { id: "03", title: "Professional Excellence", description: "Our team is trained, certified, and passionate about automotive care. Experience matters, and it shows in every detail.", - imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1788.jpg?_wi=2", imageAlt: "Professional team", }, { id: "04", title: "Trust & Transparency", description: "Clear pricing, no hidden fees, and honest communication. We build lasting relationships based on trust and reliability.", - imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfection-illness-prevention-due-covid19-pandemic_637285-11036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfection-illness-prevention-due-covid19-pandemic_637285-11036.jpg?_wi=2", imageAlt: "Trust", }, ]} @@ -121,7 +121,7 @@ export default function AboutPage() { quote: "Prime Detailz brings luxury car care directly to me. No hassle, no wait times, just professional results. This is how detailing should be.", name: "Michael Torres", role: "Jaguar Owner", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Torres", }, { @@ -130,7 +130,7 @@ export default function AboutPage() { quote: "The team's dedication to perfection is remarkable. Every crevice, every surface - they treat my car like it's their own. Worth every penny.", name: "Amanda Rodriguez", role: "Range Rover Owner", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=3", imageAlt: "Amanda Rodriguez", }, { @@ -139,7 +139,7 @@ export default function AboutPage() { quote: "I've booked Prime Detailz several times. Consistent quality, professional demeanor, and they always show up on time. Highly trustworthy.", name: "James Mitchell", role: "Porsche Owner", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "James Mitchell", }, ]} -- 2.49.1 From ef0a6a6c5ccdb8d9473aae831a91cce4f57ff2a6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:18:51 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 04548d2..cc738d3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -90,21 +90,21 @@ export default function ContactPage() { id: "01", title: "Phone", description: "Call us at (555) 123-4567 during business hours. Our team is ready to answer your questions and schedule appointments.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Phone contact", }, { id: "02", title: "Email", description: "Send us an email at info@primedetailz.com with your service requests and details. We respond within 24 hours.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=3", imageAlt: "Email contact", }, { id: "03", title: "Service Area", description: "We service a 15-mile radius throughout the region. Contact us to confirm your location and availability for mobile detailing.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg?_wi=2", imageAlt: "Service area", }, ]} -- 2.49.1 From 82d0f21d537036c17af779fa8bdf5acf94ebcc9b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:18:52 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1ff656..fe22392 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,28 +98,28 @@ export default function HomePage() { id: "01", title: "Mobile Convenience", description: "We come to you. Schedule service at your home or office. No waiting, no hassle.", - imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738007.jpg?_wi=1", imageAlt: "Mobile convenience", }, { id: "02", title: "Premium Equipment", description: "State-of-the-art detailing equipment and tools for superior results on every vehicle.", - imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools_1417-1788.jpg?_wi=1", imageAlt: "Premium equipment", }, { id: "03", title: "Professional Products", description: "Only the finest automotive care products used for protection and shine.", - 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=1", imageAlt: "Professional products", }, { id: "04", title: "Meticulous Attention", description: "Every detail matters. Expert techniques and rigorous quality standards on every job.", - imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfection-illness-prevention-due-covid19-pandemic_637285-11036.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfection-illness-prevention-due-covid19-pandemic_637285-11036.jpg?_wi=1", imageAlt: "Attention to detail", }, ]} @@ -160,7 +160,7 @@ export default function HomePage() { quote: "Prime Detailz transformed my vehicle. The level of professionalism and care is outstanding. My car looks showroom-ready. Highly recommend!", name: "Marcus Johnson", role: "BMW Owner", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Johnson", }, { @@ -169,7 +169,7 @@ export default function HomePage() { quote: "I was skeptical about mobile detailing until I used Prime Detailz. They came to my home and delivered premium results. Best decision ever.", name: "Sarah Chen", role: "Tesla Owner", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1", imageAlt: "Sarah Chen", }, { @@ -178,7 +178,7 @@ export default function HomePage() { quote: "Booked my ceramic coating with Prime Detailz and couldn't be happier. Professional team, premium products, and outstanding results.", name: "David Martinez", role: "Porsche Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Martinez", }, { @@ -196,7 +196,7 @@ export default function HomePage() { quote: "I've used Prime Detailz multiple times. Every visit is professional, thorough, and they always exceed expectations.", name: "Robert Adams", role: "Audi Owner", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Adams", }, { @@ -205,7 +205,7 @@ export default function HomePage() { quote: "The convenience of mobile service combined with premium quality is unbeatable. Prime Detailz sets the standard for professional detailing.", name: "Lisa Thompson", role: "Lexus Owner", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2", imageAlt: "Lisa Thompson", }, ]} -- 2.49.1 From 7d1e4c81cf23cfbe0a5bf0a8faec4d1c0332cf58 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:18:52 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b3962bc..3c6394f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -80,7 +80,7 @@ export default function ServicesPage() { price: "Starting at $149", rating: 5, reviewCount: "180+", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Exterior detailing", }, { @@ -90,7 +90,7 @@ export default function ServicesPage() { price: "Starting at $129", rating: 5, reviewCount: "165+", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1", imageAlt: "Interior detailing", }, { @@ -100,7 +100,7 @@ export default function ServicesPage() { price: "Starting at $249", rating: 5, reviewCount: "210+", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Full detail package", }, { @@ -110,7 +110,7 @@ export default function ServicesPage() { price: "Starting at $399", rating: 5, reviewCount: "95+", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg?_wi=1", imageAlt: "Ceramic coating", }, { -- 2.49.1