From 669694e712c302720ffd9f9f13fad7b87c8d7fa4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:51:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 851eaf0..3532245 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,19 +91,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Homemade Fresh Daily", description: "Every scoop of our ice cream is made fresh in-house using premium ingredients and time-tested recipes.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-strawberry-ice-cream-rolls-container_181624-57377.jpg", imageAlt: "Fresh homemade ice cream" + title: "Homemade Fresh Daily", description: "Every scoop of our ice cream is made fresh in-house using premium ingredients and time-tested recipes.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-strawberry-ice-cream-rolls-container_181624-57377.jpg?_wi=1", imageAlt: "Fresh homemade ice cream" }, { id: 2, - title: "Signature Flavors", description: "From classic vanilla to exotic mangonadas and premium Ferrero Rocher, we have the perfect flavor for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618904.jpg", imageAlt: "Premium Ferrero Rocher flavor" + title: "Signature Flavors", description: "From classic vanilla to exotic mangonadas and premium Ferrero Rocher, we have the perfect flavor for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618904.jpg?_wi=1", imageAlt: "Premium Ferrero Rocher flavor" }, { id: 3, - title: "Exceptional Service", description: "Our friendly team takes pride in helping you find your perfect flavor with generous samples and expert recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-ice-cream-cone_123827-21559.jpg", imageAlt: "Delicious Oreo waffle cone" + title: "Exceptional Service", description: "Our friendly team takes pride in helping you find your perfect flavor with generous samples and expert recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-ice-cream-cone_123827-21559.jpg?_wi=1", imageAlt: "Delicious Oreo waffle cone" }, { id: 4, - title: "Fun & Welcoming Atmosphere", description: "Enjoy a cool vibe and clean, inviting space perfect for families, friends, and ice cream lovers of all ages.", imageSrc: "http://img.b2bpic.net/free-photo/mango-shake-fresh-tropical-fruit-smoothies_501050-876.jpg", imageAlt: "Refreshing mangonada drink" + title: "Fun & Welcoming Atmosphere", description: "Enjoy a cool vibe and clean, inviting space perfect for families, friends, and ice cream lovers of all ages.", imageSrc: "http://img.b2bpic.net/free-photo/mango-shake-fresh-tropical-fruit-smoothies_501050-876.jpg?_wi=1", imageAlt: "Refreshing mangonada drink" } ]} /> @@ -121,16 +121,16 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Fresh Vanilla", price: "Single Scoop", variant: "Classic - Customer Favorite", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-strawberry-ice-cream-rolls-container_181624-57377.jpg", imageAlt: "Fresh vanilla ice cream" + id: "1", name: "Fresh Vanilla", price: "Single Scoop", variant: "Classic - Customer Favorite", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-strawberry-ice-cream-rolls-container_181624-57377.jpg?_wi=2", imageAlt: "Fresh vanilla ice cream" }, { - id: "2", name: "Ferrero Rocher", price: "Single Scoop", variant: "Premium - Chocolate Hazelnut", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618904.jpg", imageAlt: "Ferrero Rocher premium flavor" + id: "2", name: "Ferrero Rocher", price: "Single Scoop", variant: "Premium - Chocolate Hazelnut", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618904.jpg?_wi=2", imageAlt: "Ferrero Rocher premium flavor" }, { - id: "3", name: "Oreo Waffle Cone", price: "Complete Treat", variant: "Deluxe - Cookies & Cream", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-ice-cream-cone_123827-21559.jpg", imageAlt: "Oreo waffle cone" + id: "3", name: "Oreo Waffle Cone", price: "Complete Treat", variant: "Deluxe - Cookies & Cream", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-chocolate-ice-cream-cone_123827-21559.jpg?_wi=2", imageAlt: "Oreo waffle cone" }, { - id: "4", name: "Mangonada", price: "Refreshing Drink", variant: "Specialty - Tropical Mango", imageSrc: "http://img.b2bpic.net/free-photo/mango-shake-fresh-tropical-fruit-smoothies_501050-876.jpg", imageAlt: "Authentic mangonada" + id: "4", name: "Mangonada", price: "Refreshing Drink", variant: "Specialty - Tropical Mango", imageSrc: "http://img.b2bpic.net/free-photo/mango-shake-fresh-tropical-fruit-smoothies_501050-876.jpg?_wi=2", imageAlt: "Authentic mangonada" } ]} /> -- 2.49.1