From 193fc8054d241762e75ef8b1765ca8b44751dadb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:25:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c73e56d..25147fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Request Demo", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/view-harvester-cutting-wheat-collecting-grain_181624-34854.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-harvester-cutting-wheat-collecting-grain_181624-34854.jpg?_wi=1" imageAlt="Swastik Agro premium agricultural ploughing machinery" mediaAnimation="slide-up" className="w-full" @@ -91,19 +91,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Precision Engineering", description: "Advanced CAD-designed ploughing mechanisms ensure consistent soil engagement, optimal depth control, and reduced energy consumption for maximum efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/agronomist-choosing-new-planter-man-outdoor-ground-shop-agricultural-machinery_1157-43609.jpg" + title: "Precision Engineering", description: "Advanced CAD-designed ploughing mechanisms ensure consistent soil engagement, optimal depth control, and reduced energy consumption for maximum efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/agronomist-choosing-new-planter-man-outdoor-ground-shop-agricultural-machinery_1157-43609.jpg?_wi=1" }, { id: 2, - title: "Durability & Longevity", description: "High-grade steel construction with reinforced joints and rust-resistant coating ensures your equipment operates reliably for decades with minimal maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/people-tractor_23-2150454933.jpg" + title: "Durability & Longevity", description: "High-grade steel construction with reinforced joints and rust-resistant coating ensures your equipment operates reliably for decades with minimal maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/people-tractor_23-2150454933.jpg?_wi=1" }, { id: 3, - title: "Dealer Partnership Support", description: "Comprehensive training, marketing assistance, bulk pricing advantages, and supply chain reliability for our dealer and distributor network.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19084.jpg" + title: "Dealer Partnership Support", description: "Comprehensive training, marketing assistance, bulk pricing advantages, and supply chain reliability for our dealer and distributor network.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19084.jpg?_wi=1" }, { id: 4, - title: "Certified Quality Standards", description: "ISO certified manufacturing and compliance with agricultural machinery standards ensure consistent quality and regulatory adherence across all product lines.", imageSrc: "http://img.b2bpic.net/free-photo/view-harvester-cutting-wheat-collecting-grain_181624-34854.jpg" + title: "Certified Quality Standards", description: "ISO certified manufacturing and compliance with agricultural machinery standards ensure consistent quality and regulatory adherence across all product lines.", imageSrc: "http://img.b2bpic.net/free-photo/view-harvester-cutting-wheat-collecting-grain_181624-34854.jpg?_wi=2" } ]} animationType="slide-up" @@ -120,13 +120,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Standard Plough - SP-2000", price: "₹85,000", imageSrc: "http://img.b2bpic.net/free-photo/agronomist-choosing-new-planter-man-outdoor-ground-shop-agricultural-machinery_1157-43609.jpg", imageAlt: "Standard Plough SP-2000" + id: "1", name: "Standard Plough - SP-2000", price: "₹85,000", imageSrc: "http://img.b2bpic.net/free-photo/agronomist-choosing-new-planter-man-outdoor-ground-shop-agricultural-machinery_1157-43609.jpg?_wi=2", imageAlt: "Standard Plough SP-2000" }, { - id: "2", name: "Premium Plough - SP-3500", price: "₹1,45,000", imageSrc: "http://img.b2bpic.net/free-photo/people-tractor_23-2150454933.jpg", imageAlt: "Premium Plough SP-3500" + id: "2", name: "Premium Plough - SP-3500", price: "₹1,45,000", imageSrc: "http://img.b2bpic.net/free-photo/people-tractor_23-2150454933.jpg?_wi=2", imageAlt: "Premium Plough SP-3500" }, { - id: "3", name: "Tractor-Mounted Plough - TMP-5000", price: "₹2,20,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19084.jpg", imageAlt: "Tractor-Mounted Plough TMP-5000" + id: "3", name: "Tractor-Mounted Plough - TMP-5000", price: "₹2,20,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19084.jpg?_wi=2", imageAlt: "Tractor-Mounted Plough TMP-5000" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1