Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-05 00:21:18 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1412,4 +1412,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -42,9 +42,9 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="LOS PELUQUEROS"
description="Premium barbershop dedicated to classic grooming and modern style"
description="Premium barbershop dedicated to classic grooming and modern style. Limited-time offer: Book now and receive complimentary styling consultation."
buttons={[
{ text: "Book Appointment", href: "contact" },
{ text: "Book Your Cut Now", href: "contact" },
{ text: "Learn More", href: "about" }
]}
imageSrc="http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg"
@@ -179,4 +179,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}