diff --git a/src/app/page.tsx b/src/app/page.tsx index e83eb82..c4aa4aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,19 +51,19 @@ export default function LandingPage() { testimonials={[ { name: "Rajesh Kumar", handle: "Community Leader", testimonial: "Kanha G Foundation has transformed our village through education and healthcare programs. Their commitment is truly inspiring.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg" }, { name: "Priya Sharma", handle: "Volunteer", testimonial: "Working with this foundation gave me purpose. Every project creates real, measurable impact in people's lives.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg" }, { name: "Amit Patel", handle: "Beneficiary", testimonial: "The scholarship program changed my life. From a village school to university – thank you, Kanha G Foundation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-cute-girl-trying-persuade-with-begging-gesture_176420-44120.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/charming-cute-girl-trying-persuade-with-begging-gesture_176420-44120.jpg" }, { name: "Neha Gupta", handle: "Healthcare Worker", testimonial: "Their health camps have reached thousands. This foundation truly believes in sustainable community development.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-pointing-up_23-2147985446.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-pointing-up_23-2147985446.jpg" } ]} buttons={[ @@ -173,27 +173,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Meera Desai", handle: "Scholar, Class 12", testimonial: "The scholarship from Kanha G Foundation enabled me to pursue quality education. Today, I dream of becoming a doctor and giving back to my community.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg" }, { id: "2", name: "Suresh Kumar", handle: "Village Elder", testimonial: "The health camps organized by the foundation have brought quality medical care to our remote village for the first time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg" }, { id: "3", name: "Fatima Ahmed", handle: "Women's Program Participant", testimonial: "Through the skill development program, I learned tailoring and now support my family. The foundation gave me dignity and hope.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-cute-girl-trying-persuade-with-begging-gesture_176420-44120.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/charming-cute-girl-trying-persuade-with-begging-gesture_176420-44120.jpg" }, { id: "4", name: "Ravi Patel", handle: "Community Volunteer", testimonial: "Volunteering with Kanha G Foundation has been the most fulfilling experience of my life. The impact we create together is remarkable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-pointing-up_23-2147985446.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-pointing-up_23-2147985446.jpg" }, { id: "5", name: "Kavya Nair", handle: "Teacher, Village School", testimonial: "The foundation's educational support has transformed our school. Students now have access to better resources and opportunities.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg" }, { id: "6", name: "Arjun Singh", handle: "Livelihood Program Graduate", testimonial: "I went from unemployment to running my own small business thanks to the livelihood training. My family is secure now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg" } ]} showRating={true}