From c98d6f389e72b3017a1076f28f471b15836a4bae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:32:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90c4c84..db6fdc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function HomePage() { ]} testimonialRotationInterval={5000} buttons={[ - { text: "Reserve a Table", href: "/contact" }, + { text: "Reserve Your Table Now", href: "/contact" }, { text: "Call Now", href: "tel:02617117000" }, ]} buttonAnimation="slide-up" -- 2.49.1