diff --git a/src/app/page.tsx b/src/app/page.tsx index 660adee..f6b4a46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@foodie", testimonial: "Top tier cinnamon rolls I came back for the next day.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg?_wi=1", }, { name: "Mark D.", @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#holiday", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-collection-bread-buns_122409-64.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-collection-bread-buns_122409-64.jpg?_wi=1" imageAlt="delicious fresh baked goods close up" mediaAnimation="blur-reveal" avatars={[ @@ -175,7 +175,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-sundried-tomato-tasty-snack-concept_185193-109435.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-collection-bread-buns_122409-64.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-collection-bread-buns_122409-64.jpg?_wi=2", imageAlt: "fresh cinnamon roll pull apart", }, { @@ -202,10 +202,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-cakes-waffles-light-blue-surface_140725-66649.jpg", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cook-accurately-breaks-egg-make-dough-ingredients-cooking-flour-products-dough-bread-muffins-pie-pizza-dough-copy-space_639032-451.jpg?_wi=1", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg?_wi=2", imageAlt: "fresh cinnamon roll pull apart", }, ]} @@ -371,7 +371,7 @@ export default function LandingPage() {