Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-01 18:59:11 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}