6 Commits

Author SHA1 Message Date
83bc159aa5 Update src/app/page.tsx 2026-03-11 16:01:14 +00:00
94684f9865 Merge version_2 into main
Merge version_2 into main
2026-03-11 15:58:15 +00:00
73177444de Update src/app/page.tsx 2026-03-11 15:58:11 +00:00
54622cec0c Merge version_1 into main
Merge version_1 into main
2026-03-11 15:54:32 +00:00
c149e06a59 Merge version_1 into main
Merge version_1 into main
2026-03-11 15:54:07 +00:00
828e202c82 Merge version_1 into main
Merge version_1 into main
2026-03-11 15:53:19 +00:00

View File

@@ -140,19 +140,19 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "match-1", brand: "India vs Australia", name: "ODI Match - Day 1", price: "India: 285/8", rating: 5,
id: "match-1", brand: "India vs Australia", name: "ODI Match - Day 1", price: "Live Now", rating: 5,
reviewCount: "2.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ao1qqBphUNKrlgFggaPCrax0Tp/detailed-cricket-scorecard-display-showi-1773244364058-70ba1f5d.png", imageAlt: "India vs Australia ODI scorecard"
},
{
id: "match-2", brand: "Pakistan vs England", name: "T20 International", price: "Pakistan: 156/9", rating: 5,
id: "match-2", brand: "Pakistan vs England", name: "T20 International", price: "Innings 1", 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?_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,
id: "match-3", brand: "West Indies vs South Africa", name: "T20 League Match", price: "Innings 2", rating: 5,
reviewCount: "1.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ao1qqBphUNKrlgFggaPCrax0Tp/composite-sports-highlights-interface-sh-1773244362402-70ee9698.png", imageAlt: "West Indies vs South Africa match highlights"
},
{
id: "match-4", brand: "Sri Lanka Women vs Bangladesh Women", name: "Women's ODI", price: "SL Women: 224/7", rating: 5,
id: "match-4", brand: "Sri Lanka Women vs Bangladesh Women", name: "Women's ODI", price: "Final Score", rating: 5,
reviewCount: "890", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ao1qqBphUNKrlgFggaPCrax0Tp/modern-analytics-dashboard-displaying-cr-1773244363400-31105d06.png", imageAlt: "Women's cricket match statistics"
}
]}