diff --git a/src/app/page.tsx b/src/app/page.tsx index e446989..06d83cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function HomePage() { tagIcon={AlertCircle} tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/heavy-machinery-quarry_158595-5157.jpg" + imageSrc="http://img.b2bpic.net/free-photo/heavy-machinery-quarry_158595-5157.jpg?_wi=1" imageAlt="Mining equipment in operation" mediaAnimation="slide-up" testimonials={[ @@ -60,7 +60,7 @@ export default function HomePage() { { name: "Thabo Ndlovu", handle: "Operations Manager, Regional Mining", testimonial: "Professional, reliable, and they answer the phone at 3 AM. That's what matters in mining.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194786.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194786.jpg?_wi=1"}, ]} buttons={[ { text: "📞 Call Now", href: "tel:0722170221" }, @@ -106,19 +106,19 @@ export default function HomePage() { { id: 1, title: "Equipment Maintenance", description: - "Preventive and predictive maintenance programs to maximize uptime and extend equipment lifespan", imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194786.jpg", imageAlt: "Equipment maintenance in progress"}, + "Preventive and predictive maintenance programs to maximize uptime and extend equipment lifespan", imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194786.jpg?_wi=2", imageAlt: "Equipment maintenance in progress"}, { id: 2, title: "Emergency Repairs", description: - "Rapid response breakdown services with on-site technicians ready to restore operations", imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194786.jpg", imageAlt: "Emergency repair service"}, + "Rapid response breakdown services with on-site technicians ready to restore operations", imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194786.jpg?_wi=3", imageAlt: "Emergency repair service"}, { id: 3, title: "On-Site Support", description: - "Dedicated technicians positioned at your mining site for immediate technical assistance", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-quarry_158595-5157.jpg", imageAlt: "On-site technical support"}, + "Dedicated technicians positioned at your mining site for immediate technical assistance", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-quarry_158595-5157.jpg?_wi=2", imageAlt: "On-site technical support"}, { id: 4, title: "Mining Equipment Solutions", description: - "Supply, installation, and optimization of mining-specific equipment and systems", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-quarry_158595-5157.jpg", imageAlt: "Mining equipment installation"}, + "Supply, installation, and optimization of mining-specific equipment and systems", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-quarry_158595-5157.jpg?_wi=3", imageAlt: "Mining equipment installation"}, ]} textboxLayout="default" useInvertedBackground={false}