From cf71d54e829ad1620ca23af4e416bac21031ffa6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 08:48:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b735d26..1ea4759 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,6 +73,14 @@ export default function LandingPage() { ]} autoPlay={true} autoPlayInterval={4000} + buttons={[ + { + text: "View Our Menu", href: "#menu" + }, + { + text: "Book a Table", href: "#contact" + } + ]} /> -- 2.49.1