From b1158d5a8a01d66fd08a014b5d85f6ce0ad79c09 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:54:58 +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 d952a71..2d984c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { logoText="The Spice Tree" description="Experience the finest culinary traditions with expertly crafted dishes featuring authentic spices and premium ingredients" buttons={[ - { text: "Reserve Table", href: "contact" }, + { text: "Book Your Table Now", href: "contact" }, { text: "View Menu", href: "features" } ]} slides={[ @@ -209,4 +209,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1