diff --git a/src/app/page.tsx b/src/app/page.tsx index b56de82..88044f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,11 +118,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Ahmed Khan", testimonial: "A sanctuary for the soul.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-cute-curly-haired-girl-looking-amused_176420-20141.jpg" }, - { id: "t2", name: "Sarah Ahmed", testimonial: "Lifelong lessons learned here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-woman-with-ginger-hair-clean-healthy-skin_273609-8996.jpg" }, - { id: "t3", name: "Omar Farooq", testimonial: "True community spirit.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman_1398-121.jpg" }, - { id: "t4", name: "Fatima Zahra", testimonial: "Excellent programs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-attractive-charismatic-woman-isolated_273609-34733.jpg" }, - { id: "t5", name: "Hassan Ali", testimonial: "Truly inspiring place.", imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582399.jpg" }, + { id: "t1", name: "Ahmed Khan", role: "Member", testimonial: "A sanctuary for the soul.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-cute-curly-haired-girl-looking-amused_176420-20141.jpg" }, + { id: "t2", name: "Sarah Ahmed", role: "Student", testimonial: "Lifelong lessons learned here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-woman-with-ginger-hair-clean-healthy-skin_273609-8996.jpg" }, + { id: "t3", name: "Omar Farooq", role: "Member", testimonial: "True community spirit.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman_1398-121.jpg" }, + { id: "t4", name: "Fatima Zahra", role: "Parent", testimonial: "Excellent programs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-attractive-charismatic-woman-isolated_273609-34733.jpg" }, + { id: "t5", name: "Hassan Ali", role: "Visitor", testimonial: "Truly inspiring place.", imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582399.jpg" }, ]} title="Community Voices" description="Stories from those who have found a home and community at Masjid E Bilal."