diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e593031..249fc22 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=14" imageAlt="Gradsy Institute campus" mediaAnimation="slide-up" bulletPoints={[ @@ -90,15 +90,15 @@ export default function AboutPage() { features={[ { id: 1, - title: "Industry Experts", description: "Our faculty includes seasoned executives, entrepreneurs, and consultants with active roles in leading companies. They mentor students through real business challenges and opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Faculty Teaching" + title: "Industry Experts", description: "Our faculty includes seasoned executives, entrepreneurs, and consultants with active roles in leading companies. They mentor students through real business challenges and opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=15", imageAlt: "Faculty Teaching" }, { id: 2, - title: "Mentorship Program", description: "Beyond the classroom, every student is paired with a faculty mentor for personalized guidance. We focus on developing not just skills, but professional character and leadership qualities.", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Mentorship Sessions" + title: "Mentorship Program", description: "Beyond the classroom, every student is paired with a faculty mentor for personalized guidance. We focus on developing not just skills, but professional character and leadership qualities.", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=16", imageAlt: "Mentorship Sessions" }, { id: 3, - title: "Continuous Learning", description: "Our faculty members actively participate in professional development, industry conferences, and research. Their expertise stays current with market trends and business evolution.", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Professional Development" + title: "Continuous Learning", description: "Our faculty members actively participate in professional development, industry conferences, and research. Their expertise stays current with market trends and business evolution.", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=17", imageAlt: "Professional Development" } ]} buttonAnimation="slide-up" @@ -131,7 +131,7 @@ export default function AboutPage() {