From acb6b460e13e23a401a8c80f35594298ade35c12 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:01:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f96c569..7cbf1c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,17 +143,17 @@ export default function LandingPage() { speed={40} testimonials={[ { - id: "1", name: "Dr. Sarah Mitchell", handle: "CEO, Tech Innovations", testimonial: "Luminous Dental transformed my smile with their advanced cosmetic procedures. The professionalism and care exceeded all expectations. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Dr. Sarah Mitchell"}, + id: "1", name: "Dr. Sarah Mitchell", handle: "CEO, Tech Innovations", testimonial: "Luminous Dental transformed my smile with their advanced cosmetic procedures. The professionalism and care exceeded all expectations. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Dr. Sarah Mitchell"}, { - id: "2", name: "James Richardson", handle: "Business Owner", testimonial: "The dental implant procedure was seamless. Their team made me feel comfortable throughout the entire process. Best investment in my smile.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson"}, + id: "2", name: "James Richardson", handle: "Business Owner", testimonial: "The dental implant procedure was seamless. Their team made me feel comfortable throughout the entire process. Best investment in my smile.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Richardson"}, { - id: "3", name: "Emily Chen", handle: "Marketing Director", testimonial: "Finally found a dental practice that truly listens and delivers. The technology they use is impressive, and results are outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Chen"}, + id: "3", name: "Emily Chen", handle: "Marketing Director", testimonial: "Finally found a dental practice that truly listens and delivers. The technology they use is impressive, and results are outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Chen"}, { - id: "4", name: "Michael Torres", handle: "Architect", testimonial: "The invisalign treatment was exactly what I needed. Professional, efficient, and the results are perfect. Thank you for the amazing care!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres"}, + id: "4", name: "Michael Torres", handle: "Architect", testimonial: "The invisalign treatment was exactly what I needed. Professional, efficient, and the results are perfect. Thank you for the amazing care!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Torres"}, { - id: "5", name: "Rebecca Walsh", handle: "Healthcare Professional", testimonial: "As a healthcare worker myself, I appreciate the clinical excellence at Luminous Dental. Exceptional team and outstanding results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rebecca Walsh"}, + id: "5", name: "Rebecca Walsh", handle: "Healthcare Professional", testimonial: "As a healthcare worker myself, I appreciate the clinical excellence at Luminous Dental. Exceptional team and outstanding results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Rebecca Walsh"}, { - id: "6", name: "David Kim", handle: "Financial Advisor", testimonial: "Outstanding patient experience from start to finish. The attention to detail and commitment to excellence is evident in everything they do.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, + id: "6", name: "David Kim", handle: "Financial Advisor", testimonial: "Outstanding patient experience from start to finish. The attention to detail and commitment to excellence is evident in everything they do.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Kim"}, ]} /> -- 2.49.1