2 Commits

Author SHA1 Message Date
1023b5ba3b Update src/app/page.tsx 2026-05-05 08:57:27 +00:00
713c27c958 Merge version_3 into main
Merge version_3 into main
2026-05-05 08:55:26 +00:00

View File

@@ -114,7 +114,11 @@ export default function LandingPage() {
<TestimonialCardFive <TestimonialCardFive
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[]} testimonials={[
{ id: "1", name: "Sasmita P.", date: "2024-05", title: "Gentle and professional", quote: "The staff made me feel very comfortable. My root canal was completely painless!", tag: "Patient", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-practicing-his-profession-celebrate-international-labour-day_23-2151230043.jpg" },
{ id: "2", name: "Rajesh M.", date: "2024-06", title: "Best in Itamati", quote: "Finally, a dental clinic that cares about the patient's comfort and explains everything clearly.", tag: "Patient", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-indian-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-129417.jpg" },
{ id: "3", name: "Anita D.", date: "2024-07", title: "Exceptional care", quote: "Great experience with my teeth whitening. The results are amazing and the team is so kind.", tag: "Patient", avatarSrc: "http://img.b2bpic.net/free-photo/young-latin-girl-wearing-casual-clothes-smiling-looking-confident-camera-with-crossed-arms-hand-chin-thinking-positive_839833-14069.jpg" }
]}
title="Our Patients" title="Our Patients"
description="Join 51 satisfied patients who trust us with their dental health." description="Join 51 satisfied patients who trust us with their dental health."
/> />