diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b70815..e55bf69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautifully-arranged-apples-shop_23-2150713424.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautifully-arranged-apples-shop_23-2150713424.jpg?_wi=1" imageAlt="Luxurious grocery store experience" mediaAnimation="blur-reveal" avatars={[ @@ -139,7 +139,7 @@ export default function LandingPage() { name: "Organic Strawberries", price: "$5.99", variant: "Fresh Fruit", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grapes-glass-vase-table_140725-12811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-grapes-glass-vase-table_140725-12811.jpg?_wi=1", imageAlt: "Organic Strawberries", }, { @@ -147,7 +147,7 @@ export default function LandingPage() { name: "Artisanal Sourdough", price: "$4.50", variant: "Bakery", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg?_wi=1", imageAlt: "Artisanal Bread", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { name: "Prime Cut Steak", price: "$18.99", variant: "Meat", - imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-concept-with-ingredients_23-2149421189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-concept-with-ingredients_23-2149421189.jpg?_wi=1", imageAlt: "Prime Steak", }, { @@ -163,7 +163,7 @@ export default function LandingPage() { name: "Gourmet Cheese Platter", price: "$12.00", variant: "Dairy", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-table_140725-695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-table_140725-695.jpg?_wi=1", imageAlt: "Cheese Platter", }, { @@ -218,7 +218,7 @@ export default function LandingPage() { quote: "The organization is impeccable. Best grocery store in town!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautifully-arranged-apples-shop_23-2150713424.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautifully-arranged-apples-shop_23-2150713424.jpg?_wi=2", imageAlt: "portrait happy customer", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { quote: "Freshness is guaranteed every time I visit. Incredible variety.", tag: "Chef", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grapes-glass-vase-table_140725-12811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-grapes-glass-vase-table_140725-12811.jpg?_wi=2", imageAlt: "portrait happy customer", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { quote: "Shopping here feels like a luxury experience, yet very accessible.", tag: "Home Cook", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg?_wi=2", imageAlt: "portrait happy customer", }, { @@ -251,7 +251,7 @@ export default function LandingPage() { quote: "Excellent customer service and very well-organized store aisles.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-concept-with-ingredients_23-2149421189.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-concept-with-ingredients_23-2149421189.jpg?_wi=2", imageAlt: "portrait happy customer", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { quote: "My go-to place for high-quality fresh produce and healthy options.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-table_140725-695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-table_140725-695.jpg?_wi=2", imageAlt: "portrait happy customer", }, ]}