diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e8fadb..0273c3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,15 +65,15 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg", imageAlt: "Finance Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg?_wi=1", imageAlt: "Finance Dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg", imageAlt: "Tax Planning"}, + imageSrc: "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg?_wi=1", imageAlt: "Tax Planning"}, { - imageSrc: "http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg", imageAlt: "Business Meeting"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg?_wi=1", imageAlt: "Business Meeting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg", imageAlt: "Compliance Audit"}, + imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg?_wi=1", imageAlt: "Compliance Audit"}, { - imageSrc: "http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg", imageAlt: "Financial Advisory"}, + imageSrc: "http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg?_wi=1", imageAlt: "Financial Advisory"}, ]} /> @@ -97,7 +97,7 @@ export default function HomePage() { tag="Services" tagIcon={Briefcase} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg?_wi=1" imageAlt="Our Services" mediaAnimation="slide-up" accordionItems={[ @@ -154,17 +154,17 @@ export default function HomePage() {