Update src/app/page.tsx

This commit is contained in:
2026-03-08 13:34:35 +00:00
parent 365a4a2345
commit b97178939d

View File

@@ -53,13 +53,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Maria Chen", handle: "Patient, Heart Wellness Program", testimonial: "The counseling transformed my understanding of cardiac health. I feel empowered and supported.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-doctor-wearing-white-coat-stethoscope-looking-confident-with-smile-face-isolated-green-background_141793-12601.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-man-doctor-wearing-white-coat-stethoscope-looking-confident-with-smile-face-isolated-green-background_141793-12601.jpg?_wi=1"},
{
name: "James Rodriguez", handle: "Patient, Brain Health Program", testimonial: "Exceptional expertise combined with genuine care. Highly recommended for neurological wellness.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-about-routine-medical-checkup_23-2149281101.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-about-routine-medical-checkup_23-2149281101.jpg?_wi=1"},
{
name: "Sarah Mitchell", handle: "Patient, Cardiac Counseling", testimonial: "This service gave me the tools and confidence to manage my heart health effectively.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061663.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061663.jpg?_wi=1"},
]}
buttons={[
{ text: "Book Heart Consultation", href: "#contact" },
@@ -150,11 +150,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-man-doctor-wearing-white-coat-stethoscope-looking-confident-with-smile-face-isolated-green-background_141793-12601.jpg", imageAlt: "professional headshot business portrait advisor"},
id: "1", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/young-man-doctor-wearing-white-coat-stethoscope-looking-confident-with-smile-face-isolated-green-background_141793-12601.jpg?_wi=2", imageAlt: "professional headshot business portrait advisor"},
{
id: "2", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-about-routine-medical-checkup_23-2149281101.jpg", imageAlt: "female professional counselor therapist portrait"},
id: "2", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-about-routine-medical-checkup_23-2149281101.jpg?_wi=2", imageAlt: "female professional counselor therapist portrait"},
{
id: "3", name: "Robert Garcia", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061663.jpg", imageAlt: "male professional advisor healthcare portrait"},
id: "3", name: "Robert Garcia", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061663.jpg?_wi=2", imageAlt: "male professional advisor healthcare portrait"},
{
id: "4", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg", imageAlt: "diverse healthcare professional portrait"},
]}