Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-28 01:59:05 +00:00

View File

@@ -52,6 +52,7 @@ export default function BookAppointmentPage() {
textarea={{ name: "notes", placeholder: "Any special instructions or requests?" }}
buttonText="Confirm Booking"
onSubmit={(data) => console.log("Booking submitted:", data)}
useInvertedBackground={false}
/>
</div>