Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-12 13:17:13 +00:00

View File

@@ -49,16 +49,16 @@ export default function LandingPage() {
description="Experience fresh, delicious vegetarian dishes in a warm, welcoming atmosphere. Go Highway Restaurant offers the perfect stop for quality food and genuine hospitality on your journey."
background={{ variant: "sparkles-gradient" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pies-with-meat-filling-seasonings-dark-blue-surface-dough-pie-bread-bun-food-bake_140725-52996.jpg", imageAlt: "Cheese Pav Bhaji" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-feet-stew-tomato-sauce-white-bowl-with-vegetables-lemon_114579-103.jpg", imageAlt: "Paneer Palak" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pies-with-meat-filling-seasonings-dark-blue-surface-dough-pie-bread-bun-food-bake_140725-52996.jpg?_wi=1", imageAlt: "Cheese Pav Bhaji" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-feet-stew-tomato-sauce-white-bowl-with-vegetables-lemon_114579-103.jpg?_wi=1", imageAlt: "Paneer Palak" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-meal-with-rice-onion_23-2148747621.jpg", imageAlt: "Restaurant Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-spices-food_23-2148747665.jpg", imageAlt: "Vegetarian Thali" }
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-spices-food_23-2148747665.jpg?_wi=1", imageAlt: "Vegetarian Thali" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-hands-cutting-cucumber-with-knife-cutting-board-with-vegetable-salad-lettuce-tomato-black-pepper-wooden-surface_141793-10694.jpg", imageAlt: "Restaurant Ambiance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-spices-food_23-2148747665.jpg", imageAlt: "Thali Special" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pies-with-meat-filling-seasonings-dark-blue-surface-dough-pie-bread-bun-food-bake_140725-52996.jpg", imageAlt: "Pav Bhaji" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-feet-stew-tomato-sauce-white-bowl-with-vegetables-lemon_114579-103.jpg", imageAlt: "Paneer Curry" }
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-spices-food_23-2148747665.jpg?_wi=2", imageAlt: "Thali Special" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pies-with-meat-filling-seasonings-dark-blue-surface-dough-pie-bread-bun-food-bake_140725-52996.jpg?_wi=2", imageAlt: "Pav Bhaji" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-feet-stew-tomato-sauce-white-bowl-with-vegetables-lemon_114579-103.jpg?_wi=2", imageAlt: "Paneer Curry" }
]}
carouselPosition="right"
buttons={[
@@ -96,13 +96,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Cheese Pav Bhaji", price: "₹80", variant: "With fresh pav and butter", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pies-with-meat-filling-seasonings-dark-blue-surface-dough-pie-bread-bun-food-bake_140725-52996.jpg", imageAlt: "Cheese Pav Bhaji"
id: "1", name: "Cheese Pav Bhaji", price: "₹80", variant: "With fresh pav and butter", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pies-with-meat-filling-seasonings-dark-blue-surface-dough-pie-bread-bun-food-bake_140725-52996.jpg?_wi=3", imageAlt: "Cheese Pav Bhaji"
},
{
id: "2", name: "Veg Thali", price: "₹120", variant: "Complete meal with dal and sabzi", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-spices-food_23-2148747665.jpg", imageAlt: "Vegetarian Thali"
id: "2", name: "Veg Thali", price: "₹120", variant: "Complete meal with dal and sabzi", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-spices-food_23-2148747665.jpg?_wi=3", imageAlt: "Vegetarian Thali"
},
{
id: "3", name: "Paneer Palak", price: "₹140", variant: "Spinach curry with paneer", imageSrc: "http://img.b2bpic.net/free-photo/chicken-feet-stew-tomato-sauce-white-bowl-with-vegetables-lemon_114579-103.jpg", imageAlt: "Paneer Palak"
id: "3", name: "Paneer Palak", price: "₹140", variant: "Spinach curry with paneer", imageSrc: "http://img.b2bpic.net/free-photo/chicken-feet-stew-tomato-sauce-white-bowl-with-vegetables-lemon_114579-103.jpg?_wi=3", imageAlt: "Paneer Palak"
}
]}
buttons={[