From bd60e16276e8dfd7b81baac164f0f6cb75f3baf2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:08:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e984a8..0601a51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,13 +55,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-184.jpg", imageAlt: "Submersible Pump System" + imageSrc: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-184.jpg?_wi=1", imageAlt: "Submersible Pump System" }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-engine-part-with-ratchet-repair-garage_1170-1694.jpg", imageAlt: "Motor Pump Repair Service" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-engine-part-with-ratchet-repair-garage_1170-1694.jpg?_wi=1", imageAlt: "Motor Pump Repair Service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/bearded-shoemaker-glasses-is-creating-new-pair-shoes-using-special-machine_613910-12942.jpg", imageAlt: "Expert Technician Workshop" + imageSrc: "http://img.b2bpic.net/free-photo/bearded-shoemaker-glasses-is-creating-new-pair-shoes-using-special-machine_613910-12942.jpg?_wi=1", imageAlt: "Expert Technician Workshop" } ]} autoplayDelay={5000} @@ -78,7 +78,7 @@ export default function LandingPage() { description="Arjun Patel, Founder" subdescription="Gurukunj Enterprise, Bhuj" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/bearded-shoemaker-glasses-is-creating-new-pair-shoes-using-special-machine_613910-12942.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bearded-shoemaker-glasses-is-creating-new-pair-shoes-using-special-machine_613910-12942.jpg?_wi=2" imageAlt="Gurukunj Enterprise Workshop" mediaAnimation="slide-up" useInvertedBackground={false} @@ -90,23 +90,23 @@ export default function LandingPage() { features={[ { id: "1", title: "Submersible Motor Pump Repairing", tags: ["Repair", "Service"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-engine-part-with-ratchet-repair-garage_1170-1694.jpg", imageAlt: "Pump Repair Service" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-engine-part-with-ratchet-repair-garage_1170-1694.jpg?_wi=2", imageAlt: "Pump Repair Service" }, { id: "2", title: "Professional Rewinding Works", tags: ["Rewinding", "Technical"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-engine-part-with-ratchet-repair-garage_1170-1694.jpg", imageAlt: "Motor Rewinding" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-engine-part-with-ratchet-repair-garage_1170-1694.jpg?_wi=3", imageAlt: "Motor Rewinding" }, { id: "3", title: "Maintenance & Servicing", tags: ["Maintenance", "Support"], - imageSrc: "http://img.b2bpic.net/free-photo/bearded-shoemaker-glasses-is-creating-new-pair-shoes-using-special-machine_613910-12942.jpg", imageAlt: "Maintenance Service" + imageSrc: "http://img.b2bpic.net/free-photo/bearded-shoemaker-glasses-is-creating-new-pair-shoes-using-special-machine_613910-12942.jpg?_wi=3", imageAlt: "Maintenance Service" }, { id: "4", title: "Technical Consultation", tags: ["Consulting", "Expert"], - imageSrc: "http://img.b2bpic.net/free-photo/bearded-shoemaker-glasses-is-creating-new-pair-shoes-using-special-machine_613910-12942.jpg", imageAlt: "Technical Consultation" + imageSrc: "http://img.b2bpic.net/free-photo/bearded-shoemaker-glasses-is-creating-new-pair-shoes-using-special-machine_613910-12942.jpg?_wi=4", imageAlt: "Technical Consultation" }, { id: "5", title: "Installation Guidance", tags: ["Installation", "Support"], - imageSrc: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-184.jpg", imageAlt: "Installation Service" + imageSrc: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-184.jpg?_wi=2", imageAlt: "Installation Service" } ]} animationType="slide-up" @@ -146,7 +146,7 @@ export default function LandingPage() {