diff --git a/src/app/page.tsx b/src/app/page.tsx index 03e9da9..f761633 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108303.jpg?_wi=1", }, { id: "h2", @@ -98,25 +98,25 @@ export default function LandingPage() { id: "p1", name: "Smart Device Alpha", price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-shadow_23-2150808054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-shadow_23-2150808054.jpg?_wi=1", }, { id: "p2", name: "Wearable Pro Watch", price: "$249.00", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg?_wi=1", }, { id: "p3", name: "Aura Headphones", price: "$199.50", - imageSrc: "http://img.b2bpic.net/free-photo/music-arrangement-with-black-headphones_23-2148785720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/music-arrangement-with-black-headphones_23-2148785720.jpg?_wi=1", }, { id: "p4", name: "PowerBoost Bank", price: "$45.99", - imageSrc: "http://img.b2bpic.net/free-photo/workplace-with-laptop-stand-near-eyeglasses-tablet-mobile-phone_23-2148040506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workplace-with-laptop-stand-near-eyeglasses-tablet-mobile-phone_23-2148040506.jpg?_wi=1", }, { id: "p5", @@ -175,7 +175,7 @@ export default function LandingPage() { quote: "Incredible service and fast shipping. My gadget arrived in perfect condition.", tag: "Tech Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-positive-fair-haired-business-woman_1262-2364.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-robotic-vacuum_23-2151108303.jpg?_wi=2", imageAlt: "portrait happy customer", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { quote: "The quality is unmatched for the price point. Very happy shopper.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/elegant-woman-making-frame-with-fingers_1149-1146.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-shadow_23-2150808054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-shadow_23-2150808054.jpg?_wi=2", imageAlt: "portrait happy customer", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { quote: "NovaMart has become my go-to store for all smart home devices.", tag: "Smart Home User", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-smartphone_23-2149439878.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-faceless-young-sporty-woman-checks-fitness-results-modern-smartwatch-uses-necessary-application-carries-rolled-up-karemat-dressed-sportswear-poses-against-blurred-background_273609-55528.jpg?_wi=2", imageAlt: "portrait happy customer", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { quote: "Customer support helped me choose the right headphone model. Amazing experience.", tag: "Music Lover", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/music-arrangement-with-black-headphones_23-2148785720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/music-arrangement-with-black-headphones_23-2148785720.jpg?_wi=2", imageAlt: "portrait happy customer", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { quote: "Reliable products and beautiful UI. Shopping here is seamless.", tag: "Tech Professional", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/workplace-with-laptop-stand-near-eyeglasses-tablet-mobile-phone_23-2148040506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workplace-with-laptop-stand-near-eyeglasses-tablet-mobile-phone_23-2148040506.jpg?_wi=2", imageAlt: "portrait happy customer", }, ]}