Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1023b5ba3b | |||
| 713c27c958 |
@@ -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."
|
||||||
/>
|
/>
|
||||||
@@ -140,4 +144,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user