Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-17 14:35:06 +00:00

View File

@@ -55,15 +55,15 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/female-painter-using-watercolor-paint-mixing-colors-artistic-creation_482257-124848.jpg", imageAlt: "Eden Huts Restaurant Interior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/meat-sauteed-turshu-qovurma-with-vegetables_114579-899.jpg", imageAlt: "Pepper Chicken Special"
imageSrc: "http://img.b2bpic.net/free-photo/meat-sauteed-turshu-qovurma-with-vegetables_114579-899.jpg?_wi=1", imageAlt: "Pepper Chicken Special"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878179.jpg", imageAlt: "Chilli Chicken Delight"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878179.jpg?_wi=1", imageAlt: "Chilli Chicken Delight"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indian-rice-dish_23-2148747676.jpg", imageAlt: "Mughlai Gravy"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indian-rice-dish_23-2148747676.jpg?_wi=1", imageAlt: "Mughlai Gravy"
}
]}
buttons={[
@@ -103,13 +103,13 @@ export default function LandingPage() {
animationType="blur-reveal"
products={[
{
id: "pepper-chicken", name: "Pepper Chicken", price: "₹280", variant: "Spicy North Indian", imageSrc: "http://img.b2bpic.net/free-photo/meat-sauteed-turshu-qovurma-with-vegetables_114579-899.jpg", imageAlt: "Pepper Chicken"
id: "pepper-chicken", name: "Pepper Chicken", price: "₹280", variant: "Spicy North Indian", imageSrc: "http://img.b2bpic.net/free-photo/meat-sauteed-turshu-qovurma-with-vegetables_114579-899.jpg?_wi=2", imageAlt: "Pepper Chicken"
},
{
id: "chilli-chicken", name: "Chilli Chicken", price: "₹290", variant: "Indo-Chinese Fusion", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878179.jpg", imageAlt: "Chilli Chicken"
id: "chilli-chicken", name: "Chilli Chicken", price: "₹290", variant: "Indo-Chinese Fusion", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878179.jpg?_wi=2", imageAlt: "Chilli Chicken"
},
{
id: "mughlai-curry", name: "Mughlai Curry", price: "₹320", variant: "Royal Mughlai", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indian-rice-dish_23-2148747676.jpg", imageAlt: "Mughlai Curry"
id: "mughlai-curry", name: "Mughlai Curry", price: "₹320", variant: "Royal Mughlai", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indian-rice-dish_23-2148747676.jpg?_wi=2", imageAlt: "Mughlai Curry"
}
]}
buttons={[{ text: "Full Menu on Zomato", href: "https://www.zomato.com" }]}