Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-04 11:57:14 +00:00

View File

@@ -131,7 +131,7 @@ export default function MeridianHealthcare() {
textboxLayout="default"
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
animationType="depth-3d"
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="slide-up"
animationType="depth-3d"
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="slide-up"
animationType="depth-3d"
accordionAnimationType="smooth"
showCard={true}
/>