From fdd6f92f956d97070ac58f5106e3ec296ae0f044 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:45:18 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, },