Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 567992a31c | |||
| 450808baeb | |||
| fba0d16663 | |||
| 607a964cdd | |||
| a2a32a752e | |||
| 85c2475e48 | |||
| 6ecc60db59 | |||
| 1b48da1457 | |||
| 4ef2a9c74c | |||
| de46bc6bf6 | |||
| e3f44dafbb | |||
| 39575e6d38 | |||
| 4087e7bf0f | |||
| 3bccf4ec00 |
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
||||||
|
|
||||||
export default function BookingPage() {
|
export default function BookingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -14,54 +13,56 @@ export default function BookingPage() {
|
|||||||
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"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div className="bg-black text-white min-h-screen flex flex-col">
|
||||||
<NavbarStyleFullscreen
|
<div id="nav" data-section="nav">
|
||||||
navItems={[
|
<NavbarStyleFullscreen
|
||||||
{ name: "Home", id: "/" },
|
navItems={[
|
||||||
{ name: "About", id: "/#about" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/#features" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Pricing", id: "/#pricing" },
|
{ name: "Services", id: "/#features" },
|
||||||
{ name: "Team", id: "/#team" },
|
{ name: "Pricing", id: "/#pricing" },
|
||||||
{ name: "Book", id: "/booking" },
|
{ name: "Team", id: "/#team" },
|
||||||
{ name: "Contact", id: "/#contact" },
|
{ name: "Book", id: "/booking" },
|
||||||
]}
|
{ name: "Contact", id: "/#contact" },
|
||||||
brandName="Maybach Cutz"
|
]}
|
||||||
/>
|
brandName="Maybach Cutz"
|
||||||
</div>
|
/>
|
||||||
|
|
||||||
<div className="py-20 text-center">
|
|
||||||
<h1 className="text-4xl font-bold mb-6">Book Your Appointment</h1>
|
|
||||||
<p className="mb-8 text-xl">Call us directly to schedule your visit</p>
|
|
||||||
<a
|
|
||||||
href="tel:7863780141"
|
|
||||||
className="inline-block bg-primary-cta text-primary-cta-text px-8 py-4 rounded-full text-lg font-semibold hover:opacity-90 transition"
|
|
||||||
>
|
|
||||||
Call Now: (786) 378-0141
|
|
||||||
</a>
|
|
||||||
<div className="mt-12">
|
|
||||||
<p className="font-bold">Visit us at:</p>
|
|
||||||
<p>10693 Wiles Rd, Coral Springs, FL 33076</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div className="flex-grow py-20 text-center">
|
||||||
<FooterMedia
|
<h1 className="text-4xl font-bold mb-6">Book Your Appointment</h1>
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKIUaXr59FE1QYCKDNglueswIR/uploaded-1776264324714-kh1wpzii.webp?_wi=2"
|
<p className="mb-8 text-xl text-gray-300">Call us directly to schedule your visit</p>
|
||||||
logoText="Brookside Barbers"
|
<a
|
||||||
columns={[
|
href="tel:7863780141"
|
||||||
{ title: "Location", items: [{ label: "10693 Wiles Rd, Coral Springs, FL 33076", href: "#" }] },
|
className="inline-block bg-white text-black px-8 py-4 rounded-full text-lg font-semibold hover:bg-gray-200 transition"
|
||||||
{ title: "Contact", items: [{ label: "(786) 378-0141", href: "tel:7863780141" }] },
|
>
|
||||||
{ title: "Services", items: [{ label: "Haircut", href: "/#pricing" }, { label: "Beard Trim", href: "/#pricing" }, { label: "Kids Cut", href: "/#pricing" }] },
|
Call Now: (786) 378-0141
|
||||||
]}
|
</a>
|
||||||
copyrightText="© 2025 Brookside Barbers"
|
<div className="mt-12">
|
||||||
/>
|
<p className="font-bold">Visit us at:</p>
|
||||||
|
<p className="text-gray-400">10693 Wiles Rd, Coral Springs, FL 33076</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterMedia
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKIUaXr59FE1QYCKDNglueswIR/uploaded-1776264324714-kh1wpzii.webp?_wi=2"
|
||||||
|
logoText="Brookside Barbers"
|
||||||
|
columns={[
|
||||||
|
{ title: "Location", items: [{ label: "10693 Wiles Rd, Coral Springs, FL 33076", href: "#" }] },
|
||||||
|
{ title: "Contact", items: [{ label: "(786) 378-0141", href: "tel:7863780141" }] },
|
||||||
|
{ title: "Services", items: [{ label: "Haircut", href: "/#pricing" }, { label: "Beard Trim", href: "/#pricing" }, { label: "Kids Cut", href: "/#pricing" }] },
|
||||||
|
]}
|
||||||
|
copyrightText="© 2025 Brookside Barbers"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -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,7 +40,7 @@ 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>
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Now", href: "/booking" },
|
{ text: "Book Now", href: "/booking" },
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKIUaXr59FE1QYCKDNglueswIR/uploaded-1776263927063-aohm0713.webp?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKIUaXr59FE1QYCKDNglueswIR/uploaded-1776267459945-qob82vsb.jpg"
|
||||||
imageAlt="Luxury barber shop interior"
|
imageAlt="Luxury barber shop interior"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -160,7 +160,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKIUaXr59FE1QYCKDNglueswIR/uploaded-1776264324714-kh1wpzii.webp?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CKIUaXr59FE1QYCKDNglueswIR/uploaded-1776264007384-5m6rlv1y.webp"
|
||||||
logoText="Brookside Barbers"
|
logoText="Brookside Barbers"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Location", items: [{ label: "10693 Wiles Rd, Coral Springs, FL 33076", href: "#" }] },
|
{ title: "Location", items: [{ label: "10693 Wiles Rd, Coral Springs, FL 33076", href: "#" }] },
|
||||||
|
|||||||
@@ -10,14 +10,14 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #fff6f6;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #000000;
|
||||||
--primary-cta: #1c1c1c;
|
--primary-cta: #1c1c1c;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #6139e6;
|
--accent: #ffffff;
|
||||||
--background-accent: #b3a8e8;
|
--background-accent: #b3a8e8;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
|
|||||||
Reference in New Issue
Block a user