Update src/app/page.tsx
This commit is contained in:
@@ -161,22 +161,22 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "Dental Excellence", testimonial: "Dr. Chen's attention to detail and compassionate approach completely transformed my smile. I couldn't be happier with the results!", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", handle: "Dental Excellence", testimonial: "Dr. Chen's attention to detail and compassionate approach completely transformed my smile. I couldn't be happier with the results!", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Rodriguez", handle: "Trusted Dentist", testimonial: "Finally found a dental office where I feel truly comfortable. The team makes every appointment a pleasant experience.", 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: "Trusted Dentist", testimonial: "Finally found a dental office where I feel truly comfortable. The team makes every appointment a pleasant experience.", 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 Watson", handle: "Family Dentistry", testimonial: "My entire family trusts Dr. Patterson with our dental care. Professional, caring, and always going the extra mile.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Emily Watson"
|
||||
id: "3", name: "Emily Watson", handle: "Family Dentistry", testimonial: "My entire family trusts Dr. Patterson with our dental care. Professional, caring, and always going the extra mile.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Emily Watson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Chang", handle: "Smile Transformation", testimonial: "The implant procedure exceeded my expectations. The team's expertise and follow-up care were outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chang"
|
||||
id: "4", name: "Michael Chang", handle: "Smile Transformation", testimonial: "The implant procedure exceeded my expectations. The team's expertise and follow-up care were outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chang"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Victoria Thompson", handle: "Cosmetic Dentistry", testimonial: "My teeth whitening results are incredible! The professionalism and modern facility make all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Victoria Thompson"
|
||||
id: "5", name: "Victoria Thompson", handle: "Cosmetic Dentistry", testimonial: "My teeth whitening results are incredible! The professionalism and modern facility make all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3", imageAlt: "Victoria Thompson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Kumar", handle: "Patient Care", testimonial: "Exceptional service from scheduling to treatment. Dr. Lee listened to my concerns and delivered remarkable results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kumar"
|
||||
id: "6", name: "David Kumar", handle: "Patient Care", testimonial: "Exceptional service from scheduling to treatment. Dr. Lee listened to my concerns and delivered remarkable results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kumar"
|
||||
}
|
||||
]}
|
||||
title="Patient Stories"
|
||||
|
||||
Reference in New Issue
Block a user