21 Commits

Author SHA1 Message Date
07b0929af5 Update src/app/page.tsx 2026-04-15 17:18:15 +00:00
632895adb9 Update src/app/booking/page.tsx 2026-04-15 17:18:15 +00:00
059ce99276 Merge version_11 into main
Merge version_11 into main
2026-04-15 17:11:44 +00:00
90ee8d6881 Update src/app/styles/variables.css 2026-04-15 17:11:41 +00:00
afc1a20bca Update src/app/booking/page.tsx 2026-04-15 17:11:40 +00:00
fd03f41da9 Merge version_10 into main
Merge version_10 into main
2026-04-15 15:43:47 +00:00
76082c1d57 Update theme colors 2026-04-15 15:43:44 +00:00
e6c44c32e7 Merge version_9 into main
Merge version_9 into main
2026-04-15 15:43:25 +00:00
b13ef0778d Update theme colors 2026-04-15 15:43:22 +00:00
f25f53a347 Merge version_8 into main
Merge version_8 into main
2026-04-15 15:42:52 +00:00
567992a31c Update src/app/page.tsx 2026-04-15 15:42:49 +00:00
3b98e0ff9d Merge version_8 into main
Merge version_8 into main
2026-04-15 15:42:35 +00:00
450808baeb Update theme colors 2026-04-15 15:42:28 +00:00
3bbaff94bd Merge version_7 into main
Merge version_7 into main
2026-04-15 15:42:07 +00:00
fba0d16663 Update theme colors 2026-04-15 15:42:03 +00:00
ae4f903b2b Merge version_6 into main
Merge version_6 into main
2026-04-15 15:41:11 +00:00
607a964cdd Update src/app/page.tsx 2026-04-15 15:41:07 +00:00
a2a32a752e Merge version_5 into main
Merge version_5 into main
2026-04-15 15:40:03 +00:00
6ecc60db59 Merge version_4 into main
Merge version_4 into main
2026-04-15 15:37:54 +00:00
4ef2a9c74c Merge version_4 into main
Merge version_4 into main
2026-04-15 15:36:00 +00:00
e3f44dafbb Merge version_4 into main
Merge version_4 into main
2026-04-15 14:52:58 +00:00
3 changed files with 27 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ export default function BookingPage() {
headingFontWeight="semibold" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<div className="bg-black text-white min-h-screen flex flex-col"> <div className="bg-[#f5f4ef] text-[#2a2928] min-h-screen flex flex-col">
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
@@ -38,16 +38,16 @@ export default function BookingPage() {
<div className="flex-grow py-20 text-center"> <div className="flex-grow py-20 text-center">
<h1 className="text-4xl font-bold mb-6">Book Your Appointment</h1> <h1 className="text-4xl font-bold mb-6">Book Your Appointment</h1>
<p className="mb-8 text-xl text-gray-300">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-white text-black px-8 py-4 rounded-full text-lg font-semibold hover:bg-gray-200 transition" className="inline-block bg-[#2a2928] text-[#f5f4ef] px-8 py-4 rounded-full text-lg font-semibold transition hover:opacity-90"
> >
Call Now: (786) 378-0141 Call Now: (786) 378-0141
</a> </a>
<div className="mt-12"> <div className="mt-12">
<p className="font-bold">Visit us at:</p> <p className="font-bold">Visit us at:</p>
<p className="text-gray-400">10693 Wiles Rd, Coral Springs, FL 33076</p> <p>10693 Wiles Rd, Coral Springs, FL 33076</p>
</div> </div>
</div> </div>
@@ -67,4 +67,4 @@ export default function BookingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -22,7 +22,7 @@ export default function LandingPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="small" contentWidth="small"
sizing="mediumLargeSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="grid" background="none"
cardStyle="subtle-shadow" cardStyle="subtle-shadow"
primaryButtonStyle="diagonal-gradient" primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -40,20 +40,28 @@ export default function LandingPage() {
{ name: "Book", id: "booking" }, { name: "Book", id: "booking" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Maybach Cutz" brandName=""
/> />
</div> </div>
<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>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #f5f4ef;
--card: #ffffff; --card: #dad6cd;
--foreground: #ffffff; --foreground: #2a2928;
--primary-cta: #1c1c1c; --primary-cta: #2a2928;
--primary-cta-text: #f5f5f5; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #ecebea;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #000f06e6;
--accent: #ffffff; --accent: #ffffff;
--background-accent: #b3a8e8; --background-accent: #c6b180;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);