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", }, ]}