Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-14 22:54:41 +00:00

View File

@@ -63,6 +63,7 @@ export default function AppointmentPage() {
description="Please enter your contact information and details regarding your plumbing urgency to complete the booking."
buttons={[{ text: "Submit Appointment Request", onClick: () => alert("Booking submitted!") }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>