Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-05 09:36:01 +00:00

View File

@@ -66,23 +66,23 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg?_wi=1",
imageAlt: "Gujarati Thali",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=1",
imageAlt: "Traditional Gujarati Thali",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg?_wi=1",
imageAlt: "Punjabi Thali Variety",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=1",
imageAlt: "Hot Veg Sizzler",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=1",
imageAlt: "Sizzling Chocolate Brownie",
},
]}
@@ -136,37 +136,37 @@ export default function LandingPage() {
id: "p1",
name: "Gujarati Thali",
price: "₹250",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=2",
},
{
id: "p2",
name: "Punjabi Thali",
price: "₹300",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg?_wi=2",
},
{
id: "p3",
name: "Veg Sizzler",
price: "₹350",
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-with-sauce-pan_1220-5283.jpg?_wi=2",
},
{
id: "p4",
name: "Sizzling Brownie",
price: "₹200",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=2",
},
{
id: "p5",
name: "Paneer Tikka",
price: "₹280",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=3",
},
{
id: "p6",
name: "Dal Makhani",
price: "₹220",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-with-different-seasonings-sliced-pepper-grey-background-soup-meal-food-meat-seasoning-spicy_140725-80756.jpg?_wi=3",
},
]}
title="Popular Dishes"
@@ -230,7 +230,7 @@ export default function LandingPage() {
required: false,
}}
buttonText="Book Table"
imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-vegetables-with-different-seasonings-dark-space_140725-79679.jpg?_wi=2"
/>
</div>