Update src/app/page.tsx
This commit is contained in:
404
src/app/page.tsx
404
src/app/page.tsx
@@ -34,41 +34,23 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "#features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Stats",
|
name: "Stats", id: "#metrics"},
|
||||||
id: "#metrics",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Leagues",
|
name: "Leagues", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Community",
|
name: "Community", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "News",
|
name: "News", id: "#blog"},
|
||||||
id: "#blog",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Cricket Hub"
|
brandName="Cricket Hub"
|
||||||
/>
|
/>
|
||||||
@@ -77,83 +59,54 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Your Complete Cricket Companion"
|
title="Your Complete Cricket Companion"
|
||||||
description="Live scores, expert analysis, fantasy leagues, and a thriving community of cricket fans. Stay updated on every match, every moment."
|
description="Live scores, expert analysis, fantasy leagues, and a thriving community of cricket fans. Stay updated on every match, every moment."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "1M+",
|
value: "1M+", label: "Active Fans"},
|
||||||
label: "Active Fans",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "500K+",
|
value: "500K+", label: "Matches Covered"},
|
||||||
label: "Matches Covered",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100+",
|
value: "100+", label: "Leagues & Tournaments"},
|
||||||
label: "Leagues & Tournaments",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Live Matches",
|
text: "Explore Live Matches", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530192.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530192.jpg"
|
||||||
imageAlt="Dynamic cricket match in action with players and a crowded stadium"
|
imageAlt="Dynamic cricket match in action with players and a crowded stadium"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536084.jpg",
|
src: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team_23-2151536084.jpg", alt: "Cricket fan 1"},
|
||||||
alt: "Cricket fan 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037674.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037674.jpg", alt: "Cricket fan 2"},
|
||||||
alt: "Cricket fan 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/enraged-supporter-watching-sports-match-tv-angered-by-goal_482257-119782.jpg",
|
src: "http://img.b2bpic.net/free-photo/enraged-supporter-watching-sports-match-tv-angered-by-goal_482257-119782.jpg", alt: "Cricket fan 3"},
|
||||||
alt: "Cricket fan 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-young-woman-wearing-white-jacket-emotionally-posing-pink-background-lady-fashion-color-woman-emotion_140725-99177.jpg",
|
src: "http://img.b2bpic.net/free-photo/front-view-young-woman-wearing-white-jacket-emotionally-posing-pink-background-lady-fashion-color-woman-emotion_140725-99177.jpg", alt: "Cricket fan 4"},
|
||||||
alt: "Cricket fan 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-with-tablet_23-2149743824.jpg",
|
src: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-with-tablet_23-2149743824.jpg", alt: "Cricket fan 5"},
|
||||||
alt: "Cricket fan 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 1M+ passionate fans!"
|
avatarText="Join 1M+ passionate fans!"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Live Updates", icon: Gauge,
|
||||||
text: "Live Updates",
|
|
||||||
icon: Gauge,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Expert Analysis", icon: Lightbulb,
|
||||||
text: "Expert Analysis",
|
|
||||||
icon: Lightbulb,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Fantasy Leagues", icon: Trophy,
|
||||||
text: "Fantasy Leagues",
|
|
||||||
icon: Trophy,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Community Chat", icon: MessageSquare,
|
||||||
text: "Community Chat",
|
|
||||||
icon: MessageSquare,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Match Highlights", icon: Film,
|
||||||
text: "Match Highlights",
|
|
||||||
icon: Film,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -164,16 +117,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="About Us"
|
tag="About Us"
|
||||||
title="Your Ultimate Guide to Cricket"
|
title="Your Ultimate Guide to Cricket"
|
||||||
description="Tired of fragmented information and delayed updates? Cricket Hub brings all the action to one place. From real-time scores and in-depth analysis to competitive fantasy leagues, we're building the most engaging community for cricket enthusiasts worldwide. Connect with fellow fans, get expert insights, and never miss a moment of the game you love."
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Our Vision",
|
text: "Our Vision", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -186,41 +134,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Real-time Live Scores",
|
title: "Real-time Live Scores", description: "Get instant updates on every ball, wicket, and boundary from matches around the globe. Never miss a moment with our lightning-fast scoreboards.", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165172.jpg", imageAlt: "Smartphone displaying live cricket scores"},
|
||||||
description: "Get instant updates on every ball, wicket, and boundary from matches around the globe. Never miss a moment with our lightning-fast scoreboards.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165172.jpg?_wi=1",
|
|
||||||
imageAlt: "Smartphone displaying live cricket scores",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "In-depth Match Analysis",
|
title: "In-depth Match Analysis", description: "Access expert commentary, post-match breakdowns, and statistical insights to understand every strategic play and player performance. From tactical deep dives to player form, we cover it all.", imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-writing-flipchart_1262-1789.jpg", imageAlt: "Cricket analyst reviewing match statistics on a screen"},
|
||||||
description: "Access expert commentary, post-match breakdowns, and statistical insights to understand every strategic play and player performance. From tactical deep dives to player form, we cover it all.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-writing-flipchart_1262-1789.jpg?_wi=1",
|
|
||||||
imageAlt: "Cricket analyst reviewing match statistics on a screen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Engaging Fantasy Leagues",
|
title: "Engaging Fantasy Leagues", description: "Compete with friends and fans by building your dream team. Track player performance and climb the leaderboards in our exciting fantasy cricket leagues. Experience the thrill of managing your own squad.", imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379356.jpg", imageAlt: "Group of friends playing fantasy cricket on laptops"},
|
||||||
description: "Compete with friends and fans by building your dream team. Track player performance and climb the leaderboards in our exciting fantasy cricket leagues. Experience the thrill of managing your own squad.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379356.jpg?_wi=1",
|
|
||||||
imageAlt: "Group of friends playing fantasy cricket on laptops",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Comprehensive Player Profiles",
|
title: "Comprehensive Player Profiles", description: "Explore detailed statistics, career highlights, and personal journeys of your favorite cricketers, past and present. Discover records, milestones, and fascinating facts.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-baseball-player_23-2151023603.jpg", imageAlt: "Professional portrait of a cricket player"},
|
||||||
description: "Explore detailed statistics, career highlights, and personal journeys of your favorite cricketers, past and present. Discover records, milestones, and fascinating facts.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-baseball-player_23-2151023603.jpg?_wi=1",
|
|
||||||
imageAlt: "Professional portrait of a cricket player",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Latest Team News & Updates",
|
title: "Latest Team News & Updates", description: "Stay informed with breaking news, team selections, injury reports, and exclusive interviews from all the major cricket teams. Get insider scoops and pre-match insights.", imageSrc: "http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950185.jpg", imageAlt: "Cricket team celebrating together"},
|
||||||
description: "Stay informed with breaking news, team selections, injury reports, and exclusive interviews from all the major cricket teams. Get insider scoops and pre-match insights.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950185.jpg?_wi=1",
|
|
||||||
imageAlt: "Cricket team celebrating together",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Captivating Match Highlights",
|
title: "Captivating Match Highlights", description: "Relive the best moments of every game with curated highlight reels and viral clips. Catch up on all the action you might have missed in stunning detail.", imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702173.jpg", imageAlt: "Spectacular catch in a cricket match"},
|
||||||
description: "Relive the best moments of every game with curated highlight reels and viral clips. Catch up on all the action you might have missed in stunning detail.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702173.jpg",
|
|
||||||
imageAlt: "Spectacular catch in a cricket match",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Unleash Your Inner Cricket Fan"
|
title="Unleash Your Inner Cricket Fan"
|
||||||
description="Dive deep into the world of cricket with features designed for every type of enthusiast. From casual viewers to strategic fantasy players, we've got you covered."
|
description="Dive deep into the world of cricket with features designed for every type of enthusiast. From casual viewers to strategic fantasy players, we've got you covered."
|
||||||
@@ -234,25 +158,13 @@ export default function LandingPage() {
|
|||||||
tag="Impact & Reach"
|
tag="Impact & Reach"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "2.5M+", description: "Engaged Users"},
|
||||||
value: "2.5M+",
|
|
||||||
description: "Engaged Users",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "500M+", description: "Monthly Views"},
|
||||||
value: "500M+",
|
|
||||||
description: "Monthly Views",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "99.9%", description: "Uptime Accuracy"},
|
||||||
value: "99.9%",
|
|
||||||
description: "Uptime Accuracy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", value: "150+", description: "Countries Reached"},
|
||||||
value: "150+",
|
|
||||||
description: "Countries Reached",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -266,65 +178,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "fantasy-pro",
|
id: "fantasy-pro", brand: "Fantasy Leagues", name: "Pro League Access", price: "$19.99/month", rating: 4,
|
||||||
brand: "Fantasy Leagues",
|
reviewCount: "245 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-silver-cup-trophies_23-2149458770.jpg", imageAlt: "Gold fantasy cricket trophy"},
|
||||||
name: "Pro League Access",
|
|
||||||
price: "$19.99/month",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "245 Reviews",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-silver-cup-trophies_23-2149458770.jpg",
|
|
||||||
imageAlt: "Gold fantasy cricket trophy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "premium-analysis",
|
id: "premium-analysis", brand: "Analytics", name: "Premium Analysis Pass", price: "$14.99/month", rating: 5,
|
||||||
brand: "Analytics",
|
reviewCount: "180 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/man-running-futuristic-smart-home-environment-with-fitness-data-display_23-2151968698.jpg", imageAlt: "Advanced cricket statistics dashboard"},
|
||||||
name: "Premium Analysis Pass",
|
|
||||||
price: "$14.99/month",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "180 Reviews",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-running-futuristic-smart-home-environment-with-fitness-data-display_23-2151968698.jpg",
|
|
||||||
imageAlt: "Advanced cricket statistics dashboard",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "team-insight",
|
id: "team-insight", brand: "Insights", name: "Exclusive Team Insights", price: "$9.99/month", rating: 4,
|
||||||
brand: "Insights",
|
reviewCount: "120 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16805.jpg", imageAlt: "Cricket team huddle on the field"},
|
||||||
name: "Exclusive Team Insights",
|
|
||||||
price: "$9.99/month",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "120 Reviews",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16805.jpg",
|
|
||||||
imageAlt: "Cricket team huddle on the field",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "match-pass",
|
id: "match-pass", brand: "Access", name: "All-Access Match Pass", price: "$29.99/month", rating: 5,
|
||||||
brand: "Access",
|
reviewCount: "300 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/american-football-ball-made-illuminated-shapes-illustration-consisting-glowing-lines-points-polygons-form-ball-sport-rugby-abstract-3d-neon-wireframe-concept_493343-29985.jpg", imageAlt: "Live scores on a smartphone"},
|
||||||
name: "All-Access Match Pass",
|
|
||||||
price: "$29.99/month",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "300 Reviews",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-ball-made-illuminated-shapes-illustration-consisting-glowing-lines-points-polygons-form-ball-sport-rugby-abstract-3d-neon-wireframe-concept_493343-29985.jpg",
|
|
||||||
imageAlt: "Live scores on a smartphone",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "player-spotlight",
|
id: "player-spotlight", brand: "Profiles", name: "Player Spotlight Subscription", price: "$7.99/month", rating: 4,
|
||||||
brand: "Profiles",
|
reviewCount: "90 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-woman-competing-olympic-games-tournament_23-2151460445.jpg", imageAlt: "Cricket player portrait"},
|
||||||
name: "Player Spotlight Subscription",
|
|
||||||
price: "$7.99/month",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "90 Reviews",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-woman-competing-olympic-games-tournament_23-2151460445.jpg",
|
|
||||||
imageAlt: "Cricket player portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "highlight-vault",
|
id: "highlight-vault", brand: "Highlights", name: "Unlimited Highlight Vault", price: "$5.99/month", rating: 4,
|
||||||
brand: "Highlights",
|
reviewCount: "150 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-playing-rugby_23-2150845636.jpg", imageAlt: "Exciting match highlight moment"},
|
||||||
name: "Unlimited Highlight Vault",
|
|
||||||
price: "$5.99/month",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "150 Reviews",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-playing-rugby_23-2150845636.jpg",
|
|
||||||
imageAlt: "Exciting match highlight moment",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Elevate Your Game: Fantasy Leagues & Premium Content"
|
title="Elevate Your Game: Fantasy Leagues & Premium Content"
|
||||||
description="Go beyond basic scores with our exclusive offerings. Join premium fantasy leagues for bigger prizes or unlock advanced analytics for a competitive edge."
|
description="Go beyond basic scores with our exclusive offerings. Join premium fantasy leagues for bigger prizes or unlock advanced analytics for a competitive edge."
|
||||||
@@ -337,77 +207,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Rohan Sharma", date: "May 15, 2024", title: "Best app for live scores!", quote: "Cricket Hub keeps me updated with every match in real-time. The interface is clean, and the updates are incredibly fast. A must-have for any cricket fan!", tag: "Fan Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", avatarAlt: "Avatar of Rohan Sharma", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530192.jpg", imageAlt: "happy young man smiling at camera"},
|
||||||
name: "Rohan Sharma",
|
|
||||||
date: "May 15, 2024",
|
|
||||||
title: "Best app for live scores!",
|
|
||||||
quote: "Cricket Hub keeps me updated with every match in real-time. The interface is clean, and the updates are incredibly fast. A must-have for any cricket fan!",
|
|
||||||
tag: "Fan Favorite",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
|
||||||
avatarAlt: "Avatar of Rohan Sharma",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530192.jpg?_wi=2",
|
|
||||||
imageAlt: "happy young man smiling at camera",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Aisha Khan", date: "May 12, 2024", title: "Fantasy leagues are thrilling!", quote: "I've tried many fantasy platforms, but Cricket Hub's leagues are the most engaging. The stats and player data are super helpful for making winning picks!", tag: "Fantasy Player", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smiling-her-lover_23-2148240724.jpg", avatarAlt: "Avatar of Aisha Khan", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165172.jpg", imageAlt: "happy young man smiling at camera"},
|
||||||
name: "Aisha Khan",
|
|
||||||
date: "May 12, 2024",
|
|
||||||
title: "Fantasy leagues are thrilling!",
|
|
||||||
quote: "I've tried many fantasy platforms, but Cricket Hub's leagues are the most engaging. The stats and player data are super helpful for making winning picks!",
|
|
||||||
tag: "Fantasy Player",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smiling-her-lover_23-2148240724.jpg",
|
|
||||||
avatarAlt: "Avatar of Aisha Khan",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165172.jpg?_wi=2",
|
|
||||||
imageAlt: "happy young man smiling at camera",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "David Miller", date: "May 10, 2024", title: "Unmatched analysis and insights.", quote: "The expert analysis provided here is top-notch. It helps me understand the game deeper and adds so much more enjoyment to watching matches.", tag: "Cricket Analyst", avatarSrc: "http://img.b2bpic.net/free-photo/serious-senior-businessman-walking-outside-modern-office-building_1139-1081.jpg", avatarAlt: "Avatar of David Miller", imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-writing-flipchart_1262-1789.jpg", imageAlt: "happy young man smiling at camera"},
|
||||||
name: "David Miller",
|
|
||||||
date: "May 10, 2024",
|
|
||||||
title: "Unmatched analysis and insights.",
|
|
||||||
quote: "The expert analysis provided here is top-notch. It helps me understand the game deeper and adds so much more enjoyment to watching matches.",
|
|
||||||
tag: "Cricket Analyst",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/serious-senior-businessman-walking-outside-modern-office-building_1139-1081.jpg",
|
|
||||||
avatarAlt: "Avatar of David Miller",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-writing-flipchart_1262-1789.jpg?_wi=2",
|
|
||||||
imageAlt: "happy young man smiling at camera",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Priya Singh", date: "May 8, 2024", title: "A true community for fans.", quote: "It's amazing to connect with fellow cricket enthusiasts from all over the world. The forums and discussions make watching matches even more exciting!", tag: "Community Member", avatarSrc: "http://img.b2bpic.net/free-photo/brunette-blogger-using-mobile-phone_23-2148192238.jpg", avatarAlt: "Avatar of Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379356.jpg", imageAlt: "happy young man smiling at camera"},
|
||||||
name: "Priya Singh",
|
|
||||||
date: "May 8, 2024",
|
|
||||||
title: "A true community for fans.",
|
|
||||||
quote: "It's amazing to connect with fellow cricket enthusiasts from all over the world. The forums and discussions make watching matches even more exciting!",
|
|
||||||
tag: "Community Member",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/brunette-blogger-using-mobile-phone_23-2148192238.jpg",
|
|
||||||
avatarAlt: "Avatar of Priya Singh",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379356.jpg?_wi=2",
|
|
||||||
imageAlt: "happy young man smiling at camera",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Chris Green", date: "May 6, 2024", title: "All-in-one cricket platform.", quote: "From live scores to detailed player stats, Cricket Hub has everything I need. It's truly my go-to companion for anything cricket related.", tag: "Dedicated Fan", avatarSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3679.jpg", avatarAlt: "Avatar of Chris Green", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-baseball-player_23-2151023603.jpg", imageAlt: "happy young man smiling at camera"},
|
||||||
name: "Chris Green",
|
|
||||||
date: "May 6, 2024",
|
|
||||||
title: "All-in-one cricket platform.",
|
|
||||||
quote: "From live scores to detailed player stats, Cricket Hub has everything I need. It's truly my go-to companion for anything cricket related.",
|
|
||||||
tag: "Dedicated Fan",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3679.jpg",
|
|
||||||
avatarAlt: "Avatar of Chris Green",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-baseball-player_23-2151023603.jpg?_wi=2",
|
|
||||||
imageAlt: "happy young man smiling at camera",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Fatima Zahra", date: "May 3, 2024", title: "Never miss a highlight!", quote: "The match highlights section is fantastic. I can quickly catch up on games I missed and relive the best moments, all in one place. Highly recommend!", tag: "Casual Viewer", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-boyfriend_273609-12678.jpg", avatarAlt: "Avatar of Fatima Zahra", imageSrc: "http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950185.jpg", imageAlt: "happy young man smiling at camera"},
|
||||||
name: "Fatima Zahra",
|
|
||||||
date: "May 3, 2024",
|
|
||||||
title: "Never miss a highlight!",
|
|
||||||
quote: "The match highlights section is fantastic. I can quickly catch up on games I missed and relive the best moments, all in one place. Highly recommend!",
|
|
||||||
tag: "Casual Viewer",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-boyfriend_273609-12678.jpg",
|
|
||||||
avatarAlt: "Avatar of Fatima Zahra",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tech-people-trying-achieve-ambitious-sustainability-goals_23-2150950185.jpg?_wi=2",
|
|
||||||
imageAlt: "happy young man smiling at camera",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Community Says"
|
title="What Our Community Says"
|
||||||
description="Hear directly from cricket fans who love being part of our vibrant community and rely on Cricket Hub for all their needs."
|
description="Hear directly from cricket fans who love being part of our vibrant community and rely on Cricket Hub for all their needs."
|
||||||
@@ -423,49 +233,13 @@ export default function LandingPage() {
|
|||||||
description="Stay ahead of the game with our up-to-the-minute news, in-depth articles, and exclusive interviews with cricket legends and analysts."
|
description="Stay ahead of the game with our up-to-the-minute news, in-depth articles, and exclusive interviews with cricket legends and analysts."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "blog-1",
|
id: "blog-1", category: "Match Review", title: "Analyzing India's Dominant Performance in the T20 World Cup Opener", excerpt: "India kicked off their T20 World Cup campaign with a resounding victory, showcasing stellar batting and disciplined bowling...", imageSrc: "http://img.b2bpic.net/free-photo/cricketer-field-action_53876-63345.jpg", imageAlt: "Cricket batsman playing a shot", authorName: "Sunil Gavaskar", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207847.jpg", date: "May 20, 2024"},
|
||||||
category: "Match Review",
|
|
||||||
title: "Analyzing India's Dominant Performance in the T20 World Cup Opener",
|
|
||||||
excerpt: "India kicked off their T20 World Cup campaign with a resounding victory, showcasing stellar batting and disciplined bowling...",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cricketer-field-action_53876-63345.jpg",
|
|
||||||
imageAlt: "Cricket batsman playing a shot",
|
|
||||||
authorName: "Sunil Gavaskar",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207847.jpg",
|
|
||||||
date: "May 20, 2024",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "blog-2",
|
id: "blog-2", category: "Strategy", title: "The Art of Spin Bowling: A Deep Dive into Modern Tactics", excerpt: "Spin bowling has evolved dramatically. We explore how contemporary spinners are baffling batsmen with new techniques and variations...", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-metallic-ball-grass_23-2149530341.jpg", imageAlt: "Cricket ball hitting the wicket", authorName: "Harsha Bhogle", authorAvatar: "http://img.b2bpic.net/free-photo/male-female-tourists-walking-old-city_1262-20265.jpg", date: "May 18, 2024"},
|
||||||
category: "Strategy",
|
|
||||||
title: "The Art of Spin Bowling: A Deep Dive into Modern Tactics",
|
|
||||||
excerpt: "Spin bowling has evolved dramatically. We explore how contemporary spinners are baffling batsmen with new techniques and variations...",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-metallic-ball-grass_23-2149530341.jpg",
|
|
||||||
imageAlt: "Cricket ball hitting the wicket",
|
|
||||||
authorName: "Harsha Bhogle",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/male-female-tourists-walking-old-city_1262-20265.jpg",
|
|
||||||
date: "May 18, 2024",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "blog-3",
|
id: "blog-3", category: "Community", title: "How Fantasy Cricket is Bringing Fans Closer to the Game", excerpt: "Fantasy cricket isn't just a game; it's a platform that enhances fan engagement, fosters community, and deepens understanding of player dynamics...", imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536106.jpg", imageAlt: "Crowded cricket stadium with cheering fans", authorName: "Aisha Khan", authorAvatar: "http://img.b2bpic.net/free-photo/happy-pretty-woman-park-holding-boston-terrier-dog-smiling-positive-mood-trendy-summer-style-wearing-orange-dress-sunglasses-playing-with-pet-having-fun-colorful-waving-long-hair_285396-5212.jpg", date: "May 16, 2024"},
|
||||||
category: "Community",
|
|
||||||
title: "How Fantasy Cricket is Bringing Fans Closer to the Game",
|
|
||||||
excerpt: "Fantasy cricket isn't just a game; it's a platform that enhances fan engagement, fosters community, and deepens understanding of player dynamics...",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536106.jpg",
|
|
||||||
imageAlt: "Crowded cricket stadium with cheering fans",
|
|
||||||
authorName: "Aisha Khan",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/happy-pretty-woman-park-holding-boston-terrier-dog-smiling-positive-mood-trendy-summer-style-wearing-orange-dress-sunglasses-playing-with-pet-having-fun-colorful-waving-long-hair_285396-5212.jpg",
|
|
||||||
date: "May 16, 2024",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "blog-4",
|
id: "blog-4", category: "Player Focus", title: "Rising Stars: Who to Watch in the Upcoming Season", excerpt: "Every season brings new talent. We spotlight the young cricketers poised to make a significant impact and become future legends of the sport...", imageSrc: "http://img.b2bpic.net/free-photo/brunette-blogger-showing-blackboard-camera_23-2148192400.jpg", imageAlt: "Cricket player celebrating a wicket", authorName: "David Miller", authorAvatar: "http://img.b2bpic.net/free-photo/businesswoman-using-hand-sanitizer_23-2148725208.jpg", date: "May 14, 2024"},
|
||||||
category: "Player Focus",
|
|
||||||
title: "Rising Stars: Who to Watch in the Upcoming Season",
|
|
||||||
excerpt: "Every season brings new talent. We spotlight the young cricketers poised to make a significant impact and become future legends of the sport...",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-blogger-showing-blackboard-camera_23-2148192400.jpg",
|
|
||||||
imageAlt: "Cricket player celebrating a wicket",
|
|
||||||
authorName: "David Miller",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/businesswoman-using-hand-sanitizer_23-2148725208.jpg",
|
|
||||||
date: "May 14, 2024",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -476,35 +250,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1",
|
id: "faq1", title: "How accurate are the live scores?", content: "Our live scores are updated in real-time directly from official match feeds, ensuring high accuracy and minimal delay for all major tournaments and leagues."},
|
||||||
title: "How accurate are the live scores?",
|
|
||||||
content: "Our live scores are updated in real-time directly from official match feeds, ensuring high accuracy and minimal delay for all major tournaments and leagues.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq2",
|
id: "faq2", title: "Can I customize my fantasy cricket team?", content: "Yes, our fantasy cricket platform allows for extensive customization of your team. You can pick players, set captains, and make transfers within league rules."},
|
||||||
title: "Can I customize my fantasy cricket team?",
|
|
||||||
content: "Yes, our fantasy cricket platform allows for extensive customization of your team. You can pick players, set captains, and make transfers within league rules.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq3",
|
id: "faq3", title: "Is there a mobile app for Cricket Hub?", content: "Currently, Cricket Hub is a responsive web application optimized for all devices. A dedicated mobile app is under development and will be launched soon."},
|
||||||
title: "Is there a mobile app for Cricket Hub?",
|
|
||||||
content: "Currently, Cricket Hub is a responsive web application optimized for all devices. A dedicated mobile app is under development and will be launched soon.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq4",
|
id: "faq4", title: "How do I get premium features?", content: "You can subscribe to our premium plans through the 'Leagues & Premium Content' section. These plans unlock advanced analytics, exclusive insights, and access to elite fantasy leagues."},
|
||||||
title: "How do I get premium features?",
|
|
||||||
content: "You can subscribe to our premium plans through the 'Leagues & Premium Content' section. These plans unlock advanced analytics, exclusive insights, and access to elite fantasy leagues.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq5",
|
id: "faq5", title: "What kind of analysis is provided?", content: "We offer pre-match previews, live commentary, post-match reports, player performance metrics, historical data analysis, and expert opinion pieces from renowned cricket pundits."},
|
||||||
title: "What kind of analysis is provided?",
|
|
||||||
content: "We offer pre-match previews, live commentary, post-match reports, player performance metrics, historical data analysis, and expert opinion pieces from renowned cricket pundits.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq6",
|
id: "faq6", title: "How can I contribute to the community?", content: "You can engage by commenting on articles, participating in forum discussions, sharing your fantasy team strategies, and providing feedback on new features. Your voice helps shape Cricket Hub!"},
|
||||||
title: "How can I contribute to the community?",
|
|
||||||
content: "You can engage by commenting on articles, participating in forum discussions, sharing your fantasy team strategies, and providing feedback on new features. Your voice helps shape Cricket Hub!",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about Cricket Hub, our features, fantasy leagues, and more."
|
description="Find quick answers to common questions about Cricket Hub, our features, fantasy leagues, and more."
|
||||||
@@ -519,22 +275,14 @@ export default function LandingPage() {
|
|||||||
description="Have questions, feedback, or a partnership inquiry? We'd love to hear from you. Fill out the form below and we'll get back to you shortly."
|
description="Have questions, feedback, or a partnership inquiry? We'd love to hear from you. Fill out the form below and we'll get back to you shortly."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your Message", rows: 5,
|
||||||
placeholder: "Your Message",
|
|
||||||
rows: 5,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563024.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563024.jpg"
|
||||||
@@ -552,24 +300,16 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Facebook,
|
icon: Facebook,
|
||||||
href: "https://facebook.com/crickethub",
|
href: "https://facebook.com/crickethub", ariaLabel: "Facebook"},
|
||||||
ariaLabel: "Facebook",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Twitter,
|
icon: Twitter,
|
||||||
href: "https://twitter.com/crickethub",
|
href: "https://twitter.com/crickethub", ariaLabel: "Twitter"},
|
||||||
ariaLabel: "Twitter",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
icon: Instagram,
|
||||||
href: "https://instagram.com/crickethub",
|
href: "https://instagram.com/crickethub", ariaLabel: "Instagram"},
|
||||||
ariaLabel: "Instagram",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Film,
|
icon: Film,
|
||||||
href: "https://youtube.com/crickethub",
|
href: "https://youtube.com/crickethub", ariaLabel: "YouTube"},
|
||||||
ariaLabel: "YouTube",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user