From 5d6f7190ac7fc8ad21624a77090d0adeadfe7d0e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 08:39:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50ed816..5675b40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,8 @@ export default function LandingPage() { title="Where Tradition Meets Modern Hospitality. We bring authentic Arabic recipes passed down through generations, combined with warm hospitality and exceptional service to create an unforgettable dining experience." useInvertedBackground={false} buttons={[ - { text: "Learn More", href: "#" } + { text: "Learn More", href: "#" }, + { text: "Reserve Table", href: "contact" } ]} buttonAnimation="slide-up" /> -- 2.49.1