From 267f39d3de0a3a222aa6324e5525e46411b9026a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:25:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96beea9..6a91c80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,6 +179,11 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "Reserve Now", href: "contact" }, + { text: "View Hours", href: "contact" } + ]} + buttonAnimation="slide-up" /> @@ -243,4 +248,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1