From 92355b2abd21806125e4316cece0852be42228ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:37:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70e4880..04cef8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,27 +154,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Jennifer M.", handle: "@jen_transformed", testimonial: "Working with my therapist at Authentic Connections has been life-changing. I finally feel heard and supported. The compassionate approach has helped me overcome anxiety I've struggled with for years.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer M." + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Jennifer M." }, { id: "2", name: "David L.", handle: "@david_wellness", testimonial: "The wellness coaching transformed how I approach my daily life. I've never felt more balanced and purposeful. Highly recommend their services.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David L." + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David L." }, { id: "3", name: "Sarah & Michael P.", handle: "@thepetersons", testimonial: "Our couples therapy sessions saved our relationship. The therapists created such a safe space for honest communication. We're grateful for their expertise and genuine care.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah & Michael P." + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sarah & Michael P." }, { id: "4", name: "Amanda K.", handle: "@amanda_healing", testimonial: "The support group connected me with people who truly understand my journey. Feeling less alone has been incredibly healing. Authentic Connections creates real community.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amanda K." + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Amanda K." }, { id: "5", name: "Marcus T.", handle: "@marcus_growth", testimonial: "Professional, compassionate, and genuinely invested in your progress. This practice sets the standard for mental health care. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus T." + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Marcus T." }, { id: "6", name: "Rachel H.", handle: "@rachel_renewed", testimonial: "I came in skeptical about therapy. The therapist's warmth and expertise quickly changed my mind. I'm recommending them to everyone I know.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rachel H." + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Rachel H." } ]} showRating={true} -- 2.49.1