Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 972c022eab | |||
| 2b8768e13f | |||
| 50150fb420 | |||
| e910cb2693 | |||
| aa75538445 |
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
brandName="Medicare Hospital"
|
brandName="Medicare Hospital"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Appointment", href: "#contact", onClick: () => { window.location.href = "#contact"; }
|
text: "Book Appointment", href: "#contact"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -152,8 +152,7 @@ export default function LandingPage() {
|
|||||||
text="Ready to get started? Our emergency department is 24/7. Book your consultation today."
|
text="Ready to get started? Our emergency department is 24/7. Book your consultation today."
|
||||||
buttons={[
|
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>
|
</div>
|
||||||
@@ -170,4 +169,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user