Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-10 07:19:56 +00:00

View File

@@ -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>
);
}
}