Compare commits
9 Commits
version_12
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| a43b0fda04 | |||
| dcac57a5f2 | |||
| d5ed5e050c | |||
| cee5b837d8 | |||
| 96e18a5284 | |||
| 6ee0c143af | |||
| be5fe64175 | |||
| 01e2b366b6 | |||
| f849d01599 |
@@ -20,7 +20,7 @@ export default function BookingPage() {
|
|||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div className="bg-[#f5f4ef] text-[#2a2928] min-h-screen flex flex-col">
|
<div className="bg-[#0a0a0a] text-[#f5f5f5] min-h-screen flex flex-col">
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
@@ -41,13 +41,31 @@ export default function BookingPage() {
|
|||||||
<p className="mb-8 text-xl">Call us directly to schedule your visit</p>
|
<p className="mb-8 text-xl">Call us directly to schedule your visit</p>
|
||||||
<a
|
<a
|
||||||
href="tel:7863780141"
|
href="tel:7863780141"
|
||||||
className="inline-block bg-[#2a2928] text-[#f5f4ef] px-8 py-4 rounded-full text-lg font-semibold transition hover:opacity-90"
|
className="inline-block bg-[#e1b875] text-[#0a0a0a] px-8 py-4 rounded-full text-lg font-bold transition hover:opacity-90"
|
||||||
>
|
>
|
||||||
Call Now: (786) 378-0141
|
Call Now
|
||||||
</a>
|
</a>
|
||||||
<div className="mt-12">
|
<div className="mt-12 space-y-4">
|
||||||
<p className="font-bold">Visit us at:</p>
|
<a
|
||||||
<p>10693 Wiles Rd, Coral Springs, FL 33076</p>
|
href="tel:7863780141"
|
||||||
|
className="block text-[#e1b875] hover:underline"
|
||||||
|
>
|
||||||
|
Phone: (786) 378-0141
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href="https://www.google.com/maps/search/?api=1&query=10693+Wiles+Rd,+Coral+Springs,+FL+33076"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="block text-[#e1b875] hover:underline"
|
||||||
|
>
|
||||||
|
10693 Wiles Rd, Coral Springs, FL 33076
|
||||||
|
</a>
|
||||||
|
<div className="mt-8">
|
||||||
|
<h3 className="font-bold mb-2 uppercase text-[#e1b875]">Business Hours</h3>
|
||||||
|
<p>Mon-Fri: 9:00 AM - 7:00 PM</p>
|
||||||
|
<p>Sat: 9:00 AM - 5:00 PM</p>
|
||||||
|
<p>Sun: Closed</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -67,4 +85,4 @@ export default function BookingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -46,16 +46,16 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Brookside Barbers"
|
logoText=""
|
||||||
description="Master barbers. Classic cuts. Brookside Square."
|
description=""
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Appointment", 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-1776275636014-o8w0rm32.png"
|
||||||
imageAlt="Dark cinematic barber shop interior"
|
imageAlt="Cinematic close-up of a barber's hands using a straight razor on a client's neck with warm moody lighting"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
buttonContainerClassName="flex flex-col items-center gap-4"
|
buttonContainerClassName="flex flex-col items-center gap-4"
|
||||||
buttonClassName="bg-[#e1b875] text-black"
|
buttonClassName="bg-[#e1b875] text-[#1a1a1a] px-[32px] py-[16px] text-[20px] font-bold rounded-full"
|
||||||
className="min-h-[80vh] flex flex-col items-center justify-center text-center font-serif"
|
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]">
|
<div className="text-center py-6 bg-[#0a0a0a] text-[#e1b875]">
|
||||||
@@ -181,4 +181,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user