Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 15:49:54 +00:00

View File

@@ -81,18 +81,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Live Score Updates", description: "Real-time batsman and bowler statistics with automatic 60-second refresh intervals for accurate data.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/stadiums-collection-hand-drawn-style_23-2147843671.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702181.jpg" }
title: "Live Score Updates", description: "Real-time batsman and bowler statistics with automatic 60-second refresh intervals for accurate data.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/stadiums-collection-hand-drawn-style_23-2147843671.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702181.jpg?_wi=1" }
},
{
id: 2,
title: "Match Filtering", description: "Filter matches by International, Domestic, and Women's Cricket categories for personalized content.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/stadiums-collection-hand-drawn-style_23-2147843671.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702181.jpg" }
title: "Match Filtering", description: "Filter matches by International, Domestic, and Women's Cricket categories for personalized content.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/stadiums-collection-hand-drawn-style_23-2147843671.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702181.jpg?_wi=2" }
},
{
id: 3,
title: "Detailed Scorecard Modal", description: "Click any match to view comprehensive scorecard with player stats, wickets, boundaries, and match history.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702181.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/stadiums-collection-hand-drawn-style_23-2147843671.jpg" }
title: "Detailed Scorecard Modal", description: "Click any match to view comprehensive scorecard with player stats, wickets, boundaries, and match history.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702181.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/stadiums-collection-hand-drawn-style_23-2147843671.jpg?_wi=3" }
}
]}
showStepNumbers={true}
@@ -118,15 +118,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "International Cricket", name: "India vs Pakistan - ODI", price: "LIVE", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-vector/stadiums-collection-hand-drawn-style_23-2147843671.jpg", imageAlt: "India vs Pakistan ODI match"
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-vector/stadiums-collection-hand-drawn-style_23-2147843671.jpg?_wi=4", imageAlt: "India vs Pakistan ODI match"
},
{
id: "2", brand: "Domestic Cricket", name: "Mumbai Indians vs Delhi Capitals - IPL", price: "LIVE", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-vector/stadiums-collection-hand-drawn-style_23-2147843671.jpg", imageAlt: "IPL match between MI and DC"
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-vector/stadiums-collection-hand-drawn-style_23-2147843671.jpg?_wi=5", imageAlt: "IPL match between MI and DC"
},
{
id: "3", brand: "Women's Cricket", name: "Australia vs New Zealand - T20I", price: "LIVE", rating: 5,
reviewCount: "945", imageSrc: "http://img.b2bpic.net/free-vector/stadiums-collection-hand-drawn-style_23-2147843671.jpg", imageAlt: "Women's T20I between Australia and New Zealand"
reviewCount: "945", imageSrc: "http://img.b2bpic.net/free-vector/stadiums-collection-hand-drawn-style_23-2147843671.jpg?_wi=6", imageAlt: "Women's T20I between Australia and New Zealand"
}
]}
/>