Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-04 14:42:47 +00:00

View File

@@ -50,23 +50,23 @@ export default function LandingPage() {
description="Authentic, freshly prepared meals served with love in the heart of Ravet. View our daily menu and join our family dining experience."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=1",
imageAlt: "Fresh home cooked meal",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=2",
imageAlt: "Traditional indian thali",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=3",
imageAlt: "Healthy mess food",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=4",
imageAlt: "Dal tadka bowl",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=5",
imageAlt: "Fresh roti stack",
},
]}
@@ -86,21 +86,21 @@ export default function LandingPage() {
name: "Breakfast",
price: "8:00 AM",
variant: "Nutritious start to your day",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=6",
},
{
id: "2",
name: "Lunch",
price: "1:00 PM",
variant: "Wholesome home-cooked meal",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=7",
},
{
id: "3",
name: "Dinner",
price: "8:00 PM",
variant: "Light and nourishing dinner",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=8",
},
]}
title="Today's Menu"
@@ -167,13 +167,13 @@ export default function LandingPage() {
id: "m1",
name: "Sunita Patil",
role: "Head Chef",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=9",
},
{
id: "m2",
name: "Rahul Deshmukh",
role: "Operations Manager",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cooked-rice-meatballs-black_140725-103965.jpg?_wi=10",
},
]}
/>