From 76cf52b16ca59b039c1847f4f6419cbadc94a735 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 13:59:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54dd418..9fbd946 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,6 +55,8 @@ export default function LandingPage() { buttons={[ { text: "View Our Menu", href: "#menu"}, + { + text: "Book a Table", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-light-white-space_140725-79718.jpg" mediaAnimation="slide-up" @@ -225,4 +227,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file