Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-21 18:00:13 +00:00

View File

@@ -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"
}
}
]}