diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ea4bca..77fcbe8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,13 +63,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Stellar", name: "Premium Tech Bundle", price: "$2,499.00", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109773.jpg", imageAlt: "Premium tech bundle package"}, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109773.jpg?_wi=1", imageAlt: "Premium tech bundle package"}, { id: "2", brand: "Stellar", name: "Luxury Accessory Set", price: "$899.00", rating: 5, - reviewCount: "856", imageSrc: "http://img.b2bpic.net/free-photo/famous-fashion-designer-shopping-clothing-items-accessories-store_482257-93112.jpg", imageAlt: "Luxury accessory collection"}, + reviewCount: "856", imageSrc: "http://img.b2bpic.net/free-photo/famous-fashion-designer-shopping-clothing-items-accessories-store_482257-93112.jpg?_wi=1", imageAlt: "Luxury accessory collection"}, { id: "3", brand: "Stellar", name: "Exclusive Designer Pack", price: "$3,299.00", rating: 5, - reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49638.jpg", imageAlt: "Exclusive designer product pack"}, + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49638.jpg?_wi=1", imageAlt: "Exclusive designer product pack"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -85,16 +85,16 @@ export default function LandingPage() { { id: 1, title: "Competitive Wholesale Pricing", description: "Access bulk pricing that maximizes your profit margins and keeps you competitive in the market.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109773.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109773.jpg?_wi=2"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/famous-fashion-designer-shopping-clothing-items-accessories-store_482257-93112.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/famous-fashion-designer-shopping-clothing-items-accessories-store_482257-93112.jpg?_wi=2"}, }, { id: 2, title: "Global Shipping Network", description: "Fast, reliable shipping to customers worldwide with real-time tracking and insurance.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/famous-fashion-designer-shopping-clothing-items-accessories-store_482257-93112.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/famous-fashion-designer-shopping-clothing-items-accessories-store_482257-93112.jpg?_wi=3"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49638.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49638.jpg?_wi=2"}, }, ]} showStepNumbers={true} @@ -111,13 +111,13 @@ export default function LandingPage() {