Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-03 20:22:15 +00:00

View File

@@ -176,10 +176,10 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "Denver, CO", testimonial: "Working with this therapist has been life-changing. The CBT techniques I learned have completely transformed how I handle anxiety. I feel empowered and more confident than ever.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Mitchell"
id: "1", name: "Sarah Mitchell", handle: "Denver, CO", testimonial: "Working with this therapist has been life-changing. The CBT techniques I learned have completely transformed how I handle anxiety. I feel empowered and more confident than ever.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "James Rodriguez", handle: "Boulder, CO", testimonial: "I came in skeptical about therapy, but the personalized approach and genuine care shown made all the difference. After just a few sessions, I felt truly understood.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"
id: "2", name: "James Rodriguez", handle: "Boulder, CO", testimonial: "I came in skeptical about therapy, but the personalized approach and genuine care shown made all the difference. After just a few sessions, I felt truly understood.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Rodriguez"
},
{
id: "3", name: "Emily Chen", handle: "Fort Collins, CO", testimonial: "The couples counseling sessions saved our marriage. Communication improved dramatically, and we learned tools we still use today. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", imageAlt: "Emily Chen"
@@ -188,10 +188,10 @@ export default function LandingPage() {
id: "4", name: "David Thompson", handle: "Highlands Ranch, CO", testimonial: "Dealing with grief seemed impossible until I found professional support. The compassionate guidance helped me process my loss and move forward with hope.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "David Thompson"
},
{
id: "5", name: "Jessica Williams", handle: "Colorado Springs, CO", testimonial: "The DBT skills I learned have given me better emotional control and a sense of peace I haven't felt in years. This therapist truly cares about client outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Jessica Williams"
id: "5", name: "Jessica Williams", handle: "Colorado Springs, CO", testimonial: "The DBT skills I learned have given me better emotional control and a sense of peace I haven't felt in years. This therapist truly cares about client outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "Jessica Williams"
},
{
id: "6", name: "Michael Park", handle: "Lakewood, CO", testimonial: "As a parent, I struggled with anger and frustration. The behavior modification techniques have transformed my relationship with my kids. So grateful.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Park"
id: "6", name: "Michael Park", handle: "Lakewood, CO", testimonial: "As a parent, I struggled with anger and frustration. The behavior modification techniques have transformed my relationship with my kids. So grateful.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Park"
}
]}
/>