diff --git a/src/app/page.tsx b/src/app/page.tsx index e15ce65..9225dbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,6 +84,16 @@ export default function LandingPage() { { type: "text", text: "Confidential Support"}, ]} + testimonials={[ + { + name: "Sarah P.", handle: "@sarahp_wellness", testimonial: "The care I received transformed my life. Highly recommend Embrace Connection VA for anyone seeking genuine support.", rating: 5, + imageSrc: "https://avatar.vercel.sh/sarah", imageAlt: "Sarah P. avatar" + }, + { + name: "Mark T.", handle: "@markt_mindful", testimonial: "Dr. Johnson's holistic approach made all the difference. I finally feel understood and empowered.", rating: 5, + imageSrc: "https://avatar.vercel.sh/mark", imageAlt: "Mark T. avatar" + } + ]} />