diff --git a/src/app/page.tsx b/src/app/page.tsx index f796598..11b0a7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@sarahlovesfood", testimonial: "Snacknzilla is my go-to spot for the best coffee and pastries! The ambiance is perfect for working or just relaxing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg?_wi=1", imageAlt: "Sarah J. photo", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@coffeecritic", testimonial: "Their gourmet sandwiches are a game-changer! Fresh ingredients and incredible flavors. A must-try cafe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg?_wi=1", imageAlt: "Mark T. photo", }, { @@ -136,7 +136,7 @@ export default function LandingPage() { }, ]} avatarText="Over 10,000 happy customers" - imageSrc="http://img.b2bpic.net/free-photo/side-view-girl-drinks-latte_141793-3874.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-girl-drinks-latte_141793-3874.jpg?_wi=1" imageAlt="Cozy cafe interior with snacks and coffee" mediaAnimation="slide-up" fixedMediaHeight={true} @@ -233,7 +233,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-drinks-latte_141793-3874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-girl-drinks-latte_141793-3874.jpg?_wi=2", imageAlt: "assortment of gourmet pastries bakery", }, { @@ -258,7 +258,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg?_wi=2", imageAlt: "assortment of gourmet pastries bakery", }, { @@ -283,7 +283,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg?_wi=2", imageAlt: "assortment of gourmet pastries bakery", }, ]}