Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 05:50:36 +00:00

View File

@@ -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"
/>
</div>
@@ -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() {
<ContactText
text="Ready to experience Angels Ice Cream? Visit us at 82 GA-138 in Stockbridge, inside Mays Crossing, and discover your new favorite flavor today!"
animationType="entrance-slide"
background={{ variant: "blurBottom" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Get Directions", href: "#" },