Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-13 00:26:55 +00:00

View File

@@ -30,97 +30,43 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Squad",
id: "team",
},
{
name: "Gallery",
id: "features",
},
{
name: "Merch",
id: "store",
},
{
name: "Join",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Squad", id: "team" },
{ name: "Gallery", id: "features" },
{ name: "Merch", id: "store" },
{ name: "Join", id: "contact" },
]}
brandName="CSK Fans"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Whistle Podu!"
description="Welcome to the home of the Chennai Super Kings. Stay updated with the latest scores, player stats, and exclusive team updates."
buttons={[
{
text: "View Squad",
href: "#team",
},
{
text: "Match Schedule",
href: "#",
},
{ text: "View Squad", href: "#team" },
{ text: "Match Schedule", href: "#" },
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-rejoicing-baseball-player-sport-clothes-with-medal_179666-25609.jpg"
imageAlt="CSK team victory"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/cricket-equipment-digital-art_23-2151761225.jpg",
alt: "Fan 1",
},
{
src: "http://img.b2bpic.net/free-photo/view-male-baseball-player-field_23-2150982744.jpg",
alt: "Fan 2",
},
{
src: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702211.jpg",
alt: "Fan 3",
},
{
src: "http://img.b2bpic.net/free-photo/young-football-players-raising-trophy_23-2148355460.jpg",
alt: "Fan 4",
},
{
src: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702182.jpg",
alt: "Fan 5",
},
{ src: "http://img.b2bpic.net/free-photo/cricket-equipment-digital-art_23-2151761225.jpg", alt: "Fan 1" },
{ src: "http://img.b2bpic.net/free-photo/view-male-baseball-player-field_23-2150982744.jpg", alt: "Fan 2" },
{ src: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702211.jpg", alt: "Fan 3" },
{ src: "http://img.b2bpic.net/free-photo/young-football-players-raising-trophy_23-2148355460.jpg", alt: "Fan 4" },
{ src: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702182.jpg", alt: "Fan 5" },
]}
avatarText="Join 5M+ Yellow Army members"
marqueeItems={[
{
type: "text",
text: "CSK vs RCB - Live at 7:30 PM",
},
{
type: "text-icon",
text: "Champions 2023",
icon: Trophy,
},
{
type: "text",
text: "Squad Announcements",
},
{
type: "text-icon",
text: "Match Stats",
icon: BarChart2,
},
{
type: "text",
text: "Exclusive Shop Deals",
},
{ type: "text", text: "CSK vs RCB - Live at 7:30 PM" },
{ type: "text-icon", text: "Champions 2023", icon: Trophy },
{ type: "text", text: "Squad Announcements" },
{ type: "text-icon", text: "Match Stats", icon: BarChart2 },
{ type: "text", text: "Exclusive Shop Deals" },
]}
/>
</div>
@@ -130,9 +76,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Legacy"
description={[
"Chennai Super Kings (CSK) isn't just an IPL team; it's a way of life for millions of fans worldwide.",
"Driven by excellence, resilience, and the 'Whistle Podu' spirit, we have cemented our place as one of the most successful franchises in cricket history.",
]}
"Chennai Super Kings (CSK) isn't just an IPL team; it's a way of life for millions of fans worldwide.", "Driven by excellence, resilience, and the 'Whistle Podu' spirit, we have cemented our place as one of the most successful franchises in cricket history."]}
/>
</div>
@@ -143,27 +87,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
{
title: "Spectacular Innings",
description: "Relive every boundary and six from our latest clash.",
imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702190.jpg",
titleIconSrc: "Zap",
buttonText: "Read More",
},
{
title: "Bowling Masterclass",
description: "Witness the skill behind every crucial wicket taken.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702115.jpg",
titleIconSrc: "Shield",
buttonText: "View Analysis",
},
{
title: "Fan Power",
description: "The roar from the stands that fuels our players.",
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530121.jpg",
titleIconSrc: "Heart",
buttonText: "See Fans",
},
{ title: "Spectacular Innings", description: "Relive every boundary and six from our latest clash.", imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702190.jpg", titleIconSrc: "Zap", buttonText: "Read More" },
{ title: "Bowling Masterclass", description: "Witness the skill behind every crucial wicket taken.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702115.jpg", titleIconSrc: "Shield", buttonText: "View Analysis" },
{ title: "Fan Power", description: "The roar from the stands that fuels our players.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530121.jpg", titleIconSrc: "Heart", buttonText: "See Fans" },
]}
title="Match Highlights"
description="Relive the magic of our iconic moments on the field."
@@ -176,24 +102,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
team={[
{
id: "1",
name: "MS Dhoni",
role: "Captain / Wicket-keeper",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-soccer-game-fans-enjoying-match_23-2150885833.jpg",
},
{
id: "2",
name: "Ravindra Jadeja",
role: "All-Rounder",
imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702192.jpg",
},
{
id: "3",
name: "Ruturaj Gaikwad",
role: "Opening Batsman",
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-character-playing-cricket-game-field_23-2151519013.jpg",
},
{ id: "1", name: "MS Dhoni", role: "Captain / Wicket-keeper", imageSrc: "http://img.b2bpic.net/free-photo/portrait-soccer-game-fans-enjoying-match_23-2150885833.jpg" },
{ id: "2", name: "Ravindra Jadeja", role: "All-Rounder", imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702192.jpg" },
{ id: "3", name: "Ruturaj Gaikwad", role: "Opening Batsman", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-character-playing-cricket-game-field_23-2151519013.jpg" },
]}
title="Our Legends"
description="Meet the stalwarts who make every match a historic experience."
@@ -207,42 +118,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Official Jersey",
price: "₹2,499",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-handball-player_23-2151156004.jpg",
},
{
id: "2",
name: "Team Cap",
price: "₹699",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-shirt-red-cape-smiling-posing-blue-space-job-work-girl_140725-29246.jpg",
},
{
id: "3",
name: "Match Bat",
price: "₹4,999",
imageSrc: "http://img.b2bpic.net/free-photo/cricketer-field-action_53876-63346.jpg",
},
{
id: "4",
name: "Leather Ball",
price: "₹499",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clean-baseball_23-2148347902.jpg",
},
{
id: "5",
name: "Batting Gloves",
price: "₹1,299",
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-headband-with-headphones-smartphone-armband-looking-aside-with-pensive-expression-with-hand-chin-thinking-standing-white-background_141793-66872.jpg",
},
{
id: "6",
name: "Team Mug",
price: "₹399",
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-sporty-man-wearing-headband-wristband-putting-baseball-bat-shoulder_141793-56424.jpg",
},
{ id: "1", name: "Official Jersey", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-handball-player_23-2151156004.jpg" },
{ id: "2", name: "Team Cap", price: "₹699", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-shirt-red-cape-smiling-posing-blue-space-job-work-girl_140725-29246.jpg" },
{ id: "3", name: "Match Bat", price: "₹4,999", imageSrc: "http://img.b2bpic.net/free-photo/cricketer-field-action_53876-63346.jpg" },
{ id: "4", name: "Leather Ball", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clean-baseball_23-2148347902.jpg" },
{ id: "5", name: "Batting Gloves", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-headband-with-headphones-smartphone-armband-looking-aside-with-pensive-expression-with-hand-chin-thinking-standing-white-background_141793-66872.jpg" },
{ id: "6", name: "Team Mug", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-sporty-man-wearing-headband-wristband-putting-baseball-bat-shoulder_141793-56424.jpg" },
]}
title="Official Fan Store"
description="Wear your yellow pride with our premium merchandise range."
@@ -252,18 +133,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Join Us"
title="Join the Fan Club"
description="Be part of the loudest fan base in the league. Get exclusive updates, invites to watch parties, and more."
buttons={[
{
text: "Sign Up Now",
href: "#",
},
]}
buttons={[{ text: "Sign Up Now", href: "#" }]}
/>
</div>
@@ -272,21 +146,9 @@ export default function LandingPage() {
logoText="CSK Fans"
copyrightText="© 2025 Chennai Super Kings Fan Portal"
socialLinks={[
{
icon: Twitter,
href: "https://twitter.com/chennaiipl",
ariaLabel: "Twitter",
},
{
icon: Instagram,
href: "https://instagram.com/chennaiipl",
ariaLabel: "Instagram",
},
{
icon: Film,
href: "https://youtube.com/chennaiipl",
ariaLabel: "Youtube",
},
{ icon: Twitter, href: "https://twitter.com/chennaiipl", ariaLabel: "Twitter" },
{ icon: Instagram, href: "https://instagram.com/chennaiipl", ariaLabel: "Instagram" },
{ icon: Film, href: "https://youtube.com/chennaiipl", ariaLabel: "Youtube" },
]}
/>
</div>