From 1505db0149743130e7b6e0752307aeb76b58ff18 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 03:00:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b5e42df..b591fca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,6 +116,9 @@ export default function LandingPage() { ]} title="Our Authentic Menu" description="Discover a selection of classic Lebanese dishes prepared with authentic ingredients." + buttons={[ + { text: "View Full Menu", href: "#menu" } + ]} /> @@ -207,4 +210,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1