From 775d5a207bee50bde46cb407502f890f635e02d8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:59:34 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7dbb53f..fef5b70 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -50,15 +50,15 @@ export default function ContactPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19079.jpg", imageAlt: "industrial lawn mower machine equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19079.jpg?_wi=2", imageAlt: "industrial lawn mower machine equipment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500807.jpg", imageAlt: "grass cutter machine in use field"}, + imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500807.jpg?_wi=2", imageAlt: "grass cutter machine in use field"}, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-artisan-job-workshop_23-2148970788.jpg", imageAlt: "industrial manufacturing workshop facility"}, + imageSrc: "http://img.b2bpic.net/free-photo/creative-artisan-job-workshop_23-2148970788.jpg?_wi=2", imageAlt: "industrial manufacturing workshop facility"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-carpenter-using-round-saw_23-2148813354.jpg", imageAlt: "supari cutting machine equipment tool"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-carpenter-using-round-saw_23-2148813354.jpg?_wi=2", imageAlt: "supari cutting machine equipment tool"}, { - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-watering-can-hand-shovel-gardening-scissors-greenhouse_23-2147948318.jpg", imageAlt: "gardening hand tools set collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-watering-can-hand-shovel-gardening-scissors-greenhouse_23-2147948318.jpg?_wi=2", imageAlt: "gardening hand tools set collection"}, ]} buttons={[ { @@ -80,7 +80,7 @@ export default function ContactPage() { description="Local Family Business" subdescription="Established 2004 • ISO Certified • Fast Service" icon={Shield} - imageSrc="http://img.b2bpic.net/free-vector/satisfaction-guarantee-rubber-stamp-seal-design-set_1017-25320.jpg" + imageSrc="http://img.b2bpic.net/free-vector/satisfaction-guarantee-rubber-stamp-seal-design-set_1017-25320.jpg?_wi=2" imageAlt="Vimal Industries trust and reputation" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From ec670a2bc307e8ef46ac4641e95b28bd42f87eb6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:59:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f708009..d7c9c37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,19 +59,19 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19079.jpg", imageAlt: "industrial lawn mower machine equipment"}, + "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19079.jpg?_wi=1", imageAlt: "industrial lawn mower machine equipment"}, { imageSrc: - "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500807.jpg", imageAlt: "grass cutter machine in use field"}, + "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500807.jpg?_wi=1", imageAlt: "grass cutter machine in use field"}, { imageSrc: - "http://img.b2bpic.net/free-photo/creative-artisan-job-workshop_23-2148970788.jpg", imageAlt: "industrial manufacturing workshop facility"}, + "http://img.b2bpic.net/free-photo/creative-artisan-job-workshop_23-2148970788.jpg?_wi=1", imageAlt: "industrial manufacturing workshop facility"}, { imageSrc: - "http://img.b2bpic.net/free-photo/side-view-female-carpenter-using-round-saw_23-2148813354.jpg", imageAlt: "supari cutting machine equipment tool"}, + "http://img.b2bpic.net/free-photo/side-view-female-carpenter-using-round-saw_23-2148813354.jpg?_wi=1", imageAlt: "supari cutting machine equipment tool"}, { imageSrc: - "http://img.b2bpic.net/free-photo/elevated-view-watering-can-hand-shovel-gardening-scissors-greenhouse_23-2147948318.jpg", imageAlt: "gardening hand tools set collection"}, + "http://img.b2bpic.net/free-photo/elevated-view-watering-can-hand-shovel-gardening-scissors-greenhouse_23-2147948318.jpg?_wi=1", imageAlt: "gardening hand tools set collection"}, ]} buttons={[ { @@ -92,7 +92,7 @@ export default function HomePage() { description="Local Family Business" subdescription="Established 2004 • ISO Certified • Fast Service" icon={Shield} - imageSrc="http://img.b2bpic.net/free-vector/satisfaction-guarantee-rubber-stamp-seal-design-set_1017-25320.jpg" + imageSrc="http://img.b2bpic.net/free-vector/satisfaction-guarantee-rubber-stamp-seal-design-set_1017-25320.jpg?_wi=1" imageAlt="4.7 star rating badge testimonial" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1