diff --git a/src/app/page.tsx b/src/app/page.tsx index fef153a..c71098d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,10 +80,10 @@ export default function LandingPage() { products={[ { id: "1", brand: "Petro Oleum", name: "Industrial Pipeline Systems", price: "$45,000", rating: 5, - reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg", imageAlt: "Industrial pipeline system"}, + reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg?_wi=1", imageAlt: "Industrial pipeline system"}, { id: "2", brand: "Petro Oleum", name: "Advanced Drilling Equipment", price: "$78,500", rating: 5, - reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/oil-man-tightening-lug-nuts-with-industrial-wrench-oil-field_651396-1820.jpg", imageAlt: "Drilling equipment"}, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/oil-man-tightening-lug-nuts-with-industrial-wrench-oil-field_651396-1820.jpg?_wi=1", imageAlt: "Drilling equipment"}, { id: "3", brand: "Petro Oleum", name: "Storage Tank Solutions", price: "$62,000", rating: 5, reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/factory-silos-worker-standing-metal-platform-industrial-storage-tanks-looking-tablet-about-food-production_342744-440.jpg", imageAlt: "Storage tank system"}, @@ -99,10 +99,10 @@ export default function LandingPage() { features={[ { id: "1", title: "Quality Assurance", author: "Equipment Standards", description: "All equipment meets international standards and undergoes rigorous quality testing before delivery.", tags: ["Certified", "Tested"], - imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg?_wi=2"}, { id: "2", title: "Expert Support", author: "Technical Team", description: "Our experienced team provides comprehensive technical support and consultation throughout your equipment lifecycle.", tags: ["24/7 Support", "Expert Advice"], - imageSrc: "http://img.b2bpic.net/free-photo/oil-man-tightening-lug-nuts-with-industrial-wrench-oil-field_651396-1820.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/oil-man-tightening-lug-nuts-with-industrial-wrench-oil-field_651396-1820.jpg?_wi=2"}, ]} animationType="slide-up" textboxLayout="default"