Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-13 05:08:27 +00:00

View File

@@ -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"
/>
</div>
@@ -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" }