diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c473699..e18d20f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -113,11 +113,11 @@ export default function AboutPage() { title: "Professional Football Field", description: "Expertly maintained grass field with professional-grade amenities for matches and training.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/kid-running-field-full-shot_23-2149457235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kid-running-field-full-shot_23-2149457235.jpg?_wi=2", imageAlt: "Professional football field", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/rows-red-seats-theater_53876-64709.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rows-red-seats-theater_53876-64709.jpg?_wi=2", imageAlt: "Comfortable seating tribune", }, }, @@ -126,11 +126,11 @@ export default function AboutPage() { title: "Modern Facilities & Track", description: "Full-service locker rooms, showers, and dedicated running track for training athletes.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-doing-sport-together-outdoors_23-2149033520.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-doing-sport-together-outdoors_23-2149033520.jpg?_wi=2", imageAlt: "Modern locker room facilities", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-stretching-outdoors_23-2150338677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-stretching-outdoors_23-2150338677.jpg?_wi=2", imageAlt: "Running track and training area", }, },