Merge version_1 into main #4
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/platter-georgian-khinkali-served-with-spicy-sauce_140725-8654.jpg", imageAlt: "Fresh handmade dumplings steaming on plate"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-homemade-wheat-bread-with-flour-it-white-towel-with-two-hands_114579-2680.jpg", imageAlt: "Traditional oven-baked uzbek bread"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-homemade-wheat-bread-with-flour-it-white-towel-with-two-hands_114579-2680.jpg?_wi=1", imageAlt: "Traditional oven-baked uzbek bread"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
@@ -78,27 +78,27 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "House Specialty", name: "Handmade Manti Dumplings", price: "$12.99", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/gurza-azerbaijani-dumplings-served-with-yoghurt-pottery-ban_140725-10559.jpg", imageAlt: "Handmade manti dumplings with meat filling"
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/gurza-azerbaijani-dumplings-served-with-yoghurt-pottery-ban_140725-10559.jpg?_wi=1", imageAlt: "Handmade manti dumplings with meat filling"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Crispy Delight", name: "Samsa Meat Pastry", price: "$9.99", rating: 5,
|
||||
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-nut-pastries-sweet-cakes_140725-85246.jpg", imageAlt: "Golden crispy samsa triangular pastry"
|
||||
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-nut-pastries-sweet-cakes_140725-85246.jpg?_wi=1", imageAlt: "Golden crispy samsa triangular pastry"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Oven Fresh", name: "Uzbek Flatbread (Nan)", price: "$3.50", rating: 5,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-homemade-wheat-bread-with-flour-it-white-towel-with-two-hands_114579-2680.jpg", imageAlt: "Traditional uzbek flatbread from clay oven"
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-homemade-wheat-bread-with-flour-it-white-towel-with-two-hands_114579-2680.jpg?_wi=2", imageAlt: "Traditional uzbek flatbread from clay oven"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Family Feast", name: "Dumpling Family Platter", price: "$34.99", rating: 5,
|
||||
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156211.jpg", imageAlt: "Large family platter with multiple dumplings"
|
||||
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156211.jpg?_wi=1", imageAlt: "Large family platter with multiple dumplings"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Comfort Bowl", name: "Traditional Soup", price: "$8.99", rating: 5,
|
||||
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-khash-bowl-with-yogurt-crackers-tomatoes_114579-4570.jpg", imageAlt: "Warm traditional uzbek soup bowl"
|
||||
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-khash-bowl-with-yogurt-crackers-tomatoes_114579-4570.jpg?_wi=1", imageAlt: "Warm traditional uzbek soup bowl"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Premium Selection", name: "Mixed Pastry Platter", price: "$24.99", rating: 5,
|
||||
reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-nut-pastries-sweet-cakes_140725-85246.jpg", imageAlt: "Assorted baked pastries and breads"
|
||||
reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-nut-pastries-sweet-cakes_140725-85246.jpg?_wi=2", imageAlt: "Assorted baked pastries and breads"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -127,22 +127,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah M., Brooklyn Heights", date: "Date: 15 January 2025", title: "Best dumplings in New York!", quote: "The dumplings were absolutely delicious with juicy filling and soft, perfectly thin dough. You can tell they're made fresh daily. This place is a neighborhood gem!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gurza-azerbaijani-dumplings-served-with-yoghurt-pottery-ban_140725-10559.jpg"
|
||||
id: "1", name: "Sarah M., Brooklyn Heights", date: "Date: 15 January 2025", title: "Best dumplings in New York!", quote: "The dumplings were absolutely delicious with juicy filling and soft, perfectly thin dough. You can tell they're made fresh daily. This place is a neighborhood gem!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gurza-azerbaijani-dumplings-served-with-yoghurt-pottery-ban_140725-10559.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael T., Flatbush", date: "Date: 12 January 2025", title: "Authentic and affordable", quote: "Finally found authentic Uzbek food in Brooklyn! The samsa is crispy on the outside and flavorful inside. Open 24 hours makes it perfect for late-night cravings. Highly recommend!", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-nut-pastries-sweet-cakes_140725-85246.jpg"
|
||||
id: "2", name: "Michael T., Flatbush", date: "Date: 12 January 2025", title: "Authentic and affordable", quote: "Finally found authentic Uzbek food in Brooklyn! The samsa is crispy on the outside and flavorful inside. Open 24 hours makes it perfect for late-night cravings. Highly recommend!", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-nut-pastries-sweet-cakes_140725-85246.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena K., Park Slope", date: "Date: 8 January 2025", title: "You can see them baking the bread!", quote: "Watching them bake the nan in the traditional oven is mesmerizing. The bread is warm, soft, and pairs perfectly with their dumplings. Worth every penny!", tag: "Food Enthusiast", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-homemade-wheat-bread-with-flour-it-white-towel-with-two-hands_114579-2680.jpg"
|
||||
id: "3", name: "Elena K., Park Slope", date: "Date: 8 January 2025", title: "You can see them baking the bread!", quote: "Watching them bake the nan in the traditional oven is mesmerizing. The bread is warm, soft, and pairs perfectly with their dumplings. Worth every penny!", tag: "Food Enthusiast", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-homemade-wheat-bread-with-flour-it-white-towel-with-two-hands_114579-2680.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David L., Downtown Brooklyn", date: "Date: 5 January 2025", title: "Perfect for groups and delivery", quote: "Ordered the family platter for our office party. Everyone loved it! The delivery was fast and the portions were generous. Definitely ordering again soon.", tag: "Corporate Order", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156211.jpg"
|
||||
id: "4", name: "David L., Downtown Brooklyn", date: "Date: 5 January 2025", title: "Perfect for groups and delivery", quote: "Ordered the family platter for our office party. Everyone loved it! The delivery was fast and the portions were generous. Definitely ordering again soon.", tag: "Corporate Order", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156211.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica R., Carroll Gardens", date: "Date: 2 January 2025", title: "Late-night lifesaver!", quote: "Had a craving at midnight and Manti Express was open! Food arrived hot and fresh. This place is my new favorite late-night spot. The quality is incredible for the price.", tag: "Late Night Diner", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-khash-bowl-with-yogurt-crackers-tomatoes_114579-4570.jpg"
|
||||
id: "5", name: "Jessica R., Carroll Gardens", date: "Date: 2 January 2025", title: "Late-night lifesaver!", quote: "Had a craving at midnight and Manti Express was open! Food arrived hot and fresh. This place is my new favorite late-night spot. The quality is incredible for the price.", tag: "Late Night Diner", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-khash-bowl-with-yogurt-crackers-tomatoes_114579-4570.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Rafik H., Sunset Park", date: "Date: 30 December 2024", title: "Tastes like home!", quote: "As someone from Central Asia, I can confirm this is the real deal. The flavors, the technique, the hospitality—everything is authentic. Supporting local and eating amazingly!", tag: "Heritage Customer", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-busy-kitchen_329181-7778.jpg"
|
||||
id: "6", name: "Rafik H., Sunset Park", date: "Date: 30 December 2024", title: "Tastes like home!", quote: "As someone from Central Asia, I can confirm this is the real deal. The flavors, the technique, the hospitality—everything is authentic. Supporting local and eating amazingly!", tag: "Heritage Customer", avatarSrc: "http://img.b2bpic.net/free-vector/flat-design-linkedin-post-template_23-2149754301.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-busy-kitchen_329181-7778.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -173,18 +173,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Dumpling Trays", description: "Large platters of fresh handmade dumplings perfect for sharing. Feeds 4-6 people per tray.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156211.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/gurza-azerbaijani-dumplings-served-with-yoghurt-pottery-ban_140725-10559.jpg" }
|
||||
title: "Dumpling Trays", description: "Large platters of fresh handmade dumplings perfect for sharing. Feeds 4-6 people per tray.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156211.jpg?_wi=3" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/gurza-azerbaijani-dumplings-served-with-yoghurt-pottery-ban_140725-10559.jpg?_wi=3" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Family Feasts", description: "Complete meal packages including dumplings, pastries, bread, and soup. Customizable for any group size.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-woman-busy-kitchen_329181-7778.jpg" },
|
||||
title: "Family Feasts", description: "Complete meal packages including dumplings, pastries, bread, and soup. Customizable for any group size.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-woman-busy-kitchen_329181-7778.jpg?_wi=2" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-brown-cap-white-tee-her-friend-stylish-top-smiles-rests-street-cafe_197531-18193.jpg" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Corporate & Office Catering", description: "Professional catering service for meetings, lunches, and celebrations. Delivery available throughout Brooklyn.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156211.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-putting-homemade-wheat-bread-with-flour-it-white-towel-with-two-hands_114579-2680.jpg" }
|
||||
title: "Corporate & Office Catering", description: "Professional catering service for meetings, lunches, and celebrations. Delivery available throughout Brooklyn.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156211.jpg?_wi=4" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-putting-homemade-wheat-bread-with-flour-it-white-towel-with-two-hands_114579-2680.jpg?_wi=4" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user