diff --git a/src/app/page.tsx b/src/app/page.tsx index b7a2ef0..1e7ea24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-show-rock_52683-94821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-show-rock_52683-94821.jpg?_wi=1", imageAlt: "Premium Sneakers", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { id: "1", name: "Performance Runner", price: "₹2999", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes_23-2150847378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes_23-2150847378.jpg?_wi=1", }, { id: "2", @@ -158,7 +158,7 @@ export default function LandingPage() { description: "High-quality leather and breathable fabrics for longevity.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-show-rock_52683-94821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-show-rock_52683-94821.jpg?_wi=2", imageAlt: "Model in white high top sneakers standing on chair", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { description: "Trendy designs that fit every occasion from office to gym.", bentoComponent: "reveal-icon", icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes_23-2150847378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-shoes_23-2150847378.jpg?_wi=2", imageAlt: "Model in white high top sneakers standing on chair", }, ]}