diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1f6e2e8..6147ccc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,7 +82,7 @@ export default function AboutPage() { { value: "10+", title: "Years of Industry Experience" }, { value: "500+", title: "Brands Successfully Transformed" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/group-young-business-people-working-office_158595-5207.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-young-business-people-working-office_158595-5207.jpg?_wi=2" imageAlt="About our agency team and culture" useInvertedBackground={false} mediaAnimation="slide-up" @@ -101,17 +101,17 @@ export default function AboutPage() { { id: "leadership", groupTitle: "Leadership", members: [ { - id: "1", title: "Alex Turner", subtitle: "Chief Strategy Officer", detail: "alex@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-executive-standing-with-arms-crossed_107420-63906.jpg", imageAlt: "Alex Turner"}, + id: "1", title: "Alex Turner", subtitle: "Chief Strategy Officer", detail: "alex@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-executive-standing-with-arms-crossed_107420-63906.jpg?_wi=2", imageAlt: "Alex Turner"}, { - id: "2", title: "Jordan Blake", subtitle: "Creative Director", detail: "jordan@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Jordan Blake"}, + id: "2", title: "Jordan Blake", subtitle: "Creative Director", detail: "jordan@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=2", imageAlt: "Jordan Blake"}, ], }, { id: "specialists", groupTitle: "Specialists", members: [ { - id: "3", title: "Casey Parker", subtitle: "Content Strategist", detail: "casey@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "Casey Parker"}, + id: "3", title: "Casey Parker", subtitle: "Content Strategist", detail: "casey@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=2", imageAlt: "Casey Parker"}, { - id: "4", title: "Morgan Fields", subtitle: "Copywriter", detail: "morgan@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/woman-embracing-book_23-2147797373.jpg", imageAlt: "Morgan Fields"}, + id: "4", title: "Morgan Fields", subtitle: "Copywriter", detail: "morgan@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/woman-embracing-book_23-2147797373.jpg?_wi=2", imageAlt: "Morgan Fields"}, ], }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 24ffbac..76f2c14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function HomePage() { { value: "500+", title: "Campaigns Launched" }, { value: "2.3B", title: "Total Impressions Generated" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/group-young-business-people-working-office_158595-5207.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-young-business-people-working-office_158595-5207.jpg?_wi=1" imageAlt="About our agency team" useInvertedBackground={false} mediaAnimation="slide-up" @@ -221,17 +221,17 @@ export default function HomePage() { { id: "leadership", groupTitle: "Leadership", members: [ { - id: "1", title: "Alex Turner", subtitle: "Chief Strategy Officer", detail: "alex@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-executive-standing-with-arms-crossed_107420-63906.jpg", imageAlt: "Alex Turner"}, + id: "1", title: "Alex Turner", subtitle: "Chief Strategy Officer", detail: "alex@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-executive-standing-with-arms-crossed_107420-63906.jpg?_wi=1", imageAlt: "Alex Turner"}, { - id: "2", title: "Jordan Blake", subtitle: "Creative Director", detail: "jordan@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Jordan Blake"}, + id: "2", title: "Jordan Blake", subtitle: "Creative Director", detail: "jordan@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=1", imageAlt: "Jordan Blake"}, ], }, { id: "specialists", groupTitle: "Specialists", members: [ { - id: "3", title: "Casey Parker", subtitle: "Content Strategist", detail: "casey@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "Casey Parker"}, + id: "3", title: "Casey Parker", subtitle: "Content Strategist", detail: "casey@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=1", imageAlt: "Casey Parker"}, { - id: "4", title: "Morgan Fields", subtitle: "Copywriter", detail: "morgan@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/woman-embracing-book_23-2147797373.jpg", imageAlt: "Morgan Fields"}, + id: "4", title: "Morgan Fields", subtitle: "Copywriter", detail: "morgan@apexagency.com", imageSrc: "http://img.b2bpic.net/free-photo/woman-embracing-book_23-2147797373.jpg?_wi=1", imageAlt: "Morgan Fields"}, ], }, ]}