Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 15:21:36 +00:00

View File

@@ -88,11 +88,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/close-up-appetizing-ramadan-meal_23-2151182550.jpg", imageAlt: "Chicken Dum Biryani"
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.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-photo/side-close-up-view-pilaf-garlic-bowl-rice-appetizing-pilaf-wooden-kitchen-board_140725-73942.jpg", imageAlt: "Mutton Biryani"
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-pilaf-garlic-bowl-rice-appetizing-pilaf-wooden-kitchen-board_140725-73942.jpg?_wi=1", imageAlt: "Mutton Biryani"
},
{
id: "3", brand: "Murari Special", name: "Egg Biryani", price: "₹200", rating: 5,
@@ -100,11 +100,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-view-cooked-rice-with-seasonings-dark-desk-food-photo-meal-dish_140725-82266.jpg", imageAlt: "Chicken Fried Rice"
reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-desk-food-photo-meal-dish_140725-82266.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-view-cooked-rice-with-seasonings-dark-desk-food-photo-meal-dish_140725-82266.jpg", imageAlt: "Fry Biryani"
reviewCount: "410+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-desk-food-photo-meal-dish_140725-82266.jpg?_wi=2", imageAlt: "Fry Biryani"
},
{
id: "6", brand: "Murari Premium", name: "Moghalai Biryani", price: "₹350", rating: 5,
@@ -125,27 +125,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/chef-working-together-professional-kitchen_23-2149727993.jpg", imageAlt: "Fresh biryani cooking"
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.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-photo/side-close-up-view-pilaf-garlic-bowl-rice-appetizing-pilaf-wooden-kitchen-board_140725-73942.jpg", imageAlt: "Premium quality meat"
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-pilaf-garlic-bowl-rice-appetizing-pilaf-wooden-kitchen-board_140725-73942.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/high-angle-indian-dish-with-spices_23-2148747712.jpg", imageAlt: "Quick service"
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-dish-with-spices_23-2148747712.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/attractive-young-caucasian-woman-walking-outdoors_171337-10416.jpg", imageAlt: "Easy accessible location"
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-caucasian-woman-walking-outdoors_171337-10416.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/close-up-appetizing-ramadan-meal_23-2151182550.jpg", imageAlt: "Affordable pricing"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.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/chef-working-together-professional-kitchen_23-2149727993.jpg", imageAlt: "Always open"
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg?_wi=2", imageAlt: "Always open"
}
]}
/>
@@ -162,13 +162,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/chef-working-together-professional-kitchen_23-2149727993.jpg", imageAlt: "Kitchen cooking process", authorName: "Murari Team", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-excited-person-portrait_23-2151186626.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/chef-working-together-professional-kitchen_23-2149727993.jpg?_wi=3", imageAlt: "Kitchen cooking process", authorName: "Murari Team", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-excited-person-portrait_23-2151186626.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/attractive-young-caucasian-woman-walking-outdoors_171337-10416.jpg", imageAlt: "Restaurant exterior", authorName: "Murari Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-16182.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/attractive-young-caucasian-woman-walking-outdoors_171337-10416.jpg?_wi=2", imageAlt: "Restaurant exterior", authorName: "Murari Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-16182.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/high-angle-indian-dish-with-spices_23-2148747712.jpg", imageAlt: "Biryani plating", authorName: "Murari Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-handsome-man-living-room_329181-626.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/high-angle-indian-dish-with-spices_23-2148747712.jpg?_wi=2", imageAlt: "Biryani plating", authorName: "Murari Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-handsome-man-living-room_329181-626.jpg", date: "2025"
}
]}
/>