Update src/app/booking/page.tsx

This commit is contained in:
2026-04-15 17:11:40 +00:00
parent fd03f41da9
commit afc1a20bca

View File

@@ -20,7 +20,7 @@ export default function BookingPage() {
headingFontWeight="semibold"
>
<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">
<NavbarStyleFullscreen
navItems={[
@@ -38,16 +38,16 @@ export default function BookingPage() {
<div className="flex-grow py-20 text-center">
<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
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
</a>
<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>
<p>10693 Wiles Rd, Coral Springs, FL 33076</p>
</div>
</div>