From 9f4199148128361eb77a56f6b6d566038b33ee7c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:52:26 +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 ba12d19..85d94b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,13 +58,13 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-together-city_53876-65432.jpg", imageAlt: "Agency workspace"}, + 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", imageAlt: "Team strategy session"}, + 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", imageAlt: "Digital analytics interface"}, + 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", imageAlt: "Creative abstract growth"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-arrangement-3d-glasses_23-2149487729.jpg?_wi=1", imageAlt: "Creative abstract growth"}, { imageSrc: "http://img.b2bpic.net/free-photo/group-creative-people-analyzing-result-work_329181-15518.jpg", imageAlt: "Team collaboration"}, ]} @@ -100,16 +100,16 @@ export default function LandingPage() { features={[ { 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", imageAlt: "creative agency workspace modern"}, + 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", imageAlt: "digital marketing strategy whiteboard"}, + 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", imageAlt: "web design UI dashboard professional"}, + 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", imageAlt: "abstract creative growth graphic"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-arrangement-3d-glasses_23-2149487729.jpg?_wi=2", imageAlt: "abstract creative growth graphic"}, ]} title="Comprehensive Agency Services" description="Full-stack marketing solutions designed to scale your business." -- 2.49.1