diff --git a/src/app/page.tsx b/src/app/page.tsx index 883fc6d..de3449a 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-sugar-cookies-with-pastries-orange-dark-surface-cake-sugar-biscuit-sweet-cookies-tea_140725-101830.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-pastries-orange-dark-surface-cake-sugar-biscuit-sweet-cookies-tea_140725-101830.jpg?_wi=1" /> @@ -88,14 +88,14 @@ export default function LandingPage() { name: "Breakfast Platter", price: "$45", variant: "Dairy", - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-valentine-s-day-fried-egg-shape-heart-toasts-sausage-baconnd-fresh-vegetables-english-breakfast-cup-coffee-top-view_2829-4122.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-valentine-s-day-fried-egg-shape-heart-toasts-sausage-baconnd-fresh-vegetables-english-breakfast-cup-coffee-top-view_2829-4122.jpg?_wi=1", }, { id: "2", name: "Artisan Rugelach", price: "$25", variant: "Pastry", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-35923.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-35923.jpg?_wi=1", }, { id: "3", @@ -144,7 +144,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-pastries-orange-dark-surface-cake-sugar-biscuit-sweet-cookies-tea_140725-101830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-pastries-orange-dark-surface-cake-sugar-biscuit-sweet-cookies-tea_140725-101830.jpg?_wi=2", imageAlt: "kosher seal sign", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-valentine-s-day-fried-egg-shape-heart-toasts-sausage-baconnd-fresh-vegetables-english-breakfast-cup-coffee-top-view_2829-4122.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-valentine-s-day-fried-egg-shape-heart-toasts-sausage-baconnd-fresh-vegetables-english-breakfast-cup-coffee-top-view_2829-4122.jpg?_wi=2", imageAlt: "kosher seal sign", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-35923.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-35923.jpg?_wi=2", imageAlt: "kosher seal sign", }, ]}