Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-10 20:54:55 +00:00

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