Merge version_2 into main #4
@@ -64,27 +64,27 @@ export default function LandingPage() {
|
||||
description="Experience the true taste of Kathiyawad with freshly prepared traditional dishes made from authentic recipes"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Kathiyawadi", name: "Bajra Rotlo", price: "Fresh Daily", rating: 5,
|
||||
id: "1", brand: "Kathiyawadi", name: "Bajra Rotlo", price: "₹60-80", rating: 5,
|
||||
reviewCount: "Most Popular", imageSrc: "http://img.b2bpic.net/free-photo/traditional-flatbread-baking-hot-tandoor-oven_140725-3204.jpg", imageAlt: "Golden crispy bajra rotlo traditional millet bread"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Kathiyawadi", name: "Sev Tameta", price: "Specialty", rating: 5,
|
||||
id: "2", brand: "Kathiyawadi", name: "Sev Tameta", price: "₹120-150", rating: 5,
|
||||
reviewCount: "Must Try", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-sliced-with-sauce-seasonings-dark-surface-meal-sauce-food-dinner-soup-vegetable_140725-85748.jpg", imageAlt: "Sev tameta traditional tomato potato curry"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Kathiyawadi", name: "Ringan Bhartu", price: "House Special", rating: 5,
|
||||
id: "3", brand: "Kathiyawadi", name: "Ringan Bhartu", price: "₹100-130", rating: 5,
|
||||
reviewCount: "Customer Favorite", imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-condensed-milk-homemade-crepes-high-quality-photo_114579-44133.jpg", imageAlt: "Ringan bhartu smoked eggplant vegetable curry"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Kathiyawadi", name: "Dahi Tikari", price: "Fresh", rating: 5,
|
||||
id: "4", brand: "Kathiyawadi", name: "Dahi Tikari", price: "₹80-100", rating: 5,
|
||||
reviewCount: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/view-creamy-broccoli-soup-brown-bowl-different-spices-gray-table_140725-86495.jpg", imageAlt: "Dahi tikari yogurt vegetable traditional side"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Kathiyawadi", name: "Nagli Papad", price: "Specialty", rating: 5,
|
||||
id: "5", brand: "Kathiyawadi", name: "Nagli Papad", price: "₹30-50", rating: 5,
|
||||
reviewCount: "Unique Taste", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arrangement-traditional-roti_23-2149034001.jpg", imageAlt: "Nagli papad crispy millet traditional wafer"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Kathiyawadi", name: "Dal Rice", price: "Comfort Food", rating: 5,
|
||||
id: "6", brand: "Kathiyawadi", name: "Dal Rice", price: "₹90-120", rating: 5,
|
||||
reviewCount: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vermicelli-soup-with-greens-light-grey-table_140725-144072.jpg", imageAlt: "Dal rice traditional Indian comfort food"
|
||||
},
|
||||
]}
|
||||
@@ -239,4 +239,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user