5 Commits

Author SHA1 Message Date
7256e9e6f3 Merge version_4 into main
Merge version_4 into main
2026-05-05 08:57:30 +00:00
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
61abbbc55f Update src/app/page.tsx 2026-05-05 08:55:23 +00:00
d45d4801c8 Merge version_2 into main
Merge version_2 into main
2026-05-05 08:53:38 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroCarouselLogo
logoText="Dr' S DENTAL CARE" 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" }]} buttons={[{ text: "Book Appointment", href: "#contact" }]}
slides={[ slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=1", imageAlt: "dentist clinic smiling professional" }, { 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 <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>
); );
} }