From 7a417911917e712db088311d32b6020150df3008 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:44:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9de5f4..c107058 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> -- 2.49.1