From 75b514d75e2c2257977c1ab754859d1b2aca5b81 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:01:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 135 ++++++++++++++--------------------------------- 1 file changed, 41 insertions(+), 94 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52e02b0..6a66088 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,11 @@ export default function LandingPage() {
@@ -114,48 +97,27 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} - testimonials={[ - { - id: "1", name: "Sarah J.", handle: "@dumfries", testimonial: "I was very nervous, but the staff were incredibly gentle. A wonderful experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg?_wi=1"}, - { - id: "2", name: "Michael T.", handle: "@dumfries", testimonial: "Excellent hygiene appointment. Everything was thorough and well-explained.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9765.jpg"}, - { - id: "3", name: "Emma L.", handle: "@dumfries", testimonial: "My composite bonding looks natural and perfect. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg"}, - { - id: "4", name: "David W.", handle: "@dumfries", testimonial: "Professional, clean, and very welcoming. Best clinic in town.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-queer-eldery-women-back-view_23-2149732512.jpg"}, - { - id: "5", name: "Linda M.", handle: "@dumfries", testimonial: "The most comfortable dental visit I've had in years. So attentive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg?_wi=2"}, - ]} + title="Patient Stories" + description="Read what our local patients say about their experience." showRating={true} - title="Trusted by Our Local Community" - description="Hear from the patients who have found their confidence and comfort with us." + testimonials={[ + { id: "1", name: "Sarah", handle: "@local", testimonial: "Very gentle and professional. Best dentist in town!", rating: 5 }, + { id: "2", name: "James", handle: "@local", testimonial: "Finally found a dentist who really listens. Highly recommended.", rating: 5 } + ]} />
@@ -163,25 +125,10 @@ export default function LandingPage() { -- 2.49.1