Merge version_4 into main #11

Merged
bender merged 1 commits from version_4 into main 2026-04-09 13:37:01 +00:00

View File

@@ -169,7 +169,7 @@ export default function LuxuryDentistPage() {
textarea={{ name: "notes", placeholder: "Preferred date/time or specific concerns", rows: 4 }}
multiSelect={{ name: "service", label: "Select Service Type", options: ["Cosmetic", "Restorative", "Orthodontics", "General Checkup"] }}
useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/contact/contact.avif"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6r0NbvKNgcOJhsBlimCZm8iZ4/uploaded-1775741581553-9sr6d6s8.jpg"
buttonText="Submit Appointment Request"
onSubmit={(data) => console.log("Booking Request:", data)}
/>