From 42009763de8b26dc66ea4101fa9f6d90794196e5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 18:46:18 +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 df8ec42..9b0931e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { description="Experience total relaxation and rejuvenation at any hour. Our professional team provides premium spa and massage services designed to melt away stress and restore your well-being." buttons={[ { - text: "Book Your Appointment", + text: "Book Your Appointment Now", href: "#contact" } ]} @@ -66,7 +66,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Dedicated to Your Wellness Journey" buttons={[ - { text: "Learn More", href: "#features" } + { text: "Learn More About Us", href: "#features" } ]} /> -- 2.49.1