From dd6e68f8523af78372eb4ea0dcce3400fe863522 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:31:29 +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 d38542e..60cd910 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function LandingPage() { id: "1", name: "Sarah Mitchell", handle: "Cosmetic Patient", testimonial: "Dr. Johnson transformed my smile with expert precision and care. The entire experience was professional, comfortable, and exceeded all my expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "Michael Chen", handle: "Implant Patient", testimonial: "The implant procedure was seamless. The team's expertise and attention to detail gave me complete confidence. My new smile changed my life!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "Implant Patient", testimonial: "The implant procedure was seamless. The team's expertise and attention to detail gave me complete confidence. My new smile changed my life!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", handle: "Invisalign Patient", testimonial: "Professional, courteous, and incredibly skilled. The Invisalign treatment delivered stunning results in less time than expected. Best decision ever!", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Emily Rodriguez" @@ -161,7 +161,7 @@ export default function LandingPage() { id: "5", name: "Jessica Torres", handle: "Regular Patient", testimonial: "I've been a patient for five years. The consistent excellence, warm welcome, and cutting-edge treatments keep me coming back. True professionals!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Jessica Torres" }, { - id: "6", name: "Robert James", handle: "Crown Patient", testimonial: "From consultation to final fitting, every detail was perfect. The attention to aesthetics and function is remarkable. Couldn't be happier!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert James" + id: "6", name: "Robert James", handle: "Crown Patient", testimonial: "From consultation to final fitting, every detail was perfect. The attention to aesthetics and function is remarkable. Couldn't be happier!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert James" } ]} /> -- 2.49.1