diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 31a6db2..2e0e57e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-colleagues-with-laptop_23-2149009003.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-colleagues-with-laptop_23-2149009003.jpg?_wi=2" imageAlt="Social media agency team meeting success" mediaAnimation="blur-reveal" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index a48fb28..becc3c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,27 +81,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=1", imageAlt: "Social media dashboard showing growth metrics and analytics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=2", imageAlt: "Social media dashboard showing growth metrics and analytics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=3", imageAlt: "Social media dashboard showing growth metrics and analytics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=4", imageAlt: "Social media dashboard showing growth metrics and analytics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=5", imageAlt: "Social media dashboard showing growth metrics and analytics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=6", imageAlt: "Social media dashboard showing growth metrics and analytics", }, ]} @@ -127,7 +127,7 @@ export default function LandingPage() { title: "Avg. Growth", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-colleagues-with-laptop_23-2149009003.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-colleagues-with-laptop_23-2149009003.jpg?_wi=1" imageAlt="Social media agency team collaborating on a marketing strategy" mediaAnimation="slide-up" metricsAnimation="slide-up"