diff --git a/src/app/page.tsx b/src/app/page.tsx index 898c676..198ad9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,7 +111,7 @@ export default function HomePage() { name: "Premium Wireless Headphones", price: "$89.99", variant: "Black, Silver, Gold", - imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=1", imageAlt: "Wireless Headphones", isFavorited: false, }, @@ -120,7 +120,7 @@ export default function HomePage() { name: "Ultra-Soft Cotton T-Shirt", price: "$24.99", variant: "XS - 3XL, 8 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg?_wi=1", imageAlt: "Cotton T-Shirt", isFavorited: false, }, @@ -129,7 +129,7 @@ export default function HomePage() { name: "Smartwatch Pro Edition", price: "$199.99", variant: "iOS/Android, 5 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/arabic-woman-teaching-senior-man-use-smartwatch-with-smartphone_23-2149356618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arabic-woman-teaching-senior-man-use-smartwatch-with-smartphone_23-2149356618.jpg?_wi=1", imageAlt: "Smartwatch Pro", isFavorited: false, }, @@ -138,7 +138,7 @@ export default function HomePage() { name: "Phone Case Ultra Slim", price: "$14.99", variant: "All Models, 12 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/black-brown-holster-with-tail-smartphone_140725-7199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-brown-holster-with-tail-smartphone_140725-7199.jpg?_wi=1", imageAlt: "Phone Case", isFavorited: false, }, @@ -270,7 +270,7 @@ export default function HomePage() { name: "Sarah Johnson", handle: "@sarahj_style", testimonial: "Amazing selection and incredible prices! The quality exceeded my expectations and shipping was lightning fast. Definitely shopping here again.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Johnson", }, { @@ -278,7 +278,7 @@ export default function HomePage() { name: "Michael Chen", handle: "@techluver_mike", testimonial: "Best online shopping experience ever. Customer service was super helpful when I had questions about a product. 10/10 would recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Michael Chen", }, { @@ -286,7 +286,7 @@ export default function HomePage() { name: "Emily Rodriguez", handle: "@emily_home_vibes", testimonial: "Found exactly what I needed at prices I couldn't believe. The product quality is premium and delivery was on time. Love this store!", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emily Rodriguez", }, { @@ -294,7 +294,7 @@ export default function HomePage() { name: "David Kim", handle: "@david_outdoors", testimonial: "Fantastic deals on everything. Their return policy is hassle-free and the team actually cares about customer satisfaction. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "David Kim", }, { @@ -302,7 +302,7 @@ export default function HomePage() { name: "Jessica Martinez", handle: "@jess_fitness", testimonial: "Discovered so many great products here. Prices are unbeatable and quality is consistent. Now my go-to shopping destination!", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Jessica Martinez", }, { @@ -310,7 +310,7 @@ export default function HomePage() { name: "Robert Wilson", handle: "@rob_gadget_guru", testimonial: "Wide variety of products, competitive pricing, and reliable service. Everything arrived in perfect condition. Five stars all the way!", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "Robert Wilson", }, ]} diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 361e52b..e0b0116 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -67,7 +67,7 @@ export default function ProductsPage() { name: "Premium Wireless Headphones", price: "$89.99", variant: "Black, Silver, Gold", - imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=2", imageAlt: "Wireless Headphones", isFavorited: false, }, @@ -76,7 +76,7 @@ export default function ProductsPage() { name: "Ultra-Soft Cotton T-Shirt", price: "$24.99", variant: "XS - 3XL, 8 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg?_wi=2", imageAlt: "Cotton T-Shirt", isFavorited: false, }, @@ -85,7 +85,7 @@ export default function ProductsPage() { name: "Smartwatch Pro Edition", price: "$199.99", variant: "iOS/Android, 5 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/arabic-woman-teaching-senior-man-use-smartwatch-with-smartphone_23-2149356618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arabic-woman-teaching-senior-man-use-smartwatch-with-smartphone_23-2149356618.jpg?_wi=2", imageAlt: "Smartwatch Pro", isFavorited: false, }, @@ -94,7 +94,7 @@ export default function ProductsPage() { name: "Phone Case Ultra Slim", price: "$14.99", variant: "All Models, 12 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/black-brown-holster-with-tail-smartphone_140725-7199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-brown-holster-with-tail-smartphone_140725-7199.jpg?_wi=2", imageAlt: "Phone Case", isFavorited: false, }, @@ -103,7 +103,7 @@ export default function ProductsPage() { name: "Portable Phone Charger", price: "$34.99", variant: "20000mAh, 4 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=3", imageAlt: "Phone Charger", isFavorited: false, }, @@ -112,7 +112,7 @@ export default function ProductsPage() { name: "Premium Sunglasses", price: "$79.99", variant: "UV Protection, 6 Styles", - imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg?_wi=3", imageAlt: "Sunglasses", isFavorited: false, }, @@ -121,7 +121,7 @@ export default function ProductsPage() { name: "Wireless Charging Pad", price: "$29.99", variant: "Fast Charge, Black/White", - imageSrc: "http://img.b2bpic.net/free-photo/black-brown-holster-with-tail-smartphone_140725-7199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-brown-holster-with-tail-smartphone_140725-7199.jpg?_wi=3", imageAlt: "Charging Pad", isFavorited: false, }, @@ -130,7 +130,7 @@ export default function ProductsPage() { name: "Stainless Steel Water Bottle", price: "$44.99", variant: "1L Capacity, 8 Colors", - imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=4", imageAlt: "Water Bottle", isFavorited: false, }, @@ -199,7 +199,7 @@ export default function ProductsPage() { name: "Smart Home Speaker", price: "$69.99", variant: "WiFi Connected, Alexa Ready", - imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=5", imageAlt: "Smart Speaker", isFavorited: false, }, @@ -208,7 +208,7 @@ export default function ProductsPage() { name: "Bluetooth Wireless Mouse", price: "$34.99", variant: "Silent Click, 3 DPI Modes", - imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-with-dark-curly-hair-sunglasses-tshirt-pretty-woman-with-blond-hair-shirt-dreamily-looking-camera-while-spending-time-together_574295-5031.jpg?_wi=4", imageAlt: "Wireless Mouse", isFavorited: false, }, @@ -217,7 +217,7 @@ export default function ProductsPage() { name: "Premium Yoga Mat", price: "$39.99", variant: "Non-Slip, Eco-Friendly, 5mm", - imageSrc: "http://img.b2bpic.net/free-photo/black-brown-holster-with-tail-smartphone_140725-7199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-brown-holster-with-tail-smartphone_140725-7199.jpg?_wi=4", imageAlt: "Yoga Mat", isFavorited: false, }, @@ -226,7 +226,7 @@ export default function ProductsPage() { name: "LED Desk Lamp", price: "$44.99", variant: "USB Powered, 3 Brightness Levels", - imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=6", imageAlt: "Desk Lamp", isFavorited: false, },