diff --git a/src/app/page.tsx b/src/app/page.tsx index 912f052..1ab581f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg?_wi=1" imageAlt="Venti Fans Manufacturing Facility" mediaAnimation="slide-up" bulletPoints={[ @@ -118,7 +118,7 @@ export default function HomePage() { { id: "1", title: "Silent Operation", descriptions: [ "Advanced noise-dampening technology ensures whisper-quiet performance", "Perfect for bedrooms, offices, and meditation spaces", "Engineered for peaceful comfort without distraction"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg", imageAlt: "Silent Operation Feature"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg?_wi=1", imageAlt: "Silent Operation Feature"}, { id: "2", title: "Energy Efficient", descriptions: [ "Consumes 40% less electricity than conventional fans", "Eco-friendly design reduces carbon footprint", "Lower electricity bills without compromising performance"], @@ -130,7 +130,7 @@ export default function HomePage() { { id: "4", title: "10-Year Warranty", descriptions: [ "Comprehensive coverage for complete peace of mind", "Free maintenance and replacement services", "Dedicated customer support throughout warranty period"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg", imageAlt: "Extended Warranty Coverage"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg?_wi=2", imageAlt: "Extended Warranty Coverage"}, ]} /> @@ -222,7 +222,7 @@ export default function HomePage() { {/* Footer */}