From b3ed8232515f8bdbef968b86e0a8280f739dcff5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:16:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9d36f0..b2b0ffd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,7 +132,7 @@ export default function SitePage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah M.", handle: "Long-time Patient", testimonial: "I've been coming to Bright Smiles Dental for years, and they always provide excellent care. The staff is friendly and professional!", imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Sarah M. smiling"}, + id: "1", name: "Sarah M.", handle: "Long-time Patient", testimonial: "I've been coming to Bright Smiles Dental for years, and they always provide excellent care. The staff is friendly and professional!", imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Sarah M. smiling"}, { id: "2", name: "Michael D.", handle: "New Patient", testimonial: "Highly recommend! The team made me feel incredibly comfortable, and my teeth have never felt cleaner.", imageSrc: "https://img.b2bpic.net/free-photo/man-relaxing-sofa_329181-12161.jpg", imageAlt: "Michael D. smiling"}, { @@ -140,7 +140,7 @@ export default function SitePage() { { id: "4", name: "David L.", handle: "Family Patient", testimonial: "The best dentist for our entire family. They are great with kids and always make appointments easy.", imageSrc: "https://img.b2bpic.net/free-photo/young-adult-working-social-integration-workspace_23-2149341144.jpg", imageAlt: "David L. smiling"}, { - id: "5", name: "Lisa K.", handle: "Routine Checkup", testimonial: "Always a pleasant experience. They explain everything clearly and ensure you're comfortable throughout the visit.", imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Lisa K. smiling"}, + id: "5", name: "Lisa K.", handle: "Routine Checkup", testimonial: "Always a pleasant experience. They explain everything clearly and ensure you're comfortable throughout the visit.", imageSrc: "https://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Lisa K. smiling"}, { id: "6", name: "Chris W.", handle: "Dental Emergency", testimonial: "Came in for an emergency and they took care of me right away. So grateful for their quick and effective help!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Chris W. smiling"}, ]} -- 2.49.1