From 7bdc5a19fbdd49c18a1ab7de1a4ab6973a15108d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:33:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bc4427..606aa49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,12 +73,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-financial-charts-closeup-shot-hands-table_1423-238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-financial-charts-closeup-shot-hands-table_1423-238.jpg?_wi=1", imageAlt: "digital marketing agency analytics dashboard", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/company-boss-screaming-senior-employee-meeting-with-conference-room_482257-5051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/company-boss-screaming-senior-employee-meeting-with-conference-room_482257-5051.jpg?_wi=1", imageAlt: "corporate team brainstorming marketing strategy", }, { @@ -270,7 +270,7 @@ export default function LandingPage() { button: { text: "Upgrade Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-financial-charts-closeup-shot-hands-table_1423-238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-financial-charts-closeup-shot-hands-table_1423-238.jpg?_wi=2", imageAlt: "Businesswoman working with project statistics preparing report at team meeting", }, { @@ -286,7 +286,7 @@ export default function LandingPage() { button: { text: "Book Consultation", }, - imageSrc: "http://img.b2bpic.net/free-photo/company-boss-screaming-senior-employee-meeting-with-conference-room_482257-5051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/company-boss-screaming-senior-employee-meeting-with-conference-room_482257-5051.jpg?_wi=2", imageAlt: "Businesswoman working with project statistics preparing report at team meeting", }, ]} -- 2.49.1