2 Commits

Author SHA1 Message Date
d4e60c69a7 Update src/app/page.tsx 2026-03-03 08:53:59 +00:00
39d493d352 Merge version_2 into main
Merge version_2 into main
2026-03-03 08:10:18 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Reserve Your Table", href: "#reservation" }, { text: "Reserve Your Table", href: "#reservation" },
{ text: "Reserve a Table", href: "#reservation" } { text: "Explore Menu", href: "#menu" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
@@ -91,16 +91,20 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ 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" animationType="slide-up"
@@ -204,7 +208,7 @@ export default function LandingPage() {
title="Ready to Join Us?" 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." 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={[ buttons={[
{ text: "Reserve Now", href: "tel:+96114 400 000" }, { text: "Reserve Now", href: "tel:+96114400000" },
{ text: "Learn More", href: "#about" } { text: "Learn More", href: "#about" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -227,7 +231,7 @@ export default function LandingPage() {
{ {
items: [ items: [
{ label: "Location", href: "https://maps.google.com/?q=Zaitunay+Bay+Beirut" }, { 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" } { label: "Instagram", href: "https://instagram.com" }
] ]
}, },