From 47ace5e8a81c4d6605e259e89b7c030f70abc56b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:54:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 078d18b..2c320bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { title: "Skeleton Loading", description: "Smooth loading states while fetching API data ensures optimal user experience", icon: Zap } ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ao1qqBphUNKrlgFggaPCrax0Tp/professional-cricket-match-broadcast-vie-1773244362666-72375ae3.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ao1qqBphUNKrlgFggaPCrax0Tp/professional-cricket-match-broadcast-vie-1773244362666-72375ae3.png?_wi=1" imageAlt="Live cricket match broadcast" mediaAnimation="slide-up" imagePosition="left" @@ -145,7 +145,7 @@ export default function LandingPage() { }, { id: "match-2", brand: "Pakistan vs England", name: "T20 International", price: "Pakistan: 156/9", rating: 5, - reviewCount: "1.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ao1qqBphUNKrlgFggaPCrax0Tp/professional-cricket-match-broadcast-vie-1773244362666-72375ae3.png", imageAlt: "Pakistan vs England T20 match" + reviewCount: "1.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ao1qqBphUNKrlgFggaPCrax0Tp/professional-cricket-match-broadcast-vie-1773244362666-72375ae3.png?_wi=2", imageAlt: "Pakistan vs England T20 match" }, { id: "match-3", brand: "West Indies vs South Africa", name: "T20 League Match", price: "WI: 178/5", rating: 5, -- 2.49.1