diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f58c7ba..ac84676 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -79,7 +79,7 @@ export default function AboutPage() { title: "Multiple Formats", subtitle: "DVD, Blu-ray, 4K & VHS", description: "Choose from standard DVDs, high-definition Blu-rays, stunning 4K resolution, and classic VHS tapes. Whether you have a vintage player or the latest technology, we've got you covered.", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-arrangement_23-2149854272.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-arrangement_23-2149854272.jpg?_wi=3", imageAlt: "Organized collection of DVDs and Blu-rays", }, { @@ -88,7 +88,7 @@ export default function AboutPage() { title: "Game Rentals", subtitle: "Console & PC Games", description: "Rent the latest and greatest console games for PlayStation, Xbox, Nintendo, and more. Try before you buy and discover new favorites without the full purchase price.", - imageSrc: "http://img.b2bpic.net/free-photo/parents-smiling-taking-selfie_23-2148414932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/parents-smiling-taking-selfie_23-2148414932.jpg?_wi=3", imageAlt: "Video game rental section display", }, { @@ -97,7 +97,7 @@ export default function AboutPage() { title: "Rare & Classics", subtitle: "Hard-to-Find Titles", description: "Our massive collection includes rare films, classic cinema, and titles you can't find on any streaming platform. We pride ourselves on preserving film culture.", - imageSrc: "http://img.b2bpic.net/free-photo/set-film-near-retro-camera_23-2147852352.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-film-near-retro-camera_23-2147852352.jpg?_wi=3", imageAlt: "Rare and classic film collection", }, ]} @@ -115,25 +115,25 @@ export default function AboutPage() { { id: "1", name: "Sarah M.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-man-looking-camera_23-2148281688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-man-looking-camera_23-2148281688.jpg?_wi=2", imageAlt: "Sarah M., local customer", }, { id: "2", name: "Mike T.", - imageSrc: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guy-looking-camera-stretching-arm_23-2148306629.jpg?_wi=2", imageAlt: "Mike T., movie enthusiast", }, { id: "3", name: "Jennifer K.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13321.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13321.jpg?_wi=2", imageAlt: "Jennifer K., film collector", }, { id: "4", name: "David L.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg?_wi=2", imageAlt: "David L., community member", }, ]} @@ -161,7 +161,7 @@ export default function AboutPage() {