From dd32f7aea84b1e3319e1cc4105cd4c0860ad6057 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:06:40 +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 49b3fb6..185e96c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,16 +56,16 @@ export default function LandingPage() { background={{ variant: "floatingGradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg", imageAlt: "Dishwasher Repair" + imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=1", imageAlt: "Dishwasher Repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg", imageAlt: "Refrigerator Repair" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg?_wi=1", imageAlt: "Refrigerator Repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg", imageAlt: "Washer/Dryer Repair" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg?_wi=1", imageAlt: "Washer/Dryer Repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/casual-breakfast-adult-cheerful-beautiful_1303-815.jpg", imageAlt: "Microwave Repair" + imageSrc: "http://img.b2bpic.net/free-photo/casual-breakfast-adult-cheerful-beautiful_1303-815.jpg?_wi=1", imageAlt: "Microwave Repair" } ]} rightCarouselItems={[ @@ -73,13 +73,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", imageAlt: "Professional Technician" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg", imageAlt: "Refrigerator Service" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg?_wi=2", imageAlt: "Refrigerator Service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg", imageAlt: "Dishwasher Service" + imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=2", imageAlt: "Dishwasher Service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg", imageAlt: "Laundry Appliance Service" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg?_wi=2", imageAlt: "Laundry Appliance Service" } ]} carouselPosition="right" @@ -104,19 +104,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Quick Diagnostics", description: "Expert analysis and transparent pricing upfront. No hidden fees, guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg", imageAlt: "Dishwasher diagnostic" + title: "Quick Diagnostics", description: "Expert analysis and transparent pricing upfront. No hidden fees, guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=3", imageAlt: "Dishwasher diagnostic" }, { id: 2, - title: "Same-Day Service", description: "Available for emergency repairs. Most common issues resolved same day.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg", imageAlt: "Refrigerator service" + title: "Same-Day Service", description: "Available for emergency repairs. Most common issues resolved same day.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg?_wi=3", imageAlt: "Refrigerator service" }, { id: 3, - title: "Genuine Parts", description: "Using only authentic manufacturer parts with warranty protection on all repairs.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg", imageAlt: "Washer and dryer service" + title: "Genuine Parts", description: "Using only authentic manufacturer parts with warranty protection on all repairs.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg?_wi=3", imageAlt: "Washer and dryer service" }, { id: 4, - title: "Certified Technicians", description: "Licensed, insured, and trained on all major appliance brands and models.", imageSrc: "http://img.b2bpic.net/free-photo/casual-breakfast-adult-cheerful-beautiful_1303-815.jpg", imageAlt: "Microwave repair" + title: "Certified Technicians", description: "Licensed, insured, and trained on all major appliance brands and models.", imageSrc: "http://img.b2bpic.net/free-photo/casual-breakfast-adult-cheerful-beautiful_1303-815.jpg?_wi=2", imageAlt: "Microwave repair" } ]} title="Complete Appliance Solutions" -- 2.49.1