diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ad7af82..a60746c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ export default function AboutPage() { role: "Tourist", company: "Samarqand Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-wearing-white-sweater-smiling_181624-8702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-wearing-white-sweater-smiling_181624-8702.jpg?_wi=2", }, { id: "2", @@ -56,7 +56,7 @@ export default function AboutPage() { role: "Local Resident", company: "Juma Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg?_wi=2", }, { id: "3", @@ -64,7 +64,7 @@ export default function AboutPage() { role: "Event Organizer", company: "Celebration Planner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=2", }, ]; @@ -129,7 +129,7 @@ export default function AboutPage() { tagIcon={Crown} tagAnimation="slide-up" accordionItems={accordionItems} - imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg?_wi=2" imageAlt="Restaurant Ambiance" mediaAnimation="slide-up" mediaPosition="right" @@ -168,7 +168,7 @@ export default function AboutPage() {