Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-05-13 13:16:29 +00:00

View File

@@ -34,11 +34,11 @@ export default function BookingPage() {
<div id="booking" data-section="booking">
<ContactCTA
tag="Appointment"
title="Book an Appointment"
description="Secure your preferred time at Varad Salon."
buttons={[{ text: "Confirm Booking" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
title="Book Your Appointment"
description="Ready to experience Varad Salon? Secure your preferred time slot directly through our booking portal below."
buttons={[{ text: "Confirm Booking", href: "#" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>
</div>