From 7cca389f57b3abfb0be1baf9548c0b0e61ff2d35 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:08:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10f92db..241ce72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@rahulk", testimonial: "Best turf in Kollam! The grass is top-notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-afro-american-sportsman-basketball-player-sportswear-with-ball-dark-background_613910-6460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-afro-american-sportsman-basketball-player-sportswear-with-ball-dark-background_613910-6460.jpg?_wi=1", }, { name: "Sreejith M.", @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/athletes-starting-line-stadium_23-2149399625.jpg" + imageSrc="http://img.b2bpic.net/free-photo/athletes-starting-line-stadium_23-2149399625.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/basketball-court-with-people-fan-sport-arena-render-3d-illustration_654080-1453.jpg", @@ -175,7 +175,7 @@ export default function LandingPage() { description: "Dugouts, locker rooms, and parking.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/football-field-with-colourful-flag_1137-74.jpg" + imageSrc="http://img.b2bpic.net/free-photo/football-field-with-colourful-flag_1137-74.jpg?_wi=1" /> @@ -192,7 +192,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/athletes-starting-line-stadium_23-2149399625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/athletes-starting-line-stadium_23-2149399625.jpg?_wi=2", imageAlt: "artificial grass texture", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/football-field-with-colourful-flag_1137-74.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-field-with-colourful-flag_1137-74.jpg?_wi=2", imageAlt: "artificial grass texture", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-afro-american-sportsman-basketball-player-sportswear-with-ball-dark-background_613910-6460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-afro-american-sportsman-basketball-player-sportswear-with-ball-dark-background_613910-6460.jpg?_wi=2", imageAlt: "artificial grass texture", }, ]} -- 2.49.1