From 02f73b200076bc3aa4b03a1d3e68b38b71246ef0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:03:11 +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 ce70e58..39992a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,6 +100,7 @@ export default function LandingPage() { ]} title="Our Menu" description="Explore our curated selection of fine dine dishes." + buttons={[{ text: "View Full Menu", href: "#" }]} /> @@ -273,4 +274,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file