Update src/app/page.tsx

This commit is contained in:
2026-03-10 20:54:51 +00:00
parent bf0bd7cfe9
commit 5cec15b7fe

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
testimonialRotationInterval={5000}
buttons={[
{ text: "Book Appointment", href: "booking" },
{ text: "Call Now", href: "tel:03214976119" }
{ text: "WhatsApp Now", href: "https://wa.me/923214976119" }
]}
buttonAnimation="slide-up"
/>
@@ -282,4 +282,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}