From a84ed0b7678305814d80749cec3825e8efd5e543 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:09:15 +0000 Subject: [PATCH 1/2] Update src/app/cars/[id]/page.tsx --- src/app/cars/[id]/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/cars/[id]/page.tsx b/src/app/cars/[id]/page.tsx index ce2d09c..fba12fc 100644 --- a/src/app/cars/[id]/page.tsx +++ b/src/app/cars/[id]/page.tsx @@ -40,7 +40,7 @@ export default function CarDetailPage() { title="Quality Cars for Zambia" description="Buy trusted vehicles at the best prices. Ban Auto offers fully inspected, quality imported cars with transparent pricing and excellent customer service." tag="Premium Automotive" - imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16401.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16401.jpg?_wi=3" imageAlt="Luxury car - Ban Auto" mediaAnimation="slide-up" imagePosition="right" @@ -53,13 +53,13 @@ export default function CarDetailPage() { testimonials={[ { name: "James Muleya", handle: "Business Owner, Lusaka", testimonial: "Ban Auto provided excellent service and helped me find the perfect vehicle for my business needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg?_wi=2"}, { name: "Patricia Banda", handle: "Professional, Lusaka", testimonial: "Transparent pricing and quality cars. I highly recommend Ban Auto to anyone looking for reliable vehicles.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg?_wi=2"}, { name: "Michael Daka", handle: "Entrepreneur, Livingstone", testimonial: "Professional team, great selection, and hassle-free buying experience. Thank you Ban Auto!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=2"}, ]} useInvertedBackground={false} background={{ variant: "glowing-orb" }} From f744565e9f750100a0e9a4a96c414d0f71729069 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:09:15 +0000 Subject: [PATCH 2/2] 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 b7e4574..b152a10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function HomePage() { title="Quality Cars for Zambia" description="Buy trusted vehicles at the best prices. Ban Auto offers fully inspected, quality imported cars with transparent pricing and excellent customer service." tag="Premium Automotive" - imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16401.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16401.jpg?_wi=1" imageAlt="Luxury car - Ban Auto" mediaAnimation="slide-up" imagePosition="right" @@ -61,13 +61,13 @@ export default function HomePage() { testimonials={[ { name: "James Muleya", handle: "Business Owner, Lusaka", testimonial: "Ban Auto provided excellent service and helped me find the perfect vehicle for my business needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg?_wi=1"}, { name: "Patricia Banda", handle: "Professional, Lusaka", testimonial: "Transparent pricing and quality cars. I highly recommend Ban Auto to anyone looking for reliable vehicles.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg?_wi=1"}, { name: "Michael Daka", handle: "Entrepreneur, Livingstone", testimonial: "Professional team, great selection, and hassle-free buying experience. Thank you Ban Auto!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=1"}, ]} useInvertedBackground={false} background={{ variant: "glowing-orb" }} @@ -86,9 +86,9 @@ export default function HomePage() { title: "Quality Imported Vehicles", description: "Handpicked premium cars from trusted sources with full documentation", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sport-car-port_114579-5200.jpg", imageAlt: "Premium imported vehicle"}, + imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sport-car-port_114579-5200.jpg?_wi=1", imageAlt: "Premium imported vehicle"}, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-traveler-having-break-safari-adventure-trip-young-bearded-hipster-man-white-t-shirt-sitting-inside-his-white-four-wheel-drive-suv-car-looking-out-open-window_273609-1562.jpg", imageAlt: "Quality vehicle"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-traveler-having-break-safari-adventure-trip-young-bearded-hipster-man-white-t-shirt-sitting-inside-his-white-four-wheel-drive-suv-car-looking-out-open-window_273609-1562.jpg?_wi=1", imageAlt: "Quality vehicle"}, ], }, { @@ -104,9 +104,9 @@ export default function HomePage() { title: "Affordable Prices", description: "Competitive pricing with flexible payment options and transparent terms", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16401.jpg", imageAlt: "Affordable premium car"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16401.jpg?_wi=2", imageAlt: "Affordable premium car"}, { - imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sport-car-port_114579-5200.jpg", imageAlt: "Great value vehicle"}, + imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sport-car-port_114579-5200.jpg?_wi=2", imageAlt: "Great value vehicle"}, ], }, { @@ -115,7 +115,7 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-buying-car_1303-15170.jpg", imageAlt: "Lusaka showroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-traveler-having-break-safari-adventure-trip-young-bearded-hipster-man-white-t-shirt-sitting-inside-his-white-four-wheel-drive-suv-car-looking-out-open-window_273609-1562.jpg", imageAlt: "Dealership location"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-traveler-having-break-safari-adventure-trip-young-bearded-hipster-man-white-t-shirt-sitting-inside-his-white-four-wheel-drive-suv-car-looking-out-open-window_273609-1562.jpg?_wi=2", imageAlt: "Dealership location"}, ], }, ]}