diff --git a/src/app/page.tsx b/src/app/page.tsx index bc2a709..8721b08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { "Expert implant surgeon with 15+ years experience", "State-of-the-art dental technology and equipment", "Same-day consultations and fast treatment options", "Personalized care plans for each patient", "Comprehensive follow-up and aftercare support" ] }} - animationType="slide-up" + animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} buttons={[ @@ -111,7 +111,7 @@ export default function LandingPage() { } ]} gridVariant="uniform-all-items-equal" - animationType="slide-up" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} buttons={[ @@ -130,6 +130,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} + animationType="slide-up" testimonials={[ { id: "1", name: "Fatima Khan, Executive", date: "Date: 2 January 2025", title: "Life-changing experience with Dr. Afridi!", quote: "I was missing three teeth and felt very self-conscious about my smile. Dr. Awais Afridi performed implants that look completely natural. The entire process was painless and professional. I can now confidently attend meetings and social events.", tag: "Implant Patient", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg", avatarAlt: "Fatima Khan", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg", imageAlt: "Fatima Khan smiling after treatment" @@ -162,7 +163,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" + animationType="scale-rotate" metrics={[ { id: "1", value: "570+", title: "Satisfied Patients", items: [ @@ -195,11 +196,11 @@ export default function LandingPage() { { type: "text", content: "Islamabad & Rawalpindi" } ]} useInvertedBackground={false} + buttonAnimation="blur-reveal" buttons={[ { text: "Schedule Today", href: "#contact" }, { text: "WhatsApp Us", href: "https://wa.me/923335551234" } ]} - buttonAnimation="slide-up" /> @@ -234,4 +235,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file