6 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
f095fd68a0 Update src/app/page.tsx 2026-03-03 08:10:12 +00:00
d7712c044f Merge version_1 into main
Merge version_1 into main
2026-03-03 05:53:05 +00:00
dbc46c6b8d Merge version_1 into main
Merge version_1 into main
2026-03-03 05:50:53 +00:00
50d8081e95 Merge version_1 into main
Merge version_1 into main
2026-03-03 05:48:43 +00:00

View File

@@ -48,8 +48,8 @@ export default function LandingPage() {
tagIcon={Utensils} tagIcon={Utensils}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "View Menu", href: "#menu" }, { 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"