From 0385b7cf7d499636f162c2a563855336244f1f7d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 18:00:09 +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 f3c4e67..92af88a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,28 +123,28 @@ export default function LandingPage() { { id: 1, title: "Browse & Choose", description: "Explore our full menu of delicious flavors and pick your favorites. Customize with toppings and mix-ins.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-nfc-technology-restaurant_23-2150039462.jpg", imageAlt: "Browse ice cream menu" + imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-nfc-technology-restaurant_23-2150039462.jpg?_wi=1", imageAlt: "Browse ice cream menu" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/healthy-diet-male-hands-holding-smartphone-keeping-track-calories-his-food-with-fitness-app_662251-2229.jpg", imageAlt: "Customize your order" + imageSrc: "http://img.b2bpic.net/free-photo/healthy-diet-male-hands-holding-smartphone-keeping-track-calories-his-food-with-fitness-app_662251-2229.jpg?_wi=1", imageAlt: "Customize your order" } }, { id: 2, title: "Easy Checkout", description: "Quick and secure ordering process. Save your favorites for next time with our loyalty program.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-nfc-technology-restaurant_23-2150039462.jpg", imageAlt: "Secure checkout" + imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-nfc-technology-restaurant_23-2150039462.jpg?_wi=2", imageAlt: "Secure checkout" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/healthy-diet-male-hands-holding-smartphone-keeping-track-calories-his-food-with-fitness-app_662251-2229.jpg", imageAlt: "Loyalty rewards" + imageSrc: "http://img.b2bpic.net/free-photo/healthy-diet-male-hands-holding-smartphone-keeping-track-calories-his-food-with-fitness-app_662251-2229.jpg?_wi=2", imageAlt: "Loyalty rewards" } }, { id: 3, title: "Fast Delivery", description: "Fresh ice cream delivered to your door within 30 minutes. Or pick up at our shop whenever you want.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-nfc-technology-restaurant_23-2150039462.jpg", imageAlt: "Track delivery" + imageSrc: "http://img.b2bpic.net/free-photo/person-paying-with-nfc-technology-restaurant_23-2150039462.jpg?_wi=3", imageAlt: "Track delivery" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/healthy-diet-male-hands-holding-smartphone-keeping-track-calories-his-food-with-fitness-app_662251-2229.jpg", imageAlt: "Delivery confirmation" + imageSrc: "http://img.b2bpic.net/free-photo/healthy-diet-male-hands-holding-smartphone-keeping-track-calories-his-food-with-fitness-app_662251-2229.jpg?_wi=3", imageAlt: "Delivery confirmation" } } ]}