diff --git a/src/app/page.tsx b/src/app/page.tsx index ad3af66..f2fb4a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/high-angle-office-desk-arrangement_23-2148707945.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-office-desk-arrangement_23-2148707945.jpg?_wi=1" imageAlt="Hero representation of our professional services" /> @@ -108,15 +108,15 @@ export default function LandingPage() { icon: BarChart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_23-2149057415.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_23-2149057415.jpg?_wi=1", imageAlt: "Analytics feature illustration", }, { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_23-2149057415.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-landing-page_23-2149057415.jpg?_wi=2", imageAlt: "Analytics feature secondary", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-office-desk-arrangement_23-2148707945.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-office-desk-arrangement_23-2148707945.jpg?_wi=2", imageAlt: "professional business workspace clean", }, { @@ -125,15 +125,15 @@ export default function LandingPage() { icon: Globe, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/tech-background-abstract-lines-points_1035-4447.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/tech-background-abstract-lines-points_1035-4447.jpg?_wi=1", imageAlt: "Connectivity illustration", }, { - imageSrc: "http://img.b2bpic.net/free-vector/tech-background-abstract-lines-points_1035-4447.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/tech-background-abstract-lines-points_1035-4447.jpg?_wi=2", imageAlt: "Connectivity secondary", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-summer-people-emotions-concept-cheeky-satisfied-male-customer-basic-white-t-shirt-winking-smiling-encourage-give-try-recommend-product-with-thumbs-up-yellow-background_1258-60025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-summer-people-emotions-concept-cheeky-satisfied-male-customer-basic-white-t-shirt-winking-smiling-encourage-give-try-recommend-product-with-thumbs-up-yellow-background_1258-60025.jpg?_wi=1", imageAlt: "portrait happy customer professional", }, { @@ -142,15 +142,15 @@ export default function LandingPage() { icon: Database, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-flat-design_52683-16275.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-flat-design_52683-16275.jpg?_wi=1", imageAlt: "Automation illustration", }, { - imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-flat-design_52683-16275.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-flat-design_52683-16275.jpg?_wi=2", imageAlt: "Automation secondary", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=1", imageAlt: "portrait successful professional woman", }, ]} @@ -170,14 +170,14 @@ export default function LandingPage() { name: "Sarah Miller", role: "CEO", testimonial: "Exceptional service and professional approach. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-summer-people-emotions-concept-cheeky-satisfied-male-customer-basic-white-t-shirt-winking-smiling-encourage-give-try-recommend-product-with-thumbs-up-yellow-background_1258-60025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-summer-people-emotions-concept-cheeky-satisfied-male-customer-basic-white-t-shirt-winking-smiling-encourage-give-try-recommend-product-with-thumbs-up-yellow-background_1258-60025.jpg?_wi=2", }, { id: "2", name: "James Anderson", role: "Marketing Director", testimonial: "They truly understand our brand vision and delivered results fast.", - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=2", }, { id: "3", @@ -198,7 +198,7 @@ export default function LandingPage() { name: "David Wilson", role: "Product Lead", testimonial: "Absolutely stellar support and clear communication throughout the project.", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-summer-people-emotions-concept-cheeky-satisfied-male-customer-basic-white-t-shirt-winking-smiling-encourage-give-try-recommend-product-with-thumbs-up-yellow-background_1258-60025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-summer-people-emotions-concept-cheeky-satisfied-male-customer-basic-white-t-shirt-winking-smiling-encourage-give-try-recommend-product-with-thumbs-up-yellow-background_1258-60025.jpg?_wi=3", }, ]} title="Client Feedback" @@ -250,7 +250,7 @@ export default function LandingPage() {