diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8b0cc26..a61ecbb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -57,7 +57,7 @@ export default function AboutPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-adults-meeting-up-study_23-2149064525.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-adults-meeting-up-study_23-2149064525.jpg?_wi=2" imageAlt="FundGame founding team collaboration" useInvertedBackground={false} ariaLabel="About section describing FundGame story" @@ -80,7 +80,7 @@ export default function AboutPage() { title: "Complete Transparency", description: "We believe every backer and developer deserves to know exactly how funds are used, how projects progress, and what their support achieves.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg?_wi=2", imageAlt: "transparent financial tracking", }, items: [ @@ -100,7 +100,7 @@ export default function AboutPage() { title: "Developer Empowerment", description: "We provide indie developers and studios the tools, audience, and support they need to turn their creative visions into reality without compromising their independence.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/technological-background-with-security-elements_23-2147647745.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/technological-background-with-security-elements_23-2147647745.jpg?_wi=2", imageAlt: "developer toolkit and resources", }, items: [ @@ -120,7 +120,7 @@ export default function AboutPage() { title: "Community First", description: "Gaming thrives when communities are strong. We foster connections between backers, developers, and players to create an ecosystem where everyone benefits.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/blurred-login-form_23-2147738867.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/blurred-login-form_23-2147738867.jpg?_wi=2", imageAlt: "community engagement platform", }, items: [ @@ -146,19 +146,19 @@ export default function AboutPage() { { id: "team-1", name: "Sarah Kim", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2", imageAlt: "Sarah Kim, Founder & CEO", }, { id: "team-2", name: "David Okonkwo", - imageSrc: "http://img.b2bpic.net/free-photo/journalists-team-talk-about-latest-news_482257-80369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/journalists-team-talk-about-latest-news_482257-80369.jpg?_wi=2", imageAlt: "David Okonkwo, CTO", }, { id: "team-3", name: "Priya Nakamura", - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=2", imageAlt: "Priya Nakamura, Head of Community", }, ]}