From d4e60c69a79d54a8602604aad8259c5a464951a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:53:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84ecb4c..86d921b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { text: "Reserve Your Table", href: "#reservation" }, - { text: "Reserve a 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" } ] }, -- 2.49.1