From a8ff2f947ae6366579fac9071ae3e1fccb7da4d7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:26:43 +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 e38b9c3..1056ed6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { logoText="Spice Harmony" description="Authentic Indian cuisine crafted with time-honored recipes and the finest spices. Experience culinary excellence in an atmosphere of warmth and elegance." buttons={[ - { text: "Reserve Now", href: "#contact" }, + { text: "Book Table Now", href: "#contact" }, { text: "View Menu", href: "#menu" } ]} buttonAnimation="slide-up" -- 2.49.1