Merge version_1 into main #2
@@ -53,18 +53,19 @@ 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?_wi=1"},
|
||||
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"},
|
||||
{
|
||||
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?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-about-routine-medical-checkup_23-2149281101.jpg"},
|
||||
{
|
||||
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?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-nurse_23-2151061663.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book Heart Consultation", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -149,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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user