diff --git a/src/app/page.tsx b/src/app/page.tsx index b99fc2c..56c42bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { id: "p1", name: "Titan Ceiling Fan", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281310.jpg" }, - { id: "p2", name: "Aerovent Pro", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388965.jpg" }, + { id: "p2", name: "Aerovent Pro", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388965.jpg?_wi=1" }, { id: "p3", name: "Breeze-X Stand Fan", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808050.jpg" }, ]} title="New Arrivals" @@ -93,7 +93,7 @@ export default function LandingPage() { features={[ { title: "Whisper-Silent Motor", description: "Enjoy unmatched silence with our proprietary brushless DC motor technology.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388965.jpg", imageAlt: "Quiet motor engineering"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388965.jpg?_wi=2", imageAlt: "Quiet motor engineering"}, items: [ { icon: CheckCircle, text: "Under 30dB operation" }, { icon: CheckCircle, text: "5-year motor warranty" },