Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-31 21:25:29 +00:00

View File

@@ -180,6 +180,10 @@ export default function LandingPage() {
inputPlaceholder="Enter your email address"
buttonText="Start Registration Chatbot"
termsText="By registering, you confirm that we will send your information securely to our clinic and your provided email."
onSubmit={(email) => {
console.log("Sending appointment details to:", email);
alert("Appointment details have been sent to " + email + " and our clinic staff.");
}}
/>
</div>
@@ -219,4 +223,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}