From 01a81a72dac81866843dc5306767264ee781d0a9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:25:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03f0c4f..aa80e4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,6 +169,10 @@ export default function LandingPage() { } ]} speed={40} + buttons={[ + { text: "Reserve Now After Reading Reviews", href: "#contact" } + ]} + buttonAnimation="slide-up" /> -- 2.49.1