Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -86,11 +86,11 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Murari Special", name: "Chicken Dum Biryani", price: "₹250", rating: 5,
|
||||
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-assortment_23-2148747714.jpg", imageAlt: "Chicken Dum Biryani"
|
||||
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-assortment_23-2148747714.jpg?_wi=1", imageAlt: "Chicken Dum Biryani"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Murari Special", name: "Mutton Biryani", price: "₹320", rating: 5,
|
||||
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-psd/mutton-biryani-served-bowl_84443-78195.jpg", imageAlt: "Mutton Biryani"
|
||||
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-psd/mutton-biryani-served-bowl_84443-78195.jpg?_wi=1", imageAlt: "Mutton Biryani"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Murari Special", name: "Egg Biryani", price: "₹200", rating: 5,
|
||||
@@ -98,11 +98,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Murari Special", name: "Chicken Fried Rice", price: "₹180", rating: 5,
|
||||
reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg", imageAlt: "Chicken Fried Rice"
|
||||
reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg?_wi=1", imageAlt: "Chicken Fried Rice"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Murari Special", name: "Fry Biryani", price: "₹280", rating: 5,
|
||||
reviewCount: "410+", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg", imageAlt: "Fry Biryani"
|
||||
reviewCount: "410+", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg?_wi=2", imageAlt: "Fry Biryani"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Murari Premium", name: "Moghalai Biryani", price: "₹350", rating: 5,
|
||||
@@ -123,27 +123,27 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Freshly Cooked Biryani", author: "Made Fresh Daily", description: "Every plate is prepared fresh using traditional dum cooking method with premium ingredients", tags: ["Fresh", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-with-spices-weathered-rough-texture_23-2148097283.jpg", imageAlt: "Fresh biryani cooking"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-with-spices-weathered-rough-texture_23-2148097283.jpg?_wi=1", imageAlt: "Fresh biryani cooking"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Quality Meat Selection", author: "Premium Sourcing", description: "We use only the finest chicken and mutton from trusted local suppliers ensuring tenderness and flavor", tags: ["Premium", "Fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/mutton-biryani-served-bowl_84443-78195.jpg", imageAlt: "Premium quality meat"
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/mutton-biryani-served-bowl_84443-78195.jpg?_wi=2", imageAlt: "Premium quality meat"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Quick Takeaway Service", author: "Fast Service", description: "Get your hot biryani within 20-30 minutes. Perfect for lunch breaks and busy schedules", tags: ["Fast", "Convenient"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-floor-meal-dark-dish-east-food_140725-82283.jpg", imageAlt: "Quick service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-floor-meal-dark-dish-east-food_140725-82283.jpg?_wi=1", imageAlt: "Quick service"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Easy Parking Near NRI College", author: "Convenient Location", description: "Located opposite NRI College with ample parking space. Easy access for students and families", tags: ["Location", "Parking"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535240.jpg", imageAlt: "Easy accessible location"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535240.jpg?_wi=1", imageAlt: "Easy accessible location"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Affordable Prices", author: "Budget Friendly", description: "Premium quality biryani at pocket-friendly prices. Starting from just ₹180 per plate", tags: ["Affordable", "Value"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-assortment_23-2148747714.jpg", imageAlt: "Affordable pricing"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-assortment_23-2148747714.jpg?_wi=2", imageAlt: "Affordable pricing"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Extended Hours", author: "Open 11 AM - 11:30 PM", description: "Open daily from breakfast to late dinner. Perfect for all meal times and occasions", tags: ["Hours", "Available"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-with-spices-weathered-rough-texture_23-2148097283.jpg", imageAlt: "Always open"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-with-spices-weathered-rough-texture_23-2148097283.jpg?_wi=2", imageAlt: "Always open"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -160,13 +160,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Kitchen", title: "Traditional Dum Cooking", excerpt: "Our authentic dum cooking method brings out the perfect flavor and aroma in every biryani", imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-with-spices-weathered-rough-texture_23-2148097283.jpg", imageAlt: "Kitchen cooking process", authorName: "Murari Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-man-with-arms-crossed-isolated-white-background_23-2148056436.jpg", date: "2025"
|
||||
id: "1", category: "Kitchen", title: "Traditional Dum Cooking", excerpt: "Our authentic dum cooking method brings out the perfect flavor and aroma in every biryani", imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-with-spices-weathered-rough-texture_23-2148097283.jpg?_wi=3", imageAlt: "Kitchen cooking process", authorName: "Murari Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-man-with-arms-crossed-isolated-white-background_23-2148056436.jpg", date: "2025"
|
||||
},
|
||||
{
|
||||
id: "2", category: "Restaurant", title: "Cozy Dining Atmosphere", excerpt: "Come enjoy your favorite biryani in our comfortable and welcoming restaurant ambiance", imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535240.jpg", imageAlt: "Restaurant exterior", authorName: "Murari Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", date: "2025"
|
||||
id: "2", category: "Restaurant", title: "Cozy Dining Atmosphere", excerpt: "Come enjoy your favorite biryani in our comfortable and welcoming restaurant ambiance", imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535240.jpg?_wi=2", imageAlt: "Restaurant exterior", authorName: "Murari Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", date: "2025"
|
||||
},
|
||||
{
|
||||
id: "3", category: "Signature Dish", title: "Perfectly Plated Biryani", excerpt: "Each biryani is carefully plated and served hot with traditional accompaniments", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-floor-meal-dark-dish-east-food_140725-82283.jpg", imageAlt: "Biryani plating", authorName: "Murari Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg", date: "2025"
|
||||
id: "3", category: "Signature Dish", title: "Perfectly Plated Biryani", excerpt: "Each biryani is carefully plated and served hot with traditional accompaniments", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-floor-meal-dark-dish-east-food_140725-82283.jpg?_wi=2", imageAlt: "Biryani plating", authorName: "Murari Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg", date: "2025"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user