4 Commits

Author SHA1 Message Date
00a49ba1c3 Update src/app/page.tsx 2026-04-01 18:59:08 +00:00
d670fc6e05 Merge version_1 into main
Merge version_1 into main
2026-04-01 18:55:08 +00:00
b1ee592fc0 Merge version_1 into main
Merge version_1 into main
2026-04-01 18:54:41 +00:00
a0155dc956 Merge version_1 into main
Merge version_1 into main
2026-04-01 18:53:42 +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>
);
}
}