diff --git a/src/app/page.tsx b/src/app/page.tsx index b682f7c..0f6ff4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,6 +80,21 @@ export default function HomePage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/denial-management-and-appeals-process-fl-1772634541976-94deeefd.png", imageAlt: "Denial management and appeals process" }, ]} + avatars={[ + { + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-portrait-of-dr-sar-1772634540270-3b72f286.png", alt: "Dr. Sarah Mitchell" + }, + { + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-portrait-of-michae-1772634540149-c93eda15.png", alt: "Michael Chen" + }, + { + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-of-jennifer-rodrig-1772634540008-cb9d196c.png", alt: "Jennifer Rodriguez" + }, + { + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU5bT1RCGtk8TRLswHc8M8SP60/professional-headshot-of-dr-james-patter-1772634540287-98066e6a.png", alt: "Dr. James Patterson" + } + ]} + avatarText="Trusted by 500+ healthcare practices" buttons={[ { text: "Get Free Revenue Audit", href: "/contact" }, { text: "Schedule Consultation", href: "/contact" },