From 00a49ba1c36000e547ff8b609cf961c1f3f0b3c7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 18:59:08 +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 b2ea757..99f61c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { description="Waves Salon is a boutique experience where expert stylists build lasting relationships with every client. From bold transformations to everyday confidence, we're here to help you feel like yourself—beautifully." buttons={[ { - text: "Book Your Appointment", href: "#contact"}, + text: "Start Your Transformation", href: "#contact"}, ]} mediaItems={[ { @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1