diff --git a/src/app/page.tsx b/src/app/page.tsx index b700fbc..a4c44d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,27 +170,27 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Jessica Martinez", handle: "@jessica_m", testimonial: "Dr. Sarah made my daughter's first dental visit so comfortable. The entire team is wonderful with children. Highly recommend!", rating: 5, + id: "1", name: "Jessica Martinez", handle: "@jessica_m", testimonial: "Dr. Sarah made my daughter's first dental visit comfortable and welcoming.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-doctor-wearing-white-coat-with-stethoscope-standing-with-closed-eyes-raises-fingers-crossed-makes-desirable-wish-isolated-orange_141793-19496.jpg", imageAlt: "Happy patient smiling portrait satisfied customer" }, { - id: "2", name: "Robert Chen", handle: "@robert.chen", testimonial: "Professional, welcoming, and thorough. My dental implants look natural and feel amazing. Best decision I made for my smile.", rating: 5, + id: "2", name: "Robert Chen", handle: "@robert.chen", testimonial: "My dental implants look natural and feel amazing. Best decision for my smile.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Happy male patient portrait satisfied customer" }, { - id: "3", name: "Amanda Wilson", handle: "@amanda_w", testimonial: "The whitening treatment exceeded my expectations. Everyone here is caring and attentive. Five stars!", rating: 5, + id: "3", name: "Amanda Wilson", handle: "@amanda_w", testimonial: "The whitening treatment exceeded my expectations. Everyone here is caring and attentive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-home_1398-2388.jpg", imageAlt: "Happy woman patient smile portrait testimonial" }, { - id: "4", name: "David Thompson", handle: "@david_t", testimonial: "After years of dental anxiety, I finally found a dentist I trust. The team's compassion makes all the difference.", rating: 5, + id: "4", name: "David Thompson", handle: "@david_t", testimonial: "After years of dental anxiety, I finally found a dentist I trust completely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg", imageAlt: "Happy man patient smile portrait testimonial" }, { - id: "5", name: "Michelle Garcia", handle: "@michelle.g", testimonial: "Excellent service, modern equipment, and genuine care. My whole family sees Dr. Mitchell. Couldn't ask for better.", rating: 5, + id: "5", name: "Michelle Garcia", handle: "@michelle.g", testimonial: "Excellent service, modern equipment, and genuine care. My whole family sees Dr. Mitchell.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/natural-happy-woman-relaxing-home_329181-1332.jpg", imageAlt: "Happy woman portrait satisfied patient smile" }, { - id: "6", name: "Thomas Anderson", handle: "@thomas.a", testimonial: "Professional cleanings and honest advice. Dr. Chen explained everything clearly. Truly exceptional dental care.", rating: 5, + id: "6", name: "Thomas Anderson", handle: "@thomas.a", testimonial: "Professional cleanings and honest advice. Dr. Chen explained everything clearly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-wearing-casual-clothes-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-27567.jpg", imageAlt: "Happy man portrait satisfied patient smile" } ]}