2 Commits

Author SHA1 Message Date
465093b9ae Update src/app/page.tsx 2026-05-16 20:34:05 +00:00
9f6efcd8b2 Merge version_1 into main
Merge version_1 into main
2026-05-16 20:08:06 +00:00

View File

@@ -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"
/>
</div>
@@ -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."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}