From 38586bd65691ac1f741d392dc6fb47d5a708f1c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:27:12 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 591b5a9..6e1d250 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ const ContactPage = () => { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-village-dry-grassy-hill-surrounded-by-forested-mountains-daytime_181624-8106.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-village-dry-grassy-hill-surrounded-by-forested-mountains-daytime_181624-8106.jpg?_wi=2" imageAlt="Beautiful agricultural landscape" mediaAnimation="slide-up" mediaPosition="right" From 9658cb017e27675e91ce5f760a412ba99c7cb728 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:27:13 +0000 Subject: [PATCH 2/3] 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 a46eaa8..0a2c894 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ const HomePage = () => { { text: "Learn More", href: "/about" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/aerial-overhead-shot-combine-harvesters-farming-field-daytime_181624-27900.jpg" + imageSrc="http://img.b2bpic.net/free-photo/aerial-overhead-shot-combine-harvesters-farming-field-daytime_181624-27900.jpg?_wi=1" imageAlt="Premium agriculture equipment" mediaAnimation="slide-up" imagePosition="right" @@ -93,13 +93,13 @@ const HomePage = () => { buttonAnimation="slide-up" products={[ { - id: "1", name: "Power Tractor 500", price: "$85,000", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15999.jpg", imageAlt: "Power Tractor 500"}, + id: "1", name: "Power Tractor 500", price: "$85,000", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15999.jpg?_wi=1", imageAlt: "Power Tractor 500"}, { - id: "2", name: "Agricultural Sprayer Pro", price: "$12,500", imageSrc: "http://img.b2bpic.net/free-photo/municipal-tractor-clears-snow-near-homes-snow-removal_169016-71221.jpg", imageAlt: "Agricultural Sprayer Pro"}, + id: "2", name: "Agricultural Sprayer Pro", price: "$12,500", imageSrc: "http://img.b2bpic.net/free-photo/municipal-tractor-clears-snow-near-homes-snow-removal_169016-71221.jpg?_wi=1", imageAlt: "Agricultural Sprayer Pro"}, { - id: "3", name: "Heavy Duty Plow", price: "$8,900", imageSrc: "http://img.b2bpic.net/free-photo/tractor-meddle-cultivation-field_657883-549.jpg", imageAlt: "Heavy Duty Plow"}, + id: "3", name: "Heavy Duty Plow", price: "$8,900", imageSrc: "http://img.b2bpic.net/free-photo/tractor-meddle-cultivation-field_657883-549.jpg?_wi=1", imageAlt: "Heavy Duty Plow"}, { - id: "4", name: "Soil Harrow System", price: "$6,500", imageSrc: "http://img.b2bpic.net/free-vector/heavy-machinery-airplane-freight-ship_107791-4425.jpg", imageAlt: "Soil Harrow System"}, + id: "4", name: "Soil Harrow System", price: "$6,500", imageSrc: "http://img.b2bpic.net/free-vector/heavy-machinery-airplane-freight-ship_107791-4425.jpg?_wi=1", imageAlt: "Soil Harrow System"}, ]} gridVariant="bento-grid" animationType="slide-up" @@ -119,16 +119,16 @@ const HomePage = () => { { id: 1, title: "Certified Quality Equipment", description: "All our products meet international quality standards. We source only the best equipment from trusted manufacturers.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15983.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15983.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15983.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15983.jpg?_wi=2"}, }, { id: 2, title: "Expert Support & Service", description: "Our dedicated support team provides technical assistance, maintenance, and spare parts. We're here to keep your equipment running smoothly.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg?_wi=2"}, }, ]} showStepNumbers={true} From 49e6bcf25025f3b3aac679918e61ca7e8394483d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:27:13 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index c82e8df..3f57b75 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -47,17 +47,17 @@ export default function ProductsPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Power Tractor 500", price: "$85,000", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15999.jpg", imageAlt: "Power Tractor 500 - Heavy duty farming tractor"}, + id: "1", name: "Power Tractor 500", price: "$85,000", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15999.jpg?_wi=2", imageAlt: "Power Tractor 500 - Heavy duty farming tractor"}, { - id: "2", name: "Agricultural Sprayer Pro", price: "$12,500", imageSrc: "http://img.b2bpic.net/free-photo/municipal-tractor-clears-snow-near-homes-snow-removal_169016-71221.jpg", imageAlt: "Agricultural Sprayer Pro - Precision crop spraying equipment"}, + id: "2", name: "Agricultural Sprayer Pro", price: "$12,500", imageSrc: "http://img.b2bpic.net/free-photo/municipal-tractor-clears-snow-near-homes-snow-removal_169016-71221.jpg?_wi=2", imageAlt: "Agricultural Sprayer Pro - Precision crop spraying equipment"}, { - id: "3", name: "Heavy Duty Plow", price: "$8,900", imageSrc: "http://img.b2bpic.net/free-photo/tractor-meddle-cultivation-field_657883-549.jpg", imageAlt: "Heavy Duty Plow - Professional soil cultivation tool"}, + id: "3", name: "Heavy Duty Plow", price: "$8,900", imageSrc: "http://img.b2bpic.net/free-photo/tractor-meddle-cultivation-field_657883-549.jpg?_wi=2", imageAlt: "Heavy Duty Plow - Professional soil cultivation tool"}, { - id: "4", name: "Soil Harrow System", price: "$6,500", imageSrc: "http://img.b2bpic.net/free-vector/heavy-machinery-airplane-freight-ship_107791-4425.jpg", imageAlt: "Soil Harrow System - Advanced soil preparation equipment"}, + id: "4", name: "Soil Harrow System", price: "$6,500", imageSrc: "http://img.b2bpic.net/free-vector/heavy-machinery-airplane-freight-ship_107791-4425.jpg?_wi=2", imageAlt: "Soil Harrow System - Advanced soil preparation equipment"}, { - id: "5", name: "Harvester Machine XL", price: "$95,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-overhead-shot-combine-harvesters-farming-field-daytime_181624-27900.jpg", imageAlt: "Harvester Machine XL - Commercial crop harvesting equipment"}, + id: "5", name: "Harvester Machine XL", price: "$95,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-overhead-shot-combine-harvesters-farming-field-daytime_181624-27900.jpg?_wi=2", imageAlt: "Harvester Machine XL - Commercial crop harvesting equipment"}, { - id: "6", name: "Seedbed Preparation Kit", price: "$5,200", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15983.jpg", imageAlt: "Seedbed Preparation Kit - Complete soil preparation system"}, + id: "6", name: "Seedbed Preparation Kit", price: "$5,200", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15983.jpg?_wi=3", imageAlt: "Seedbed Preparation Kit - Complete soil preparation system"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -78,7 +78,7 @@ export default function ProductsPage() { { id: "8", name: "Irrigation System Pro", price: "$18,500", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-with-mushroom-wooden-crate-market-stall_23-2148209834.jpg", imageAlt: "Irrigation System Pro - Automated crop watering solution"}, { - id: "9", name: "Weather Station Advanced", price: "$3,900", imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg", imageAlt: "Weather Station Advanced - Smart farm climate monitoring"}, + id: "9", name: "Weather Station Advanced", price: "$3,900", imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg?_wi=3", imageAlt: "Weather Station Advanced - Smart farm climate monitoring"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -96,7 +96,7 @@ export default function ProductsPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-village-dry-grassy-hill-surrounded-by-forested-mountains-daytime_181624-8106.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-village-dry-grassy-hill-surrounded-by-forested-mountains-daytime_181624-8106.jpg?_wi=1" imageAlt="Beautiful agricultural landscape" mediaAnimation="slide-up" mediaPosition="right"