Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 04:41:43 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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"