Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 14:22:42 +00:00

View File

@@ -78,7 +78,7 @@ export default function LandingPage() {
title: "Friendly Staff", description: "Warm hospitality and personalized recommendations for every customer", icon: Star
}
]}
imageSrc="http://img.b2bpic.net/free-photo/healthy-oatmeal-porridge-with-slices-orange-fruit-wooden-piece_114579-68548.jpg"
imageSrc="http://img.b2bpic.net/free-photo/healthy-oatmeal-porridge-with-slices-orange-fruit-wooden-piece_114579-68548.jpg?_wi=1"
imageAlt="Amul ice cream product varieties and display"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -96,13 +96,13 @@ export default function LandingPage() {
tagIcon={Sparkles}
products={[
{
id: "1", name: "Vanilla Cup", price: "₹30-80", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cone-creative-macro-concept-sweets-food_169016-28055.jpg", imageAlt: "Classic Amul vanilla ice cream cup"
id: "1", name: "Vanilla Cup", price: "₹30-80", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cone-creative-macro-concept-sweets-food_169016-28055.jpg?_wi=1", imageAlt: "Classic Amul vanilla ice cream cup"
},
{
id: "2", name: "Chocolate Cone", price: "₹40-100", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cone-creative-macro-concept-sweets-food_169016-28055.jpg", imageAlt: "Rich Amul chocolate ice cream cone"
id: "2", name: "Chocolate Cone", price: "₹40-100", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cone-creative-macro-concept-sweets-food_169016-28055.jpg?_wi=2", imageAlt: "Rich Amul chocolate ice cream cone"
},
{
id: "3", name: "Strawberry Cup", price: "₹35-90", imageSrc: "http://img.b2bpic.net/free-photo/waffle-cones-with-ice-cream-near-fresh-berries-bowl-napkin-table_23-2148107715.jpg", imageAlt: "Fresh Amul strawberry ice cream cup"
id: "3", name: "Strawberry Cup", price: "₹35-90", imageSrc: "http://img.b2bpic.net/free-photo/waffle-cones-with-ice-cream-near-fresh-berries-bowl-napkin-table_23-2148107715.jpg?_wi=1", imageAlt: "Fresh Amul strawberry ice cream cup"
},
{
id: "4", name: "Butter Scotch", price: "₹50-120", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-ice-creams-xmas-tree-cupcake-xmas-ornaments-grey-background_140725-130394.jpg", imageAlt: "Premium Amul butter scotch cone"
@@ -127,19 +127,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Premium Amul Quality", description: "Authentic Amul dairy products trusted by millions across India for consistent quality and taste", imageSrc: "http://img.b2bpic.net/free-photo/healthy-oatmeal-porridge-with-slices-orange-fruit-wooden-piece_114579-68548.jpg"
title: "Premium Amul Quality", description: "Authentic Amul dairy products trusted by millions across India for consistent quality and taste", imageSrc: "http://img.b2bpic.net/free-photo/healthy-oatmeal-porridge-with-slices-orange-fruit-wooden-piece_114579-68548.jpg?_wi=2"
},
{
id: 2,
title: "Best Affordable Prices", description: "Enjoy premium ice creams and dairy treats without burning a hole in your wallet", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cone-creative-macro-concept-sweets-food_169016-28055.jpg"
title: "Best Affordable Prices", description: "Enjoy premium ice creams and dairy treats without burning a hole in your wallet", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cone-creative-macro-concept-sweets-food_169016-28055.jpg?_wi=3"
},
{
id: 3,
title: "Wide Flavor Selection", description: "From classic vanilla to exotic flavors, cups, cones, and family packs for every craving", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cone-creative-macro-concept-sweets-food_169016-28055.jpg"
title: "Wide Flavor Selection", description: "From classic vanilla to exotic flavors, cups, cones, and family packs for every craving", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waffle-cone-creative-macro-concept-sweets-food_169016-28055.jpg?_wi=4"
},
{
id: 4,
title: "Quick Takeaway Service", description: "Perfect for busy students and families who need their ice cream fix on the go", imageSrc: "http://img.b2bpic.net/free-photo/waffle-cones-with-ice-cream-near-fresh-berries-bowl-napkin-table_23-2148107715.jpg"
title: "Quick Takeaway Service", description: "Perfect for busy students and families who need their ice cream fix on the go", imageSrc: "http://img.b2bpic.net/free-photo/waffle-cones-with-ice-cream-near-fresh-berries-bowl-napkin-table_23-2148107715.jpg?_wi=2"
}
]}
animationType="blur-reveal"