diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3a7e17e..2dd140f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -101,7 +101,7 @@ export default function LandingPage() { { value: "95%", title: "Client Retention Rate"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-smiley-face-growth-arrow_23-2148780651.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-smiley-face-growth-arrow_23-2148780651.jpg?_wi=2" imageAlt="client growth graph chart" /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index cf2e9e7..525c665 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "client-growth", value: "80%", title: "Client Growth Rate", description: "Achieved for our partners within the first year of collaboration.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-smiley-face-growth-arrow_23-2148780651.jpg", imageAlt: "Graph showing client growth"}, + id: "client-growth", value: "80%", title: "Client Growth Rate", description: "Achieved for our partners within the first year of collaboration.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-smiley-face-growth-arrow_23-2148780651.jpg?_wi=1", imageAlt: "Graph showing client growth"}, { id: "engagement-lift", value: "45%", title: "Average Engagement Lift", description: "Significantly increasing audience interaction and brand loyalty.", imageSrc: "http://img.b2bpic.net/free-photo/sitting-people-watching-football-public-place-night_1268-18315.jpg", imageAlt: "social media engagement lift percentage"}, {