Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1023b5ba3b | |||
| 713c27c958 | |||
| 61abbbc55f | |||
| d45d4801c8 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="Dr' S DENTAL CARE"
|
||||
description="Providing exceptional dental care for the whole family in a comfortable, modern environment. Open until 8 pm. Schedule your visit today."
|
||||
description="Providing Comprehensive Dental Services in Itamati for the whole family in a comfortable, modern environment. Open until 8 pm. Schedule your visit today."
|
||||
buttons={[{ text: "Book Appointment", href: "#contact" }]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=1", imageAlt: "dentist clinic smiling professional" },
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user