diff --git a/src/app/page.tsx b/src/app/page.tsx index 23f9558..f0a5a62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,7 +129,7 @@ export default function LandingPage() { name: "Karoo Lamb Potjie", price: "R180", variant: "Slow-cooked lamb with root vegetables", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-milk-dark-blue-background-pie-biscuit-tea-dessert-cookie-sugar-cake_179666-46599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-milk-dark-blue-background-pie-biscuit-tea-dessert-cookie-sugar-cake_179666-46599.jpg?_wi=1", imageAlt: "Traditional South African lamb potjie", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { name: "Cape Malay Chicken Curry", price: "R165", variant: "Fragrant curry with basmati rice", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-lamb-liver-with-potato-greens_141793-3636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-lamb-liver-with-potato-greens_141793-3636.jpg?_wi=1", imageAlt: "Vibrant Cape Malay chicken curry", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { name: "Gourmet Vetkoek & Filling", price: "R120", variant: "Crispy vetkoek with savory mince or cheese", - imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-with-green-salad-sauce_1147-533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-with-green-salad-sauce_1147-533.jpg?_wi=1", imageAlt: "Gourmet vetkoek with filling", }, { @@ -153,7 +153,7 @@ export default function LandingPage() { name: "Fresh Line Fish of the Day", price: "R195", variant: "Served with seasonal greens and lemon butter", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-beef-salad-with-lettuce-tomato-sauce_140725-1995.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-beef-salad-with-lettuce-tomato-sauce_140725-1995.jpg?_wi=1", imageAlt: "Freshly grilled line fish", }, ]} @@ -222,7 +222,7 @@ export default function LandingPage() { name: "Karoo Lamb Potjie", price: "R180", variant: "Slow-cooked lamb with root vegetables", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-milk-dark-blue-background-pie-biscuit-tea-dessert-cookie-sugar-cake_179666-46599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-biscuits-with-milk-dark-blue-background-pie-biscuit-tea-dessert-cookie-sugar-cake_179666-46599.jpg?_wi=2", imageAlt: "Traditional South African lamb potjie", }, { @@ -230,7 +230,7 @@ export default function LandingPage() { name: "Cape Malay Chicken Curry", price: "R165", variant: "Fragrant curry with basmati rice", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-lamb-liver-with-potato-greens_141793-3636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-lamb-liver-with-potato-greens_141793-3636.jpg?_wi=2", imageAlt: "Vibrant Cape Malay chicken curry", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { name: "Gourmet Vetkoek & Filling", price: "R120", variant: "Crispy vetkoek with savory mince or cheese", - imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-with-green-salad-sauce_1147-533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-with-green-salad-sauce_1147-533.jpg?_wi=2", imageAlt: "Gourmet vetkoek with filling", }, { @@ -246,7 +246,7 @@ export default function LandingPage() { name: "Fresh Line Fish of the Day", price: "R195", variant: "Served with seasonal greens and lemon butter", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-beef-salad-with-lettuce-tomato-sauce_140725-1995.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-beef-salad-with-lettuce-tomato-sauce_140725-1995.jpg?_wi=2", imageAlt: "Freshly grilled line fish", }, ]}