Merge version_1 into main #2

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

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="⭐ 4.9 Rating | 34+ Reviews" tag="⭐ 4.9 Rating | 34+ Reviews"
tagIcon={Star} tagIcon={Star}
tagAnimation="slide-up" tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
imageAlt="Dil Se Restaurant Interior" imageAlt="Dil Se Restaurant Interior"
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttons={[ buttons={[
@@ -56,6 +56,7 @@ export default function LandingPage() {
{ text: "Reserve Table", href: "#contact" } { text: "Reserve Table", href: "#contact" }
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
background={{ variant: "plain" }}
testimonials={[ testimonials={[
{ {
name: "Priya Sharma", handle: "Regular Customer", testimonial: "Perfect place to eat and celebrate! Amazing food and hospitality.", rating: 5, name: "Priya Sharma", handle: "Regular Customer", testimonial: "Perfect place to eat and celebrate! Amazing food and hospitality.", rating: 5,
@@ -133,28 +134,22 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
products={[ products={[
{ {
id: "1", brand: "Vegetarian Special", name: "Paneer Tikka Masala", price: "₹280", rating: 5, id: "1", brand: "Vegetarian Special", name: "Paneer Tikka Masala", price: "₹280", rating: 5, reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg", imageAlt: "Paneer Tikka Masala"
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg", imageAlt: "Paneer Tikka Masala"
}, },
{ {
id: "2", brand: "Non-Vegetarian Special", name: "Butter Chicken", price: "₹320", rating: 5, id: "2", brand: "Non-Vegetarian Special", name: "Butter Chicken", price: "₹320", rating: 5, reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-psd/delicious-butter-chicken-curry-white-bowl_84443-65141.jpg", imageAlt: "Butter Chicken"
reviewCount: "520+", imageSrc: "http://img.b2bpic.net/free-psd/delicious-butter-chicken-curry-white-bowl_84443-65141.jpg", imageAlt: "Butter Chicken"
}, },
{ {
id: "3", brand: "Continental", name: "Grilled Fish with Herbs", price: "₹380", rating: 5, id: "3", brand: "Continental", name: "Grilled Fish with Herbs", price: "₹380", rating: 5, reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-with-lemons-black-pot-white-surface_181624-6206.jpg", imageAlt: "Grilled Fish"
reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-with-lemons-black-pot-white-surface_181624-6206.jpg", imageAlt: "Grilled Fish"
}, },
{ {
id: "4", brand: "Chinese Fusion", name: "Hakka Noodles & Momos", price: "₹220", rating: 5, id: "4", brand: "Chinese Fusion", name: "Hakka Noodles & Momos", price: "₹220", rating: 5, reviewCount: "340+", imageSrc: "http://img.b2bpic.net/free-photo/noodles-near-soy-sauce-vegetables_23-2147747098.jpg", imageAlt: "Hakka Noodles"
reviewCount: "340+", imageSrc: "http://img.b2bpic.net/free-photo/noodles-near-soy-sauce-vegetables_23-2147747098.jpg", imageAlt: "Hakka Noodles"
}, },
{ {
id: "5", brand: "Italian", name: "Creamy Garlic Pasta", price: "₹260", rating: 5, id: "5", brand: "Italian", name: "Creamy Garlic Pasta", price: "₹260", rating: 5, reviewCount: "190+", imageSrc: "http://img.b2bpic.net/free-photo/bowl-fettuccine-pasta-with-parmesan-cheese-garlic-parsley-white-table_9975-124496.jpg", imageAlt: "Creamy Garlic Pasta"
reviewCount: "190+", imageSrc: "http://img.b2bpic.net/free-photo/bowl-fettuccine-pasta-with-parmesan-cheese-garlic-parsley-white-table_9975-124496.jpg", imageAlt: "Creamy Garlic Pasta"
}, },
{ {
id: "6", brand: "Street Food Special", name: "Premium Biryani", price: "₹300", rating: 5, id: "6", brand: "Street Food Special", name: "Premium Biryani", price: "₹300", rating: 5, reviewCount: "610+", imageSrc: "http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg", imageAlt: "Premium Biryani"
reviewCount: "610+", imageSrc: "http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg", imageAlt: "Premium Biryani"
} }
]} ]}
/> />
@@ -176,7 +171,7 @@ export default function LandingPage() {
}, },
{ {
id: 2, id: 2,
title: "Great Ambience", description: "Warm lighting, pleasant music, and welcoming decor that makes every meal special", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2" title: "Great Ambience", description: "Warm lighting, pleasant music, and welcoming decor that makes every meal special", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
}, },
{ {
id: 3, id: 3,