Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 972c022eab | |||
| 2b8768e13f | |||
| 50150fb420 | |||
| e910cb2693 | |||
| aa75538445 |
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Medicare Hospital"
|
||||
button={{
|
||||
text: "Book Appointment", href: "#contact", onClick: () => { window.location.href = "#contact"; }
|
||||
text: "Book Appointment", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,8 +152,7 @@ export default function LandingPage() {
|
||||
text="Ready to get started? Our emergency department is 24/7. Book your consultation today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Emergency Consultation", onClick: () => { alert('Form Validation: Please select your Department, Date, and Contact Information to complete booking.'); },
|
||||
},
|
||||
text: "Book Emergency Consultation", href: "https://wa.me/yournumber" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,4 +169,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user