Merge version_12 into main #22

Merged
bender merged 2 commits from version_12 into main 2026-04-15 17:18:19 +00:00
2 changed files with 13 additions and 5 deletions

View File

@@ -67,4 +67,4 @@ export default function BookingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -47,13 +47,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Brookside Barbers"
description="Experience luxury grooming in the heart of Coral Springs. Professional, clean, and dedicated service for the modern gentleman."
description="Master barbers. Classic cuts. Brookside Square."
buttons={[
{ text: "Book Now", href: "/booking" },
{ text: "Book Your Appointment", href: "/booking" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKIUaXr59FE1QYCKDNglueswIR/uploaded-1776267459945-qob82vsb.jpg"
imageAlt="Luxury barber shop interior"
imageAlt="Dark cinematic barber shop interior"
showDimOverlay={true}
buttonContainerClassName="flex flex-col items-center gap-4"
buttonClassName="bg-[#e1b875] text-black"
className="min-h-[80vh] flex flex-col items-center justify-center text-center font-serif"
/>
<div className="text-center py-6 bg-[#0a0a0a] text-[#e1b875]">
<a href="tel:7863780141" className="block hover:text-white transition">Tel: (786) 378-0141</a>
<a href="#" className="block hover:text-white transition mt-2">10693 Wiles Rd, Coral Springs, FL 33076</a>
</div>
</div>
<div id="about" data-section="about">
@@ -173,4 +181,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}