From 50eec7e1494bea65855167d3e9df2eedd866d9a1 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 07:29:51 +0000 Subject: [PATCH] Bob AI: Rename 'Book Now' to 'Reserve Your Table' and 'Call Us' to 'Call for Reservation --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 518bae6..970df6c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,7 +19,7 @@ export default function HomePage() { title="Authentic Global Flavors, Rooted in Juhu Tradition" description="Discover a symphony of global flavours curated with passion and local soul in the heart of Mumbai." primaryButton={{ - text: "Reserve Table", + text: "Reserve Your Table", href: "#contact", }} secondaryButton={{ -- 2.49.1