From 9a362ab794b123008f8c79e557ec80b2fe06819d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:19:26 +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 d46512e..e0a1946 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,17 +161,17 @@ export default function LandingPage() { tagIcon={Star} testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "Patient since 2019", testimonial: "Dr. Smith and his team made me feel completely comfortable during my cosmetic treatment. The results exceeded my expectations and my smile has never been better!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", handle: "Patient since 2019", testimonial: "Dr. Smith and his team made me feel completely comfortable during my cosmetic treatment. The results exceeded my expectations and my smile has never been better!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", handle: "Regular Patient", testimonial: "I've been coming here for 5 years and the level of care is unmatched. The staff is always friendly and professional, and they genuinely care about your dental health.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Michael Chen"}, { - id: "3", name: "Emily Rodriguez", handle: "Emergency Patient", testimonial: "I had a terrible toothache and they fit me in same-day. The pain relief was immediate and the treatment was painless. Highly recommend for emergencies!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", handle: "Emergency Patient", testimonial: "I had a terrible toothache and they fit me in same-day. The pain relief was immediate and the treatment was painless. Highly recommend for emergencies!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=1", imageAlt: "Emily Rodriguez"}, { id: "4", name: "David Kim", handle: "Parent", testimonial: "My kids actually look forward to their dental visits here. Dr. Smith's gentle approach and the welcoming office make dental care stress-free for the whole family.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "David Kim"}, { - id: "5", name: "Jessica Martinez", handle: "Orthodontic Patient", testimonial: "The orthodontic treatment transformed my smile completely. The team was supportive throughout the entire process and the results are amazing.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Martinez"}, + id: "5", name: "Jessica Martinez", handle: "Orthodontic Patient", testimonial: "The orthodontic treatment transformed my smile completely. The team was supportive throughout the entire process and the results are amazing.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Jessica Martinez"}, { - id: "6", name: "Robert Thompson", handle: "Patient", testimonial: "Professional, knowledgeable, and caring. This is truly the best dental practice in the area. I've already recommended them to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageAlt: "Robert Thompson"}, + id: "6", name: "Robert Thompson", handle: "Patient", testimonial: "Professional, knowledgeable, and caring. This is truly the best dental practice in the area. I've already recommended them to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=2", imageAlt: "Robert Thompson"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1