From 2c825fa2b69c3fc33a623640bc49e4102aef4623 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 20:01:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a5cb613..69544f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,8 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-caucasian-businessman-suit-sitting-desk-looking-camera_1098-17609.jpg", imageAlt: "Omar Zaid"}, { name: "Nadia Saeed", handle: "@NadiaS", testimonial: "An incredible platform for nurturing future leaders. Grateful for the experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer-drawing-sketches_171337-14517.jpg", imageAlt: "Nadia Saeed"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer-drawing-sketches_171337-14517.jpg", imageAlt: "Nadia Saeed" + }, ]} testimonialRotationInterval={5000} tag="Your Journey to Influence" @@ -181,9 +182,11 @@ export default function LandingPage() { { id: "testimonial-3", name: "Aisha Omar", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-book-club_23-2150059055.jpg", imageAlt: "Speaker addressing an audience"}, { - id: "testimonial-4", name: "Khalid Ali", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-mugs-outdoors_23-2148970112.jpg", imageAlt: "Two people having a discussion over coffee"}, + id: "testimonial-4", name: "Khalid Ali", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-mugs-outdoors_23-2148970112.jpg", imageAlt: "Two people having a discussion over coffee" + }, { - id: "testimonial-5", name: "Leila Mansour", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-people-meeting-raising-arms_23-2147923450.jpg", imageAlt: "A person celebrating success with a laptop"}, + id: "testimonial-5", name: "Leila Mansour", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-people-meeting-raising-arms_23-2147923450.jpg", imageAlt: "A person celebrating success with a laptop" + }, ]} cardTitle="Meet Our Inspiring Community" cardTag="Faces of Qoodwa" -- 2.49.1