diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d9913ba..933fb18 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -63,7 +63,7 @@ export default function AboutPage() { }, ]} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg" + imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg?_wi=2" imageAlt="Venti Art Studio production setup" mediaAnimation="slide-up" textboxLayout="default" @@ -108,13 +108,13 @@ export default function AboutPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Ahmed Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg"}, + id: "1", name: "Ahmed Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg?_wi=2"}, { - id: "2", name: "Fatima Al-Rashdi", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg"}, + id: "2", name: "Fatima Al-Rashdi", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=2"}, { - id: "3", name: "Mohammed Al-Balushi", imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg"}, + id: "3", name: "Mohammed Al-Balushi", imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg?_wi=2"}, { - id: "4", name: "Layla Al-Harami", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg"}, + id: "4", name: "Layla Al-Harami", imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg?_wi=2"}, ]} containerClassName="py-16 md:py-24 flex items-center justify-center" cardClassName="max-w-2xl" @@ -126,7 +126,7 @@ export default function AboutPage() { {/* Footer */}