Compare commits
13 Commits
version_6
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 90ee8d6881 | |||
| afc1a20bca | |||
| fd03f41da9 | |||
| 76082c1d57 | |||
| e6c44c32e7 | |||
| b13ef0778d | |||
| f25f53a347 | |||
| 567992a31c | |||
| 3b98e0ff9d | |||
| 450808baeb | |||
| 3bbaff94bd | |||
| fba0d16663 | |||
| ae4f903b2b |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user