|
|
|
@@ -47,13 +47,21 @@ export default function LandingPage() {
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroLogo
|
|
|
|
<HeroLogo
|
|
|
|
logoText="Brookside Barbers"
|
|
|
|
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={[
|
|
|
|
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"
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
@@ -173,4 +181,4 @@ export default function LandingPage() {
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|