Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 08:00:00 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
description="Professional Hair Salon in Vienna. Style, precision, and confidence combined with expert craftsmanship. Modern cuts, vibrant colors, and personalized styling for every client."
background={{ variant: "plain" }}
buttons={[
{ text: "Book a Consultation", href: "#contact" },
{ text: "Book Your Appointment Now", href: "#contact" },
{ text: "Call 0676 9609983", href: "tel:06769609983" }
]}
layoutOrder="default"
@@ -218,4 +218,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}