diff --git a/src/app/page.tsx b/src/app/page.tsx index 897cd8d..bba6104 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastry-dark-surface-pie-bake-cake-hotcake-oven-dessert-biscuit-dough_179666-17706.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastry-dark-surface-pie-bake-cake-hotcake-oven-dessert-biscuit-dough_179666-17706.jpg?_wi=1" imageAlt="Gooey cinnamon roll being pulled apart" mediaAnimation="slide-up" /> @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@glutenfreechef", testimonial: "A godsend for gluten-free living.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastry-dark-surface-pie-bake-cake-hotcake-oven-dessert-biscuit-dough_179666-17706.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastry-dark-surface-pie-bake-cake-hotcake-oven-dessert-biscuit-dough_179666-17706.jpg?_wi=2", imageAlt: "minimalist food blog logo", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { handle: "@eats", testimonial: "The only gluten-free éclairs I’ve ever found.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-poppy-seeds-cake-with-white-sugar-glaze-white-table_181624-43785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-poppy-seeds-cake-with-white-sugar-glaze-white-table_181624-43785.jpg?_wi=1", imageAlt: "minimalist food blog logo", }, { @@ -110,7 +110,7 @@ export default function LandingPage() { handle: "@baker", testimonial: "Dangerously easy to eat everything.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-holding-asian-roll-wooden-board_181624-56380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-holding-asian-roll-wooden-board_181624-56380.jpg?_wi=1", imageAlt: "minimalist food blog logo", }, { @@ -119,7 +119,7 @@ export default function LandingPage() { handle: "@gfreviewer", testimonial: "I didn't think gluten-free could taste like this.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-rolls-blueberries-high-angle_23-2148904695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-rolls-blueberries-high-angle_23-2148904695.jpg?_wi=1", imageAlt: "minimalist food blog logo", }, ]} @@ -143,7 +143,7 @@ export default function LandingPage() { price: "$6", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-poppy-seeds-cake-with-white-sugar-glaze-white-table_181624-43785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-poppy-seeds-cake-with-white-sugar-glaze-white-table_181624-43785.jpg?_wi=2", }, { id: "2", @@ -152,7 +152,7 @@ export default function LandingPage() { price: "$5", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-holding-asian-roll-wooden-board_181624-56380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-person-holding-asian-roll-wooden-board_181624-56380.jpg?_wi=2", }, { id: "3", @@ -161,7 +161,7 @@ export default function LandingPage() { price: "$9", rating: 5, reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-rolls-blueberries-high-angle_23-2148904695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-rolls-blueberries-high-angle_23-2148904695.jpg?_wi=2", }, { id: "4",