From 0b5a90d7ecf7315576cd135c8c2089f2276bb4af Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:50:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcc6766..851eaf0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,6 +75,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_74190-4453.jpg" imageAlt="Angels Ice Cream shop interior" useInvertedBackground={false} + metricsAnimation="slide-up" mediaAnimation="slide-up" /> @@ -90,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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", imageAlt: "Refreshing mangonada drink" } ]} /> @@ -120,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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Authentic mangonada" } ]} /> @@ -163,7 +164,7 @@ export default function LandingPage() {