Merge version_1 into main #2
@@ -64,6 +64,7 @@ export default function LandingPage() {
|
||||
{ icon: Leaf, label: "Premium Ingredients", value: "Natural Only" },
|
||||
{ icon: Users, label: "Happy Customers", value: "1000+" }
|
||||
]}
|
||||
metricsAnimation="none"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -74,13 +75,13 @@ export default function LandingPage() {
|
||||
description="Handcrafted snacks made fresh in small batches using grandmother's traditional recipes and the finest natural ingredients."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Mukulu - Sweet Traditional Snack", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/plate-assorted-snacks-crackers-dark-table_114579-21031.jpg?_wi=1", imageAlt: "Mukulu - traditional sweet snack", initialQuantity: 1
|
||||
id: "1", name: "Mukulu - Sweet Traditional Snack", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/plate-assorted-snacks-crackers-dark-table_114579-21031.jpg", imageAlt: "Mukulu - traditional sweet snack", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Garjalu - Crispy Savory Snack", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/plate-assorted-snacks-crackers-dark-table_114579-21031.jpg?_wi=2", imageAlt: "Garjalu - crispy savory snack", initialQuantity: 1
|
||||
id: "2", name: "Garjalu - Crispy Savory Snack", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/plate-assorted-snacks-crackers-dark-table_114579-21031.jpg", imageAlt: "Garjalu - crispy savory snack", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mukulu & Garjalu Combo Pack", price: "₹480", imageSrc: "http://img.b2bpic.net/free-photo/plate-assorted-snacks-crackers-dark-table_114579-21031.jpg?_wi=3", imageAlt: "Combo pack of Mukulu and Garjalu", initialQuantity: 1
|
||||
id: "3", name: "Mukulu & Garjalu Combo Pack", price: "₹480", imageSrc: "http://img.b2bpic.net/free-photo/plate-assorted-snacks-crackers-dark-table_114579-21031.jpg", imageAlt: "Combo pack of Mukulu and Garjalu", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -98,13 +99,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Tastes Like Home", quote: "These snacks remind me of my childhood at my grandmother's house. The taste is absolutely authentic and the quality is unmatched. I order them every month!", name: "Priya Sharma", role: "Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=1", imageAlt: "Priya Sharma"
|
||||
id: "1", title: "Tastes Like Home", quote: "These snacks remind me of my childhood at my grandmother's house. The taste is absolutely authentic and the quality is unmatched. I order them every month!", name: "Priya Sharma", role: "Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Perfect for Festivals", quote: "I bought these for Diwali and my entire family loved them. The freshness and traditional preparation method really makes a difference. Highly recommended!", name: "Rajesh Patel", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Rajesh Patel"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Best Return Policy", quote: "I wasn't completely satisfied with my first order, but Nannamma took it back without any hassle. That's customer service! Now I'm a regular buyer.", name: "Anjali Verma", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=2", imageAlt: "Anjali Verma"
|
||||
id: "3", title: "Best Return Policy", quote: "I wasn't completely satisfied with my first order, but Nannamma took it back without any hassle. That's customer service! Now I'm a regular buyer.", name: "Anjali Verma", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", imageAlt: "Anjali Verma"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Gift Perfection", quote: "Sent these as a gift to relatives abroad and they were blown away by the quality and authenticity. A perfect way to share our culture!", name: "Vikram Singh", role: "Returning Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Vikram Singh"
|
||||
|
||||
Reference in New Issue
Block a user