Merge version_2 into main #3
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user