Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -88,7 +88,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="\"The staff were incredibly helpful, and the food was superb. A truly authentic Indian dining experience!\""
|
||||
testimonial="The staff were incredibly helpful, and the food was superb. A truly authentic Indian dining experience!"
|
||||
rating={4.6}
|
||||
author="Happy Customers"
|
||||
avatars={[
|
||||
|
||||
@@ -57,13 +57,13 @@ export default function MenuPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{ id: "1", brand: "TAJ Special", name: "Chicken Biryani", price: "₹250-₹400", rating: 4.5, reviewCount: "1.5K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.jpg?_wi=2", imageAlt: "chicken biryani popular dish" },
|
||||
{ id: "2", brand: "Vegetarian Delight", name: "Mushroom Biryani", price: "₹200-₹350", rating: 4.2, reviewCount: "900 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pilaf-with-beans-green-fried-onions_141793-1349.jpg?_wi=2", imageAlt: "mushroom biryani vegetarian" },
|
||||
{ id: "3", brand: "Classic Curry", name: "Paneer Butter Masala", price: "₹220-₹380", rating: 4.6, reviewCount: "1.2K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246082.jpg?_wi=2", imageAlt: "paneer butter masala creamy curry" },
|
||||
{ id: "4", brand: "Crispy Starter", name: "Paneer 65", price: "₹180-₹300", rating: 4.3, reviewCount: "850 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-spicy-chips-white-bowl-sack-cloth-with-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds-with-glass-orange-juice-wooden-table_141793-88918.jpg?_wi=2", imageAlt: "paneer 65 fried starter" },
|
||||
{ id: "5", brand: "Breakfast Favorite", name: "Aloo Paratha", price: "₹100-₹180", rating: 4, reviewCount: "700 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/italian-ciabatta-bread-restaurant_501050-890.jpg?_wi=2", imageAlt: "aloo paratha indian flatbread" },
|
||||
{ id: "6", brand: "House Special", name: "Veg Kofta", price: "₹210-₹360", rating: 4.4, reviewCount: "1.1K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/baked-meatballs-chicken-fillet-tomato-sauce_2829-11148.jpg?_wi=2", imageAlt: "veg kofta curry indian balls" },
|
||||
{ id: "7", brand: "Slow Cooked", name: "Dum Chicken Biryani", price: "₹280-₹450", rating: 4.7, reviewCount: "1.8K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-appetizing-pilaf-bowl_140725-74150.jpg?_wi=2", imageAlt: "dum chicken biryani sealed pot" },
|
||||
{ id: "1", brand: "TAJ Special", name: "Chicken Biryani", price: "₹250-₹400", rating: 4.5, reviewCount: "1.5K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.jpg", imageAlt: "chicken biryani popular dish" },
|
||||
{ id: "2", brand: "Vegetarian Delight", name: "Mushroom Biryani", price: "₹200-₹350", rating: 4.2, reviewCount: "900 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pilaf-with-beans-green-fried-onions_141793-1349.jpg", imageAlt: "mushroom biryani vegetarian" },
|
||||
{ id: "3", brand: "Classic Curry", name: "Paneer Butter Masala", price: "₹220-₹380", rating: 4.6, reviewCount: "1.2K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246082.jpg", imageAlt: "paneer butter masala creamy curry" },
|
||||
{ id: "4", brand: "Crispy Starter", name: "Paneer 65", price: "₹180-₹300", rating: 4.3, reviewCount: "850 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-spicy-chips-white-bowl-sack-cloth-with-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds-with-glass-orange-juice-wooden-table_141793-88918.jpg", imageAlt: "paneer 65 fried starter" },
|
||||
{ id: "5", brand: "Breakfast Favorite", name: "Aloo Paratha", price: "₹100-₹180", rating: 4, reviewCount: "700 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/italian-ciabatta-bread-restaurant_501050-890.jpg", imageAlt: "aloo paratha indian flatbread" },
|
||||
{ id: "6", brand: "House Special", name: "Veg Kofta", price: "₹210-₹360", rating: 4.4, reviewCount: "1.1K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/baked-meatballs-chicken-fillet-tomato-sauce_2829-11148.jpg", imageAlt: "veg kofta curry indian balls" },
|
||||
{ id: "7", brand: "Slow Cooked", name: "Dum Chicken Biryani", price: "₹280-₹450", rating: 4.7, reviewCount: "1.8K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-appetizing-pilaf-bowl_140725-74150.jpg", imageAlt: "dum chicken biryani sealed pot" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -89,7 +89,7 @@ export default function MenuPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="\"Every dish on the menu is a culinary delight! The Chicken Biryani is a must-try. Absolutely fantastic experience.\""
|
||||
testimonial="Every dish on the menu is a culinary delight! The Chicken Biryani is a must-try. Absolutely fantastic experience."
|
||||
rating={4.8}
|
||||
author="Local Food Critics"
|
||||
avatars={[
|
||||
|
||||
@@ -64,8 +64,8 @@ export default function HomePage() {
|
||||
{ text: "View Menu", href: "/menu" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-arrangement_23-2148821521.jpg?_wi=1", imageAlt: "authentic biryani dish close-up" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-arrangement_23-2148821521.jpg?_wi=2", imageAlt: "authentic biryani dish close-up" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-arrangement_23-2148821521.jpg", imageAlt: "authentic biryani dish close-up" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-arrangement_23-2148821521.jpg", imageAlt: "authentic biryani dish close-up" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={3.7}
|
||||
@@ -81,13 +81,13 @@ export default function HomePage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{ id: "1", brand: "TAJ Special", name: "Chicken Biryani", price: "₹250-₹400", rating: 4.5, reviewCount: "1.5K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.jpg?_wi=1", imageAlt: "chicken biryani popular dish" },
|
||||
{ id: "2", brand: "Vegetarian Delight", name: "Mushroom Biryani", price: "₹200-₹350", rating: 4.2, reviewCount: "900 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pilaf-with-beans-green-fried-onions_141793-1349.jpg?_wi=1", imageAlt: "mushroom biryani vegetarian" },
|
||||
{ id: "3", brand: "Classic Curry", name: "Paneer Butter Masala", price: "₹220-₹380", rating: 4.6, reviewCount: "1.2K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246082.jpg?_wi=1", imageAlt: "paneer butter masala creamy curry" },
|
||||
{ id: "4", brand: "Crispy Starter", name: "Paneer 65", price: "₹180-₹300", rating: 4.3, reviewCount: "850 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-spicy-chips-white-bowl-sack-cloth-with-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds-with-glass-orange-juice-wooden-table_141793-88918.jpg?_wi=1", imageAlt: "paneer 65 fried starter" },
|
||||
{ id: "5", brand: "Breakfast Favorite", name: "Aloo Paratha", price: "₹100-₹180", rating: 4, reviewCount: "700 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/italian-ciabatta-bread-restaurant_501050-890.jpg?_wi=1", imageAlt: "aloo paratha indian flatbread" },
|
||||
{ id: "6", brand: "House Special", name: "Veg Kofta", price: "₹210-₹360", rating: 4.4, reviewCount: "1.1K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/baked-meatballs-chicken-fillet-tomato-sauce_2829-11148.jpg?_wi=1", imageAlt: "veg kofta curry indian balls" },
|
||||
{ id: "7", brand: "Slow Cooked", name: "Dum Chicken Biryani", price: "₹280-₹450", rating: 4.7, reviewCount: "1.8K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-appetizing-pilaf-bowl_140725-74150.jpg?_wi=1", imageAlt: "dum chicken biryani sealed pot" },
|
||||
{ id: "1", brand: "TAJ Special", name: "Chicken Biryani", price: "₹250-₹400", rating: 4.5, reviewCount: "1.5K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.jpg", imageAlt: "chicken biryani popular dish" },
|
||||
{ id: "2", brand: "Vegetarian Delight", name: "Mushroom Biryani", price: "₹200-₹350", rating: 4.2, reviewCount: "900 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pilaf-with-beans-green-fried-onions_141793-1349.jpg", imageAlt: "mushroom biryani vegetarian" },
|
||||
{ id: "3", brand: "Classic Curry", name: "Paneer Butter Masala", price: "₹220-₹380", rating: 4.6, reviewCount: "1.2K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246082.jpg", imageAlt: "paneer butter masala creamy curry" },
|
||||
{ id: "4", brand: "Crispy Starter", name: "Paneer 65", price: "₹180-₹300", rating: 4.3, reviewCount: "850 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-spicy-chips-white-bowl-sack-cloth-with-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds-with-glass-orange-juice-wooden-table_141793-88918.jpg", imageAlt: "paneer 65 fried starter" },
|
||||
{ id: "5", brand: "Breakfast Favorite", name: "Aloo Paratha", price: "₹100-₹180", rating: 4, reviewCount: "700 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/italian-ciabatta-bread-restaurant_501050-890.jpg", imageAlt: "aloo paratha indian flatbread" },
|
||||
{ id: "6", brand: "House Special", name: "Veg Kofta", price: "₹210-₹360", rating: 4.4, reviewCount: "1.1K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/baked-meatballs-chicken-fillet-tomato-sauce_2829-11148.jpg", imageAlt: "veg kofta curry indian balls" },
|
||||
{ id: "7", brand: "Slow Cooked", name: "Dum Chicken Biryani", price: "₹280-₹450", rating: 4.7, reviewCount: "1.8K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-appetizing-pilaf-bowl_140725-74150.jpg", imageAlt: "dum chicken biryani sealed pot" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -113,7 +113,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="\"Very tasty veg and chicken biryani, great experience and very good service. The Telangana mutton curry with butter naan is excellent!\""
|
||||
testimonial="Very tasty veg and chicken biryani, great experience and very good service. The Telangana mutton curry with butter naan is excellent!"
|
||||
rating={3.7}
|
||||
author="Google Reviews (2,100+ reviews)"
|
||||
avatars={[
|
||||
|
||||
Reference in New Issue
Block a user