From 4bc16590b44420a2fa1176d027a6e2c49d035a3e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:51:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a3bf9c..3f0a369 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,19 +71,19 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-together-city_53876-65432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-together-city_53876-65432.jpg?_wi=1", imageAlt: "Agency workspace", }, { - imageSrc: "http://img.b2bpic.net/free-photo/business-person-hand-holding-financial-statistics-displayed-t_1150-772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-hand-holding-financial-statistics-displayed-t_1150-772.jpg?_wi=1", imageAlt: "Team strategy session", }, { - imageSrc: "http://img.b2bpic.net/free-photo/employee-examining-company-performance_482257-121856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/employee-examining-company-performance_482257-121856.jpg?_wi=1", imageAlt: "Digital analytics interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-arrangement-3d-glasses_23-2149487729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-arrangement-3d-glasses_23-2149487729.jpg?_wi=1", imageAlt: "Creative abstract growth", }, { @@ -131,28 +131,28 @@ export default function LandingPage() { title: "Market Strategy", description: "Building sustainable growth plans.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-together-city_53876-65432.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-together-city_53876-65432.jpg?_wi=2", imageAlt: "creative agency workspace modern", }, { title: "Brand Design", description: "Creating memorable visual identities.", buttonIcon: "Palette", - imageSrc: "http://img.b2bpic.net/free-photo/business-person-hand-holding-financial-statistics-displayed-t_1150-772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-hand-holding-financial-statistics-displayed-t_1150-772.jpg?_wi=2", imageAlt: "digital marketing strategy whiteboard", }, { title: "Performance Tracking", description: "Optimizing campaigns in real time.", buttonIcon: "BarChart", - imageSrc: "http://img.b2bpic.net/free-photo/employee-examining-company-performance_482257-121856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/employee-examining-company-performance_482257-121856.jpg?_wi=2", imageAlt: "web design UI dashboard professional", }, { title: "Growth Consulting", description: "Strategic advisory for modern brands.", buttonIcon: "Target", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-arrangement-3d-glasses_23-2149487729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-arrangement-3d-glasses_23-2149487729.jpg?_wi=2", imageAlt: "abstract creative growth graphic", }, ]} -- 2.49.1