From 8c2f97b5ae74d4a8436ab7fde3db2f3e9b97d0f4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:21:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f4738e..8f63ba5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,18 +58,19 @@ export default function LandingPage() { mediaAnimation="blur-reveal" imagePosition="right" fixedMediaHeight={true} + background={{ variant: "plain" }} testimonials={[ { name: "Priya M.", handle: "@priya_wellness", testimonial: "After years of struggling with psoriasis, Dr. Ayodhya's personalized homeopathy treatment gave me my confidence back. My skin has never been clearer!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575130.jpg?_wi=1", imageAlt: "Priya M. - Patient Success" + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575130.jpg", imageAlt: "Priya M. - Patient Success" }, { name: "Rajesh K.", handle: "@rajesh_health", testimonial: "I was skeptical about homeopathy for my thyroid condition, but Dr. Ayodhya's approach was scientific and caring. My energy levels have improved dramatically.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-psd/world-alzheimer-s-day-instagram-stories_23-2152006341.jpg?_wi=1", imageAlt: "Rajesh K. - Patient Success" + imageSrc: "http://img.b2bpic.net/free-psd/world-alzheimer-s-day-instagram-stories_23-2152006341.jpg", imageAlt: "Rajesh K. - Patient Success" }, { name: "Ananya S.", handle: "@ananya_healed", testimonial: "My migraines were debilitating until I found Dr. Ayodhya. The natural treatment plan addresses the root cause, not just symptoms. Truly life-changing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-sofa-smiles_23-2148537355.jpg?_wi=1", imageAlt: "Ananya S. - Patient Success" + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-sofa-smiles_23-2148537355.jpg", imageAlt: "Ananya S. - Patient Success" } ]} testimonialRotationInterval={5000} @@ -171,6 +172,7 @@ export default function LandingPage() { tagClassName="text-sm font-medium text-accent" valueClassName="text-3xl md:text-4xl font-light text-primary-cta" metricTitleClassName="text-sm text-foreground/70 mt-2" + cardClassName="bg-card rounded-lg p-6" /> @@ -184,15 +186,15 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Priya Sharma", role: "Psoriasis Patient", company: "Software Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575130.jpg?_wi=2", imageAlt: "Priya Sharma - Testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575130.jpg", imageAlt: "Priya Sharma - Testimonial" }, { id: "testimonial-2", name: "Rajesh Kumar", role: "Thyroid Patient", company: "Business Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-psd/world-alzheimer-s-day-instagram-stories_23-2152006341.jpg?_wi=2", imageAlt: "Rajesh Kumar - Testimonial" + imageSrc: "http://img.b2bpic.net/free-psd/world-alzheimer-s-day-instagram-stories_23-2152006341.jpg", imageAlt: "Rajesh Kumar - Testimonial" }, { id: "testimonial-3", name: "Ananya Singh", role: "Migraine Patient", company: "Marketing Executive", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-sofa-smiles_23-2148537355.jpg?_wi=2", imageAlt: "Ananya Singh - Testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-sofa-smiles_23-2148537355.jpg", imageAlt: "Ananya Singh - Testimonial" }, { id: "testimonial-4", name: "Dr. Vikram Patel", role: "Joint Pain Patient", company: "Retired Physician", rating: 5, @@ -223,6 +225,7 @@ export default function LandingPage() { nameClassName="text-base font-medium text-foreground" roleClassName="text-sm text-foreground/70" ratingClassName="text-xs text-accent" + cardClassName="bg-card rounded-lg p-6" /> @@ -264,6 +267,7 @@ export default function LandingPage() { tagClassName="text-sm font-medium text-accent" accordionTitleClassName="text-base font-medium text-foreground" accordionContentClassName="text-sm text-foreground/70 mt-2" + accordionClassName="bg-card rounded-lg p-6" /> -- 2.49.1