From 1839008f857ca8e7644466d5a9bea9b1794ca51f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 22:55:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86c11d3..1676761 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { description="Experience the true essence of Indian cuisine at Rasa by Gulab. A culinary journey where tradition meets contemporary sophistication in every bite." buttons={[ { - text: "Reserve Table", href: "#contact"}, + text: "Book Your Table", href: "#contact"}, { text: "View Menu", href: "#menu"}, ]} @@ -249,4 +249,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1