From 51647099915a4c0f0f3f58d2d4b66a3374650753 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:58:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbddae9..ac5a6a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function MeridianHealthcare() { ] } ]} - animationType="depth-3d" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} buttonAnimation="slide-up" @@ -131,7 +131,7 @@ export default function MeridianHealthcare() { textboxLayout="default" useInvertedBackground={true} gridVariant="three-columns-all-equal-width" - animationType="depth-3d" + animationType="blur-reveal" members={[ { id: "1", name: "Dr. Sarah Mitchell", role: "Chief Dentist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-dentist-white-coat_1098-21354.jpg?_wi=1", imageAlt: "Dr. Sarah Mitchell" }, { id: "2", name: "Dr. James Chen", role: "Surgical Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", imageAlt: "Dr. James Chen" }, @@ -150,7 +150,7 @@ export default function MeridianHealthcare() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - animationType="depth-3d" + animationType="slide-up" testimonials={[ { id: "1", name: "Angela Patterson", handle: "Patient since 2019", testimonial: "The 3D imaging technology gave me complete confidence in my treatment plan. Dr. Mitchell explained everything with clarity, and the results exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg?_wi=1", imageAlt: "Angela Patterson" }, { id: "2", name: "Marcus Johnson", handle: "Patient since 2021", testimonial: "Minimally invasive procedures meant I was back to normal within days. The precision and professionalism here are truly exceptional. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg?_wi=2", imageAlt: "Marcus Johnson" }, @@ -199,7 +199,7 @@ export default function MeridianHealthcare() { ctaButton={{ text: "Book Appointment", href: "https://calendar.example.com" }} ctaIcon={Calendar} useInvertedBackground={false} - animationType="depth-3d" + animationType="slide-up" accordionAnimationType="smooth" showCard={true} /> -- 2.49.1