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