diff --git a/src/app/page.tsx b/src/app/page.tsx index 93ec534..57ca5a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,13 +117,13 @@ export default function LandingPage() { id: "3", name: "Marcus Johnson", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "professional portrait event coordinator male professional" }, { - id: "4", name: "Emma Rodriguez", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg?_wi=1", imageAlt: "professional portrait female developer tech lead" + id: "4", name: "Emma Rodriguez", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg", imageAlt: "professional portrait female developer tech lead" }, { id: "5", name: "James Kim", role: "Mentorship Director", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "professional portrait male mentor tech professional" }, { - id: "6", name: "Priya Patel", role: "Community Manager", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg?_wi=2", imageAlt: "professional portrait female community manager tech professional" + id: "6", name: "Priya Patel", role: "Community Manager", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg", imageAlt: "professional portrait female community manager tech professional" } ]} animationType="slide-up" @@ -139,27 +139,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "David Miller", handle: "@davidm_dev", testimonial: "The computer club completely changed my career path. I learned so much from the workshops and landed my dream job at a tech startup!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "portrait professional male avatar user profile" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "portrait professional male avatar user profile" }, { id: "2", name: "Lisa Zhang", handle: "@lisaz_codes", testimonial: "The mentorship program here is incredible. I've grown as a developer and made lifelong friends in this amazing community.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "portrait professional female avatar user profile" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait professional female avatar user profile" }, { id: "3", name: "Robert Thompson", handle: "@rob_tech", testimonial: "Best decision I made in college was joining this club. The projects I worked on are now featured in my portfolio!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "portrait professional male avatar user profile" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "portrait professional male avatar user profile" }, { id: "4", name: "Nina Gupta", handle: "@ninag_dev", testimonial: "From complete beginner to confident developer - this club made it possible. The supportive environment is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "portrait professional female avatar user profile" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait professional female avatar user profile" }, { id: "5", name: "Carlos Mendez", handle: "@carlos_devops", testimonial: "The hackathons organized by the club are insanely fun and educational. I've shipped more projects here than anywhere else.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "portrait professional male avatar user profile" + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "portrait professional male avatar user profile" }, { id: "6", name: "Sophie Laurent", handle: "@sophie_fullstack", testimonial: "The networking opportunities here are invaluable. I've collaborated with brilliant minds and built lasting professional relationships.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "portrait professional female avatar user profile" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait professional female avatar user profile" } ]} showRating={true}