From ceb8322d335cb5daca120b7b69365cb47cac8f4f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:58:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c029c3..24f101e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,11 +89,11 @@ export default function LandingPage() { title: "Fresh Snacks", description: "Light, delicious snacks prepared fresh daily using premium local ingredients. Perfect for a quick bite or sharing with friends.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-different-snacks-cips-sausages-cheese-fresh-grapes-light-white-space_140725-76044.jpg" + "http://img.b2bpic.net/free-photo/top-view-different-snacks-cips-sausages-cheese-fresh-grapes-light-white-space_140725-76044.jpg?_wi=1" }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-different-snacks-cips-sausages-cheese-fresh-grapes-light-white-space_140725-76044.jpg" + "http://img.b2bpic.net/free-photo/top-view-different-snacks-cips-sausages-cheese-fresh-grapes-light-white-space_140725-76044.jpg?_wi=2" }, }, { @@ -101,11 +101,11 @@ export default function LandingPage() { title: "Lunch Specials", description: "Energizing lunch options that satisfy your midday cravings. Quick service without compromising on quality and taste.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/delicious-sandwich-with-sauce-greens-roasted-bell-peppers-glasses-fresh-juice-with-straws_181624-42066.jpg" + "http://img.b2bpic.net/free-photo/delicious-sandwich-with-sauce-greens-roasted-bell-peppers-glasses-fresh-juice-with-straws_181624-42066.jpg?_wi=1" }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/delicious-sandwich-with-sauce-greens-roasted-bell-peppers-glasses-fresh-juice-with-straws_181624-42066.jpg" + "http://img.b2bpic.net/free-photo/delicious-sandwich-with-sauce-greens-roasted-bell-peppers-glasses-fresh-juice-with-straws_181624-42066.jpg?_wi=2" }, }, { @@ -113,11 +113,11 @@ export default function LandingPage() { title: "Evening Dinners", description: "Elegant dinner selections perfect for family gatherings and intimate meals with friends. Savor every moment.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/fish-slices-with-herbs-sliced-lemon_140725-3606.jpg" + "http://img.b2bpic.net/free-photo/fish-slices-with-herbs-sliced-lemon_140725-3606.jpg?_wi=1" }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/fish-slices-with-herbs-sliced-lemon_140725-3606.jpg" + "http://img.b2bpic.net/free-photo/fish-slices-with-herbs-sliced-lemon_140725-3606.jpg?_wi=2" }, }, ]} -- 2.49.1