diff --git a/src/app/page.tsx b/src/app/page.tsx index 15fc2af..9369f95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,15 +71,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg?_wi=1", imageAlt: "Agency Hero 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-talking-office_23-2149370608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-talking-office_23-2149370608.jpg?_wi=1", imageAlt: "Agency Hero 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-using-tablet_23-2148095692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-using-tablet_23-2148095692.jpg?_wi=1", imageAlt: "Agency Hero 3", }, { @@ -140,19 +140,19 @@ export default function LandingPage() { { title: "Landing Pages", description: "Conversion-focused funnels designed for leads.", - imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg?_wi=2", imageAlt: "AI site helping with software production", }, { title: "SEO Optimization", description: "Rank higher and get discovered faster.", - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-talking-office_23-2149370608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-talking-office_23-2149370608.jpg?_wi=2", imageAlt: "AI site helping with software production", }, { title: "Monthly Care", description: "Security, hosting, and updates handled.", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-using-tablet_23-2148095692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-using-tablet_23-2148095692.jpg?_wi=2", imageAlt: "AI site helping with software production", }, ]} @@ -232,7 +232,7 @@ export default function LandingPage() { button: { text: "Choose Growth", }, - imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg?_wi=3", imageAlt: "Side view woman reading digital magazine", }, { @@ -249,7 +249,7 @@ export default function LandingPage() { button: { text: "Contact Agency", }, - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-talking-office_23-2149370608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-talking-office_23-2149370608.jpg?_wi=3", imageAlt: "Side view woman reading digital magazine", }, ]}