2 Commits

Author SHA1 Message Date
5cec15b7fe Update src/app/page.tsx 2026-03-10 20:54:51 +00:00
bf0bd7cfe9 Merge version_1 into main
Merge version_1 into main
2026-03-10 20:50:03 +00:00

View File

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