Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d4e60c69a7 | |||
| 39d493d352 | |||
| f095fd68a0 | |||
| d7712c044f | |||
| dbc46c6b8d | |||
| 50d8081e95 |
@@ -48,8 +48,8 @@ export default function LandingPage() {
|
||||
tagIcon={Utensils}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Reserve a Table", href: "#reservation" }
|
||||
{ text: "Reserve Your Table", href: "#reservation" },
|
||||
{ text: "Explore Menu", href: "#menu" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -91,16 +91,20 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "feature-1", title: "Amazing Atmosphere & Décor", author: "Premium Experience", description: "Immerse yourself in our beautifully designed space with warm lighting, elegant wood textures, and Mediterranean-inspired touches that create the perfect ambiance for any occasion.", tags: ["Design", "Ambiance", "Comfort"], imageSrc: "http://img.b2bpic.net/free-photo/singe-dish-table_23-2147681075.jpg?_wi=2", imageAlt: "restaurant atmosphere dining ambiance wood decor"
|
||||
id: "feature-1", title: "Amazing Atmosphere & Décor", author: "Premium Experience", description: "Immerse yourself in our beautifully designed space with warm lighting, elegant wood textures, and Mediterranean-inspired touches that create the perfect ambiance for any occasion.", tags: ["Design", "Ambiance", "Comfort"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/singe-dish-table_23-2147681075.jpg?_wi=2", imageAlt: "restaurant atmosphere dining ambiance wood decor"
|
||||
},
|
||||
{
|
||||
id: "feature-2", title: "Delicious & Generous Portions", author: "Culinary Excellence", description: "Savor authentic Lebanese and Mediterranean dishes prepared with the finest ingredients. Our generous portions ensure you leave satisfied, with fair pricing that respects your wallet.", tags: ["Cuisine", "Quality", "Value"], imageSrc: "http://img.b2bpic.net/free-photo/appetizer-set-with-salads-olives-pickles-chopped-beetroot-tomatoes-cheese-yogurt_140725-8341.jpg?_wi=1", imageAlt: "Mediterranean appetizers Lebanese meze shared plates"
|
||||
id: "feature-2", title: "Delicious & Generous Portions", author: "Culinary Excellence", description: "Savor authentic Lebanese and Mediterranean dishes prepared with the finest ingredients. Our generous portions ensure you leave satisfied, with fair pricing that respects your wallet.", tags: ["Cuisine", "Quality", "Value"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/appetizer-set-with-salads-olives-pickles-chopped-beetroot-tomatoes-cheese-yogurt_140725-8341.jpg?_wi=1", imageAlt: "Mediterranean appetizers Lebanese meze shared plates"
|
||||
},
|
||||
{
|
||||
id: "feature-3", title: "Excellent Customer Service", author: "Hospitality First", description: "Our welcoming and attentive staff goes above and beyond to make you feel valued. Every guest receives the care and attention that transforms a meal into a cherished memory.", tags: ["Service", "Hospitality", "Care"], imageSrc: "http://img.b2bpic.net/free-photo/laughing-chatting-afterworks-meeting-with-coworkers-cozy-small-local-cafe_8353-10284.jpg?_wi=1", imageAlt: "restaurant group dining happy customers social gathering"
|
||||
id: "feature-3", title: "Excellent Customer Service", author: "Hospitality First", description: "Our welcoming and attentive staff goes above and beyond to make you feel valued. Every guest receives the care and attention that transforms a meal into a cherished memory.", tags: ["Service", "Hospitality", "Care"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-chatting-afterworks-meeting-with-coworkers-cozy-small-local-cafe_8353-10284.jpg?_wi=1", imageAlt: "restaurant group dining happy customers social gathering"
|
||||
},
|
||||
{
|
||||
id: "feature-4", title: "Prime Location at Zaitunay Bay", author: "Waterfront Setting", description: "Nestled in Beirut's most vibrant waterfront destination, Ahwet Zeitouna offers stunning views, easy access, and an energetic yet relaxed atmosphere perfect for dining.", tags: ["Location", "Views", "Accessibility"], imageSrc: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg?_wi=1", imageAlt: "waterfront view bay landscape sunset dining"
|
||||
id: "feature-4", title: "Prime Location at Zaitunay Bay", author: "Waterfront Setting", description: "Nestled in Beirut's most vibrant waterfront destination, Ahwet Zeitouna offers stunning views, easy access, and an energetic yet relaxed atmosphere perfect for dining.", tags: ["Location", "Views", "Accessibility"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg?_wi=1", imageAlt: "waterfront view bay landscape sunset dining"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -204,7 +208,7 @@ export default function LandingPage() {
|
||||
title="Ready to Join Us?"
|
||||
description="Reserve your table at Ahwet Zeitouna and experience authentic Lebanese hospitality at Zaitunay Bay. Whether it's a special occasion or a casual dinner, we're ready to welcome you."
|
||||
buttons={[
|
||||
{ text: "Reserve Now", href: "tel:+96114 400 000" },
|
||||
{ text: "Reserve Now", href: "tel:+96114400000" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -227,7 +231,7 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{ label: "Location", href: "https://maps.google.com/?q=Zaitunay+Bay+Beirut" },
|
||||
{ label: "Phone", href: "tel:+96114 400 000" },
|
||||
{ label: "Phone", href: "tel:+96114400000" },
|
||||
{ label: "Instagram", href: "https://instagram.com" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user