diff --git a/src/app/page.tsx b/src/app/page.tsx index bac44f9..0370377 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg", imageAlt: "Professional office facilities" + imageSrc: "http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=1", imageAlt: "Professional office facilities" }, { imageSrc: "http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-using-laptop-speaking-office_839833-9703.jpg", imageAlt: "Team working together" @@ -164,11 +164,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Jennifer Martinez", role: "Facilities Director", company: "Fortune 500 Tech Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Jennifer Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Jennifer Martinez" }, { id: "2", name: "Michael Chen", role: "Operations Manager", company: "Healthcare Innovations Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "3", name: "Sarah Thompson", role: "Building Manager", company: "Commercial Real Estate Group", rating: 5, @@ -176,11 +176,11 @@ export default function LandingPage() { }, { id: "4", name: "Robert Davis", role: "Executive Director", company: "Educational Foundation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Robert Davis" + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "Robert Davis" }, { id: "5", name: "Amanda Lee", role: "Property Manager", company: "Hospitality Services Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Amanda Lee" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Amanda Lee" } ]} kpiItems={[ @@ -236,7 +236,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-people-walking-outside-office-building_107420-74359.jpg?_wi=2" imageAlt="Modern office facilities" mediaAnimation="opacity" mediaPosition="right" @@ -249,7 +249,7 @@ export default function LandingPage() {