From 81f161a0a7bce957c5e2702da9076c48bdb4f5fb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 05:08:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 086ee38..02380b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Booking", id: "booking" }, ]} - button={{ text: "Book Now", href: "#booking", className: "bg-[#ffdf7d] text-black font-extrabold text-lg px-8 py-4" }} + button={{ text: "Book Now", href: "#booking" }} brandName="Fresh Cut Barbers" /> @@ -41,7 +41,7 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Book Your Appointment in Seconds" description="Premium grooming at your fingertips. Choose your service, pick a time, and secure your spot instantly." - buttons={[{ text: "Book Now", href: "#booking", className: "bg-[#ffdf7d] text-black font-extrabold text-lg px-8 py-4" }]} + buttons={[{ text: "Book Now", href: "#booking" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205860.jpg", imageAlt: "modern barbershop interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg", imageAlt: "barber chair" } -- 2.49.1