From c1e1b0888cfc116b5f91e313c4ab6a5bbb0135f8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:54:52 +0000 Subject: [PATCH] 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 92f3ef8..28fd1a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,30 +46,30 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/combine-machine-service-mechanic-repairing-motor-outdoors_146671-19361.jpg", imageAlt: "pump repairing maintenance mechanical work technician industrial service" + imageSrc: "http://img.b2bpic.net/free-photo/combine-machine-service-mechanic-repairing-motor-outdoors_146671-19361.jpg?_wi=1", imageAlt: "pump repairing maintenance mechanical work technician industrial service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/miniature-workers-working-chip-motherboard_1252-831.jpg", imageAlt: "motor winding electrical work rewinding technical workshop" + imageSrc: "http://img.b2bpic.net/free-photo/miniature-workers-working-chip-motherboard_1252-831.jpg?_wi=1", imageAlt: "motor winding electrical work rewinding technical workshop" }, { - imageSrc: "http://img.b2bpic.net/free-photo/industrial-worker-working-production-line-factory_342744-177.jpg", imageAlt: "technician working professional service industrial repair skilled worker equipment" + imageSrc: "http://img.b2bpic.net/free-photo/industrial-worker-working-production-line-factory_342744-177.jpg?_wi=1", imageAlt: "technician working professional service industrial repair skilled worker equipment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg", imageAlt: "installation service technical setup equipment installation professional machinery" + imageSrc: "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg?_wi=1", imageAlt: "installation service technical setup equipment installation professional machinery" }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg", imageAlt: "installation service technical setup equipment installation professional machinery" + imageSrc: "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg?_wi=2", imageAlt: "installation service technical setup equipment installation professional machinery" }, { - imageSrc: "http://img.b2bpic.net/free-photo/combine-machine-service-mechanic-repairing-motor-outdoors_146671-19361.jpg", imageAlt: "pump repairing maintenance mechanical work technician industrial service" + imageSrc: "http://img.b2bpic.net/free-photo/combine-machine-service-mechanic-repairing-motor-outdoors_146671-19361.jpg?_wi=2", imageAlt: "pump repairing maintenance mechanical work technician industrial service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/miniature-workers-working-chip-motherboard_1252-831.jpg", imageAlt: "motor winding electrical work rewinding technical workshop" + imageSrc: "http://img.b2bpic.net/free-photo/miniature-workers-working-chip-motherboard_1252-831.jpg?_wi=2", imageAlt: "motor winding electrical work rewinding technical workshop" }, { - imageSrc: "http://img.b2bpic.net/free-photo/industrial-worker-working-production-line-factory_342744-177.jpg", imageAlt: "technician working professional service industrial repair skilled worker equipment" + imageSrc: "http://img.b2bpic.net/free-photo/industrial-worker-working-production-line-factory_342744-177.jpg?_wi=2", imageAlt: "technician working professional service industrial repair skilled worker equipment" }, ]} buttons={[ @@ -105,7 +105,7 @@ export default function LandingPage() { tag="About Us" tagIcon={Wrench} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/combine-machine-service-mechanic-repairing-motor-outdoors_146671-19361.jpg" + imageSrc="http://img.b2bpic.net/free-photo/combine-machine-service-mechanic-repairing-motor-outdoors_146671-19361.jpg?_wi=3" imageAlt="Gurukunj Enterprise - Professional pump repair services" buttons={[{ text: "Contact Our Team", href: "#contact" }]} buttonAnimation="slide-up" -- 2.49.1