diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d3a5cb..d9be2a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -172,61 +101,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah Jenkins", - date: "Jan 2025", - title: "Great Staff", - quote: "I love going in to that office, his staff is fantastic, just a great place.", - tag: "Top Review", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-senior-entrepreneur_1098-15359.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-examining-back-patient_107420-65811.jpg?_wi=2", - imageAlt: "happy patient testimonial portrait", - }, - { - id: "2", - name: "Mark Wilson", - date: "Dec 2024", - title: "Easy Choice", - quote: "The choice is easy, choose Johnson Chiropractor!", - tag: "5 Stars", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-indoors_23-2149046103.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/male-osteopathic-therapist-checking-female-patient-s-back-pain_23-2148846577.jpg?_wi=2", - imageAlt: "happy patient testimonial portrait", - }, - { - id: "3", - name: "Emily Davis", - date: "Nov 2024", - title: "Family Wellness", - quote: "Our family has been getting adjusted for wellness once a week for many years.", - tag: "Family Care", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-family-having-fun_23-2149089431.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-massaging-client-s-back_23-2149406829.jpg?_wi=2", - imageAlt: "happy patient testimonial portrait", - }, - { - id: "4", - name: "Robert Miller", - date: "Oct 2024", - title: "Effective Relief", - quote: "Finally found relief from chronic pain thanks to the team.", - tag: "Relief", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-excited-senior-man-wireless-headphones-jogging-outside-low-angle-blue-clear-sky-front-view-copy-space-activity-age-concept_74855-12844.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-mother-having-fun-with-her-baby-daughter-while-playfully-squishing-her-cute-cheeks_637285-549.jpg?_wi=2", - imageAlt: "happy patient testimonial portrait", - }, - { - id: "5", - name: "Jessica Lee", - date: "Sep 2024", - title: "Very Happy", - quote: "Professional, clean, and truly cares about my recovery.", - tag: "Recommended", - avatarSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-office_23-2147642757.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-winking-expression-yellow-wall_179666-15039.jpg?_wi=2", - imageAlt: "happy patient testimonial portrait", - }, + { id: "1", name: "Sarah Jenkins", date: "Jan 2025", title: "Great Staff", quote: "I love going in to that office, his staff is fantastic, just a great place.", tag: "Top Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-senior-entrepreneur_1098-15359.jpg", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-examining-back-patient_107420-65811.jpg", imageAlt: "happy patient testimonial portrait" }, + { id: "2", name: "Mark Wilson", date: "Dec 2024", title: "Easy Choice", quote: "The choice is easy, choose Johnson Chiropractor!", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-indoors_23-2149046103.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-osteopathic-therapist-checking-female-patient-s-back-pain_23-2148846577.jpg", imageAlt: "happy patient testimonial portrait" }, + { id: "3", name: "Emily Davis", date: "Nov 2024", title: "Family Wellness", quote: "Our family has been getting adjusted for wellness once a week for many years.", tag: "Family Care", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-family-having-fun_23-2149089431.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-massaging-client-s-back_23-2149406829.jpg", imageAlt: "happy patient testimonial portrait" }, + { id: "4", name: "Robert Miller", date: "Oct 2024", title: "Effective Relief", quote: "Finally found relief from chronic pain thanks to the team.", tag: "Relief", avatarSrc: "http://img.b2bpic.net/free-photo/happy-excited-senior-man-wireless-headphones-jogging-outside-low-angle-blue-clear-sky-front-view-copy-space-activity-age-concept_74855-12844.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-mother-having-fun-with-her-baby-daughter-while-playfully-squishing-her-cute-cheeks_637285-549.jpg", imageAlt: "happy patient testimonial portrait" }, + { id: "5", name: "Jessica Lee", date: "Sep 2024", title: "Very Happy", quote: "Professional, clean, and truly cares about my recovery.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-office_23-2147642757.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-with-winking-expression-yellow-wall_179666-15039.jpg", imageAlt: "happy patient testimonial portrait" }, ]} title="What Our Patients Say" description="Real results from real local families." @@ -238,7 +117,8 @@ export default function LandingPage() { useInvertedBackground={false} title="About Dr. Johnson" description="Dr. Johnson has dedicated over 15 years to helping our community live pain-free. Focused on gentle, evidence-based chiropractic adjustments." - imageSrc="http://img.b2bpic.net/free-photo/front-view-male-doctor-with-winking-expression-yellow-wall_179666-15039.jpg?_wi=3" + metrics={[]} + imageSrc="http://img.b2bpic.net/free-photo/front-view-male-doctor-with-winking-expression-yellow-wall_179666-15039.jpg" mediaAnimation="slide-up" metricsAnimation="none" /> @@ -247,19 +127,11 @@ export default function LandingPage() {