Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 18:55:48 +00:00

View File

@@ -50,9 +50,11 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3694.jpg?_wi=1", imageAlt: "Delicious Lebanese shawarma, hummus, and grilled meats"},
imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3694.jpg", imageAlt: "Delicious Lebanese shawarma, hummus, and grilled meats"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-local-food-dish_23-2148833850.jpg?_wi=1", imageAlt: "Crispy golden falafel and traditional appetizers"},
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-local-food-dish_23-2148833850.jpg", imageAlt: "Crispy golden falafel and traditional appetizers"
},
]}
rating={5}
ratingText="Authentic Lebanese Cuisine • 10€20€ per person"
@@ -63,7 +65,6 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaAnimation="slide-up"
ariaLabel="Rannouch City Lebanese Restaurant hero section"
useInvertedBackground={false}
/>
</div>
@@ -71,7 +72,8 @@ export default function LandingPage() {
<TextSplitAbout
title="About Rannouch City"
description={[
"Welcome to Rannouch City, Paris's finest Lebanese restaurant. For years, we've been celebrated as the best Lebanese dining experience in the 3rd arrondissement, bringing authentic Middle Eastern cuisine to the heart of the capital.", "Our commitment to excellence shines through in every dish. We source the freshest ingredients daily, honor traditional Lebanese recipes passed down through generations, and maintain the warmth and hospitality that defines our culture. From our expertly grilled meats to our hand-crafted mezze platters, every bite celebrates authenticity.", "Our restaurant embodies the spirit of Lebanon—where family, food, and friendship unite. Join us for an unforgettable culinary journey through the Mediterranean's most vibrant flavors."]}
"Welcome to Rannouch City, Paris's finest Lebanese restaurant. For years, we've been celebrated as the best Lebanese dining experience in the 3rd arrondissement, bringing authentic Middle Eastern cuisine to the heart of the capital.", "Our commitment to excellence shines through in every dish. We source the freshest ingredients daily, honor traditional Lebanese recipes passed down through generations, and maintain the warmth and hospitality that defines our culture. From our expertly grilled meats to our hand-crafted mezze platters, every bite celebrates authenticity.", "Our restaurant embodies the spirit of Lebanon—where family, food, and friendship unite. Join us for an unforgettable culinary journey through the Mediterranean's most vibrant flavors."
]}
buttons={[{ text: "Contact Us", href: "#contact" }]}
buttonAnimation="slide-up"
showBorder={true}
@@ -91,22 +93,28 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Mezze", name: "Hummus", price: "€8.50", rating: 5,
reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/zucchini-cream-soup-with-garlic-chilli_2829-19615.jpg?_wi=1", imageAlt: "Creamy Lebanese hummus with olive oil"},
reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/zucchini-cream-soup-with-garlic-chilli_2829-19615.jpg", imageAlt: "Creamy Lebanese hummus with olive oil"
},
{
id: "2", brand: "Mezze", name: "Baba Ganoush", price: "€9.00", rating: 5,
reviewCount: "385", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plank-with-food-drinks-carpet-beach_23-2147645537.jpg?_wi=1", imageAlt: "Roasted eggplant dip"},
reviewCount: "385", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plank-with-food-drinks-carpet-beach_23-2147645537.jpg", imageAlt: "Roasted eggplant dip"
},
{
id: "3", brand: "Mezze", name: "Falafel", price: "€7.50", rating: 5,
reviewCount: "510", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-local-food-dish_23-2148833850.jpg?_wi=2", imageAlt: "Crispy golden falafel balls"},
reviewCount: "510", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-local-food-dish_23-2148833850.jpg", imageAlt: "Crispy golden falafel balls"
},
{
id: "4", brand: "Grill & Shawarma", name: "Chicken Shawarma", price: "€12.00", rating: 5,
reviewCount: "680", imageSrc: "http://img.b2bpic.net/free-photo/wrapped-pita-bread-lemon-slices-with-herbs_140725-3573.jpg?_wi=1", imageAlt: "Marinated grilled chicken shawarma"},
reviewCount: "680", imageSrc: "http://img.b2bpic.net/free-photo/wrapped-pita-bread-lemon-slices-with-herbs_140725-3573.jpg", imageAlt: "Marinated grilled chicken shawarma"
},
{
id: "5", brand: "Grill & Shawarma", name: "Mixed Grill", price: "€16.00", rating: 5,
reviewCount: "550", imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3694.jpg?_wi=2", imageAlt: "Assorted grilled meats platter"},
reviewCount: "550", imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3694.jpg", imageAlt: "Assorted grilled meats platter"
},
{
id: "6", brand: "Desserts", name: "Baklava", price: "€6.50", rating: 5,
reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-dessert-pakhlava-with-nuts-sultana-inside-white-plate_114579-3588.jpg?_wi=1", imageAlt: "Golden layers of baklava with honey"},
reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-dessert-pakhlava-with-nuts-sultana-inside-white-plate_114579-3588.jpg", imageAlt: "Golden layers of baklava with honey"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -120,17 +128,23 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensitive-man_23-2149444505.jpg", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sensitive-man_23-2149444505.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Emma Rodriguez"},
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Emma Rodriguez"
},
{
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/stylish-handsome-caucasian-man-posing-looking-camera-isolated-dark-background_613910-15062.jpg", imageAlt: "David Kim"},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/stylish-handsome-caucasian-man-posing-looking-camera-isolated-dark-background_613910-15062.jpg", imageAlt: "David Kim"
},
{
id: "5", name: "Sophie Martin", imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-glad-young-female-formal-blouse_176532-8002.jpg", imageAlt: "Sophie Martin"},
id: "5", name: "Sophie Martin", imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-glad-young-female-formal-blouse_176532-8002.jpg", imageAlt: "Sophie Martin"
},
{
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-takeway-coffee_23-2150656230.jpg", imageAlt: "James Wilson"},
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-takeway-coffee_23-2150656230.jpg", imageAlt: "James Wilson"
},
]}
cardTitle="Probably the best Lebanese restaurant in Paris. Fresh food, generous portions, and amazing flavors that transport you straight to Lebanon."
cardTag="Trusted by 1,815+ Satisfied Customers"
@@ -152,23 +166,29 @@ export default function LandingPage() {
{
id: 1,
title: "Dine In", description: "Experience the authentic Lebanese atmosphere in our cozy restaurant. Warm hospitality, beautiful decor, and exceptional service await you.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plank-with-food-drinks-carpet-beach_23-2147645537.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plank-with-food-drinks-carpet-beach_23-2147645537.jpg"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/wrapped-pita-bread-lemon-slices-with-herbs_140725-3573.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/wrapped-pita-bread-lemon-slices-with-herbs_140725-3573.jpg"
},
},
{
id: 2,
title: "Takeaway", description: "Take your favorite Lebanese dishes home. Fresh, delicious, and carefully packaged for your convenience.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/zucchini-cream-soup-with-garlic-chilli_2829-19615.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/zucchini-cream-soup-with-garlic-chilli_2829-19615.jpg"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-local-food-dish_23-2148833850.jpg?_wi=3"},
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-local-food-dish_23-2148833850.jpg"
},
},
{
id: 3,
title: "Delivery", description: "Enjoy Rannouch City's authentic Lebanese cuisine delivered to your door. Fast, reliable, and delicious.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3694.jpg?_wi=3"},
imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3694.jpg"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-dessert-pakhlava-with-nuts-sultana-inside-white-plate_114579-3588.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-dessert-pakhlava-with-nuts-sultana-inside-white-plate_114579-3588.jpg"
},
},
]}
showStepNumbers={true}
@@ -187,15 +207,20 @@ export default function LandingPage() {
ctaIcon={Phone}
faqs={[
{
id: "1", title: "What are your opening hours?", content: "We're open daily from 11:00 AM to 1:00 AM, offering continuous service throughout the day and evening. Perfect for lunch, dinner, or a late-night authentic Lebanese experience."},
id: "1", title: "What are your opening hours?", content: "We're open daily from 11:00 AM to 1:00 AM, offering continuous service throughout the day and evening. Perfect for lunch, dinner, or a late-night authentic Lebanese experience."
},
{
id: "2", title: "What's your price range?", content: "Our menu is affordable and authentic, ranging from €7.50 to €16.00 per dish, with an average per-person cost of €10€20. Exceptional value for premium Lebanese cuisine."},
id: "2", title: "What's your price range?", content: "Our menu is affordable and authentic, ranging from €7.50 to €16.00 per dish, with an average per-person cost of €10€20. Exceptional value for premium Lebanese cuisine."
},
{
id: "3", title: "Do you offer group reservations?", content: "Absolutely! We welcome groups and families. For reservations of 6 or more, please call us at +33 9 84 15 64 19 to arrange the perfect Lebanese dining experience."},
id: "3", title: "Do you offer group reservations?", content: "Absolutely! We welcome groups and families. For reservations of 6 or more, please call us at +33 9 84 15 64 19 to arrange the perfect Lebanese dining experience."
},
{
id: "4", title: "Is the restaurant wheelchair accessible?", content: "Yes, our restaurant is fully accessible. We're committed to welcoming all guests. If you have specific accessibility questions, please don't hesitate to contact us."},
id: "4", title: "Is the restaurant wheelchair accessible?", content: "Yes, our restaurant is fully accessible. We're committed to welcoming all guests. If you have specific accessibility questions, please don't hesitate to contact us."
},
{
id: "5", title: "Can we customize dishes for dietary preferences?", content: "We're happy to accommodate vegetarian, vegan, and other dietary preferences. Our team can suggest the perfect dishes or make modifications to suit your needs. Just let us know when you visit or call ahead."},
id: "5", title: "Can we customize dishes for dietary preferences?", content: "We're happy to accommodate vegetarian, vegan, and other dietary preferences. Our team can suggest the perfect dishes or make modifications to suit your needs. Just let us know when you visit or call ahead."
},
]}
animationType="slide-up"
accordionAnimationType="smooth"