Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-05-05 08:57:31 +00:00

View File

@@ -114,7 +114,11 @@ export default function LandingPage() {
<TestimonialCardFive
textboxLayout="split"
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"
description="Join 51 satisfied patients who trust us with their dental health."
/>
@@ -140,4 +144,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}