diff --git a/src/app/page.tsx b/src/app/page.tsx index 34613d7..9c138bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@amina_spice", testimonial: "The best quality saffron I've ever found outside of the bazaar.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/red-bowl-colorful-stone-candies-stone-table_114579-40181.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-bowl-colorful-stone-candies-stone-table_114579-40181.jpg?_wi=1", imageAlt: "vibrant spice market stall", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@elenakitchen", testimonial: "Finally, real spices with flavor that truly stands out.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/spices-market-marrakech_23-2148129842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spices-market-marrakech_23-2148129842.jpg?_wi=1", imageAlt: "vibrant spice market stall", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@mw_foods", testimonial: "Excellent service and shipping. My go-to for all exotic seasonings.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/different-type-dried-herbs-wooden-plank_23-2148092029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-type-dried-herbs-wooden-plank_23-2148092029.jpg?_wi=1", imageAlt: "vibrant spice market stall", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@sarab_home", testimonial: "Beautifully packaged and incredibly fresh.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/variety-spices-herb-wooden-board_661915-464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/variety-spices-herb-wooden-board_661915-464.jpg?_wi=1", imageAlt: "vibrant spice market stall", }, ]} @@ -102,7 +102,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/red-bowl-colorful-stone-candies-stone-table_114579-40181.jpg" + imageSrc="http://img.b2bpic.net/free-photo/red-bowl-colorful-stone-candies-stone-table_114579-40181.jpg?_wi=2" imageAlt="Colorful spice market" avatars={[ { @@ -168,7 +168,7 @@ export default function LandingPage() { price: "$25.00", rating: 5, reviewCount: "128", - imageSrc: "http://img.b2bpic.net/free-photo/spices-market-marrakech_23-2148129842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spices-market-marrakech_23-2148129842.jpg?_wi=2", }, { id: "p2", @@ -177,7 +177,7 @@ export default function LandingPage() { price: "$12.00", rating: 4, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/different-type-dried-herbs-wooden-plank_23-2148092029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-type-dried-herbs-wooden-plank_23-2148092029.jpg?_wi=2", }, { id: "p3", @@ -186,7 +186,7 @@ export default function LandingPage() { price: "$8.00", rating: 5, reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/variety-spices-herb-wooden-board_661915-464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/variety-spices-herb-wooden-board_661915-464.jpg?_wi=2", }, { id: "p4",