From 84312dffe4fa152b895f87fc5c44c184c57fbc04 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:41: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 b3ee5ef..e15e596 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,15 +88,15 @@ export default function LandingPage() { { title: "Premium Ingredients", description: "Hand-selected spices, pure ghee, and organic flour sourced directly from trusted suppliers across India.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/top-colorful-spices-with-cinnamon-sticks-lemonnd-coconut-black_140725-12342.jpg", imageAlt: "Premium spices and ingredients" }, - { imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg", imageAlt: "Traditional baking methods" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-colorful-spices-with-cinnamon-sticks-lemonnd-coconut-black_140725-12342.jpg?_wi=1", imageAlt: "Premium spices and ingredients" }, + { imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg?_wi=1", imageAlt: "Traditional baking methods" } ] }, { title: "Time-Honored Recipes", description: "Recipes passed down through generations, perfected over decades to ensure authentic taste and texture in every bite.", icon: Clock, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg", imageAlt: "Traditional baking techniques" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-colorful-spices-with-cinnamon-sticks-lemonnd-coconut-black_140725-12342.jpg", imageAlt: "Quality ingredients preparation" } + { imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg?_wi=2", imageAlt: "Traditional baking techniques" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-colorful-spices-with-cinnamon-sticks-lemonnd-coconut-black_140725-12342.jpg?_wi=2", imageAlt: "Quality ingredients preparation" } ] } ]} @@ -163,10 +163,10 @@ export default function LandingPage() { cardTagIcon={Heart} testimonials={[ { - id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg", imageAlt: "Priya Sharma" + id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg?_wi=1", imageAlt: "Priya Sharma" }, { - id: "2", name: "Arjun Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-broadly-showing-teeth_141793-55127.jpg", imageAlt: "Arjun Patel" + id: "2", name: "Arjun Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-broadly-showing-teeth_141793-55127.jpg?_wi=1", imageAlt: "Arjun Patel" }, { id: "3", name: "Anjali Verma", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Anjali Verma" @@ -175,10 +175,10 @@ export default function LandingPage() { id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-hispanic-male-blue-shirt-posing-against-white-wall_181624-44847.jpg", imageAlt: "Vikram Singh" }, { - id: "5", name: "Meera Gupta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg", imageAlt: "Meera Gupta" + id: "5", name: "Meera Gupta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-redhead-caucasian-woman-smiling-cheerfully_273609-9095.jpg?_wi=2", imageAlt: "Meera Gupta" }, { - id: "6", name: "Ravi Kumar", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-broadly-showing-teeth_141793-55127.jpg", imageAlt: "Ravi Kumar" + id: "6", name: "Ravi Kumar", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-broadly-showing-teeth_141793-55127.jpg?_wi=2", imageAlt: "Ravi Kumar" } ]} cardAnimation="blur-reveal"