Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-22 15:34:07 +00:00

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-cute-couple-wearing-linen-clothing_23-2150695691.jpg", imageAlt: "professional stylist styling hair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg", imageAlt: "elegant salon interior luxury" },
]}
buttons={[{ text: "Book Appointment", href: "#contact" }]}
buttons={[{ text: "Book Your Transformation", href: "#contact" }]}
/>
</div>
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}