From 20853fd8ccd2904089c687f27cb8ef7fbd5b741e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:53:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8eb37f8..fa0546b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,8 +59,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-vector/sale-landing-page-with-photo_52683-23303.jpg", imageAlt: "Modern ecommerce platform display" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171763.jpg", imageAlt: "Featured product showcase" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-black-smartwatch-with-fabric-strap_9975-133785.jpg", imageAlt: "Premium product collection" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171763.jpg?_wi=1", imageAlt: "Featured product showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-black-smartwatch-with-fabric-strap_9975-133785.jpg?_wi=1", imageAlt: "Premium product collection" } ]} carouselPosition="right" avatars={[ @@ -90,11 +90,11 @@ export default function LandingPage() { products={[ { id: "product-wireless-headphones", brand: "AudioPro", name: "Premium Wireless Headphones", price: "$89.99", rating: 5, - reviewCount: "2,341", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171763.jpg", imageAlt: "Premium wireless headphones" + reviewCount: "2,341", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smart-speaker-home_23-2150171763.jpg?_wi=2", imageAlt: "Premium wireless headphones" }, { id: "product-smartwatch", brand: "TechFit", name: "Advanced Smartwatch", price: "$199.99", rating: 5, - reviewCount: "1,856", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-smartwatch-with-fabric-strap_9975-133785.jpg", imageAlt: "Advanced smartwatch device" + reviewCount: "1,856", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-smartwatch-with-fabric-strap_9975-133785.jpg?_wi=2", imageAlt: "Advanced smartwatch device" }, { id: "product-speaker", brand: "SoundMax", name: "Portable Bluetooth Speaker", price: "$69.99", rating: 5, -- 2.49.1