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