Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 22:37:36 +00:00

View File

@@ -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}