From f98cc45633298f6936c4d411b13c202d6a937a8e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:22:38 +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 f907e6f..90761b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1