diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e4d0a2..0982622 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -260,12 +260,12 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain"}} - tag="Visit Us" - title="Reserve Your Table" - description="Experience Nabe Aldiyafa today. Located in the heart of Abu Dhabi." + tag="Contact Us" + title="Reserve Your Culinary Journey" + description="We invite you to experience the authentic artistry of Syrian cuisine. Secure your table for an unforgettable evening in the heart of Abu Dhabi." imageSrc="http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636382.jpg" mediaAnimation="opacity" - buttonText="WhatsApp Reserve" + buttonText="Reserve Table" /> @@ -274,36 +274,38 @@ export default function LandingPage() { logoText="Nabe Aldiyafa" columns={[ { - title: "Navigate", items: [ + title: "Explore", items: [ { - label: "Home", href: "#hero"}, + label: "The Story", href: "#about"}, { - label: "Menu", href: "#menu"}, + label: "Our Menu", href: "#menu"}, { - label: "Gallery", href: "#gallery"}, + label: "Signature Dishes", href: "#gallery"}, ], }, { - title: "Follow", items: [ + title: "Stay Connected", items: [ { label: "Instagram", href: "#"}, { label: "Facebook", href: "#"}, + { + label: "Newsletter", href: "#"}, ], }, { - title: "Contact", items: [ + title: "Reservations", items: [ { - label: "WhatsApp", href: "https://wa.me/yournumber"}, + label: "WhatsApp Concierge", href: "https://wa.me/yournumber"}, { - label: "Location", href: "https://maps.google.com"}, + label: "Find Us", href: "https://maps.google.com"}, ], }, ]} - copyrightText="© 2025 Nabe Aldiyafa Restaurant. All rights reserved." + copyrightText="© 2025 Nabe Aldiyafa. All rights reserved. Heritage redefined." /> ); -} +} \ No newline at end of file