Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 20:24:08 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="circleGradient"
background="aurora"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -46,7 +46,7 @@ export default function LandingPage() {
description="Delicious Indian, Chinese, Continental & Tandoori specialties for family dinners, celebrations and casual dining."
tag="Golden Hour Multi Cuisine"
tagIcon={Utensils}
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Reserve a Table", href: "reservations" },
{ text: "Call Now", href: "tel:+919876543210" }
@@ -88,12 +88,12 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", name: "Butter Chicken", price: "₹408", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-pakistan-meal_23-2148821539.jpg?_wi=1", imageAlt: "Butter Chicken - Creamy tomato-based Indian curry" },
{ id: "2", name: "Chicken Dum Biryani", price: "₹510", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-assortment_23-2148821527.jpg?_wi=1", imageAlt: "Chicken Dum Biryani - Fragrant basmati rice with spiced chicken" },
{ id: "1", name: "Butter Chicken", price: "₹408", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-pakistan-meal_23-2148821539.jpg", imageAlt: "Butter Chicken - Creamy tomato-based Indian curry" },
{ id: "2", name: "Chicken Dum Biryani", price: "₹510", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-assortment_23-2148821527.jpg", imageAlt: "Chicken Dum Biryani - Fragrant basmati rice with spiced chicken" },
{ id: "3", name: "Paneer Butter Masala", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-vegetables-cast-iron-homemade-generated-by-ai_188544-20585.jpg", imageAlt: "Paneer Butter Masala - Creamy cottage cheese curry" },
{ id: "4", name: "Chicken Lollipop", price: "₹360", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-pieces-chicken-with-herbs-lavash-board-bowl-sauce_140725-72590.jpg?_wi=1", imageAlt: "Chicken Lollipop - Crispy Chinese-style chicken appetizer" },
{ id: "5", name: "Veg Manchurian", price: "₹302", imageSrc: "http://img.b2bpic.net/free-photo/stewed-chicken-with-pumpkin-peppers-black-table_141793-1684.jpg?_wi=1", imageAlt: "Veg Manchurian - Indo-Chinese vegetable starter" },
{ id: "6", name: "Afghani Chicken", price: "₹360", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-tomatoes-onion-colorful-spices-chicken-with-herbs-lemon_140725-73724.jpg?_wi=1", imageAlt: "Afghani Chicken - Tandoori-grilled chicken specialty" }
{ id: "4", name: "Chicken Lollipop", price: "₹360", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-pieces-chicken-with-herbs-lavash-board-bowl-sauce_140725-72590.jpg", imageAlt: "Chicken Lollipop - Crispy Chinese-style chicken appetizer" },
{ id: "5", name: "Veg Manchurian", price: "₹302", imageSrc: "http://img.b2bpic.net/free-photo/stewed-chicken-with-pumpkin-peppers-black-table_141793-1684.jpg", imageAlt: "Veg Manchurian - Indo-Chinese vegetable starter" },
{ id: "6", name: "Afghani Chicken", price: "₹360", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-tomatoes-onion-colorful-spices-chicken-with-herbs-lemon_140725-73724.jpg", imageAlt: "Afghani Chicken - Tandoori-grilled chicken specialty" }
]}
buttons={[{ text: "View Full Menu", href: "#menu-categories" }]}
/>
@@ -109,11 +109,11 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
features={[
{ id: "1", title: "Soups & Starters", author: "Appetizers", description: "Begin your meal with our selection of aromatic soups and delectable starters", tags: ["Soups", "Starters", "Appetizers"], imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-pieces-chicken-with-herbs-lavash-board-bowl-sauce_140725-72590.jpg?_wi=2", imageAlt: "Soups and Starters Section" },
{ id: "2", title: "Chinese Starters", author: "Veg & Non-Veg", description: "Experience Indo-Chinese flavors with our crispy and savory Chinese starter options", tags: ["Chinese", "Starters", "Indo-Chinese"], imageSrc: "http://img.b2bpic.net/free-photo/stewed-chicken-with-pumpkin-peppers-black-table_141793-1684.jpg?_wi=2", imageAlt: "Chinese Starters Section" },
{ id: "3", title: "Tandoori Specials", author: "Grilled Specialties", description: "Smoky, perfectly grilled tandoori preparations cooked in our traditional clay oven", tags: ["Tandoori", "Grilled", "Specials"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-tomatoes-onion-colorful-spices-chicken-with-herbs-lemon_140725-73724.jpg?_wi=2", imageAlt: "Tandoori Specials Section" },
{ id: "4", title: "Indian Main Course", author: "Curries & Gravies", description: "Rich and flavorful Indian curries with aromatic spices and authentic recipes", tags: ["Indian", "Main Course", "Curry"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-pakistan-meal_23-2148821539.jpg?_wi=2", imageAlt: "Indian Main Course Section" },
{ id: "5", title: "Biryani & Rice", author: "Fragrant Rice Dishes", description: "Aromatic basmati rice dishes cooked with premium spices and tender meat or vegetables", tags: ["Biryani", "Rice", "Fragrant"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-assortment_23-2148821527.jpg?_wi=2", imageAlt: "Biryani and Rice Section" }
{ id: "1", title: "Soups & Starters", author: "Appetizers", description: "Begin your meal with our selection of aromatic soups and delectable starters", tags: ["Soups", "Starters", "Appetizers"], imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-pieces-chicken-with-herbs-lavash-board-bowl-sauce_140725-72590.jpg", imageAlt: "Soups and Starters Section" },
{ id: "2", title: "Chinese Starters", author: "Veg & Non-Veg", description: "Experience Indo-Chinese flavors with our crispy and savory Chinese starter options", tags: ["Chinese", "Starters", "Indo-Chinese"], imageSrc: "http://img.b2bpic.net/free-photo/stewed-chicken-with-pumpkin-peppers-black-table_141793-1684.jpg", imageAlt: "Chinese Starters Section" },
{ id: "3", title: "Tandoori Specials", author: "Grilled Specialties", description: "Smoky, perfectly grilled tandoori preparations cooked in our traditional clay oven", tags: ["Tandoori", "Grilled", "Specials"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-tomatoes-onion-colorful-spices-chicken-with-herbs-lemon_140725-73724.jpg", imageAlt: "Tandoori Specials Section" },
{ id: "4", title: "Indian Main Course", author: "Curries & Gravies", description: "Rich and flavorful Indian curries with aromatic spices and authentic recipes", tags: ["Indian", "Main Course", "Curry"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-with-delicious-pakistan-meal_23-2148821539.jpg", imageAlt: "Indian Main Course Section" },
{ id: "5", title: "Biryani & Rice", author: "Fragrant Rice Dishes", description: "Aromatic basmati rice dishes cooked with premium spices and tender meat or vegetables", tags: ["Biryani", "Rice", "Fragrant"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-assortment_23-2148821527.jpg", imageAlt: "Biryani and Rice Section" }
]}
/>
</div>