From 6043ee1030f01ad5737a5bca313524b05c7b1a0c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 03:56:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 721780e..1e69c40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,6 +121,10 @@ export default function LandingPage() { ]} title="Menu Highlights" description="Discover our most-loved dishes, crafted with tradition and care." + buttons={[ + { + text: "View Full Menu", href: "#"}, + ]} /> @@ -219,4 +223,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1