Compare commits
3 Commits
version_11
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 07b0929af5 | |||
| 632895adb9 | |||
| 059ce99276 |
@@ -67,4 +67,4 @@ export default function BookingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user