Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e72b99ce85 | |||
| d90072f2cc | |||
| 25a7289370 | |||
| 67a2c90279 | |||
| f538ec1280 | |||
| 50e2915ae5 | |||
| 1d7eb034a3 | |||
| 228bc4f32e | |||
| 3074d4be69 |
@@ -11,7 +11,8 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import { Trophy, Zap, Newspaper, History, Star, Target } from 'lucide-react';
|
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||||
|
import { Trophy, Zap, Newspaper, History, Star, Target, Users } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -34,6 +35,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Youth Programs", id: "youth" },
|
{ name: "Youth Programs", id: "youth" },
|
||||||
{ name: "News", id: "news" },
|
{ name: "News", id: "news" },
|
||||||
{ name: "History", id: "history" },
|
{ name: "History", id: "history" },
|
||||||
|
{ name: "Women's Team", id: "womens" },
|
||||||
{ name: "Sponsors", id: "sponsors" },
|
{ name: "Sponsors", id: "sponsors" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
@@ -72,7 +74,7 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Under 12 Cricket Academy", description: "Foundational skills development with fun, engaging coaching focused on technique and team play.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-team-posing-with-cup_23-2148634553.jpg", imageAlt: "Young cricket players training", buttons: [{ text: "Learn More", href: "#contact" }]
|
title: "Under 12 Cricket Academy", description: "Foundational skills development with fun, engaging coaching focused on technique and team play.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-team-posing-with-cup_23-2148634553.jpg?_wi=1", imageAlt: "Young cricket players training", buttons: [{ text: "Learn More", href: "#contact" }]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
@@ -128,6 +130,42 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="womens" data-section="womens">
|
||||||
|
<TeamCardFive
|
||||||
|
title="Our Women's Team"
|
||||||
|
description="Empowering female cricketers with competitive opportunities and community support. Our women's team represents excellence, dedication, and inclusive cricket."
|
||||||
|
tag="Women in Cricket"
|
||||||
|
tagIcon={Users}
|
||||||
|
tagAnimation="slide-up"
|
||||||
|
team={[
|
||||||
|
{
|
||||||
|
id: "1", name: "Emma Rodriguez", role: "Captain", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-girl-smiling-happy-standing-city_839833-28609.jpg?_wi=1", imageAlt: "Emma Rodriguez, Women's Team Captain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2", name: "Sarah Thompson", role: "Vice Captain", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-spending-time-park_23-2148219096.jpg?_wi=1", imageAlt: "Sarah Thompson, Women's Team Vice Captain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3", name: "Jessica Hayes", role: "Bowler", imageSrc: "http://img.b2bpic.net/free-photo/pretty-gray-haired-businesswoman-standing-with-folded-hands-portrait-confident-young-pretty-female-office-employer-suit-posing-work-smiling-business-company-management-concept_74855-7763.jpg?_wi=1", imageAlt: "Jessica Hayes, Women's Team Bowler"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4", name: "Amy Watson", role: "Batter", imageSrc: "http://img.b2bpic.net/free-photo/smiley-team-posing-with-cup_23-2148634553.jpg?_wi=2", imageAlt: "Amy Watson, Women's Team Batter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "5", name: "Lisa Chen", role: "Wicket Keeper", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-basketball-match_23-2150847414.jpg?_wi=1", imageAlt: "Lisa Chen, Women's Team Wicket Keeper"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "6", name: "Rachel Murphy", role: "All-rounder", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207914.jpg?_wi=1", imageAlt: "Rachel Murphy, Women's Team All-rounder"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
buttons={[{ text: "Join Women's Programs", href: "#contact" }]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
|
ariaLabel="Women's team section"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="sponsors" data-section="sponsors">
|
<div id="sponsors" data-section="sponsors">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
title="Supporting Our Club"
|
title="Supporting Our Club"
|
||||||
@@ -157,22 +195,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Life-Changing Experience", quote: "My son joined the U12 academy two years ago as a shy kid with no cricket experience. Today he's confident, skilled, and has made lifelong friends. The coaching staff truly cares about every child's development.", name: "Sarah Mitchell", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-girl-smiling-happy-standing-city_839833-28609.jpg"
|
id: "1", title: "Life-Changing Experience", quote: "My son joined the U12 academy two years ago as a shy kid with no cricket experience. Today he's confident, skilled, and has made lifelong friends. The coaching staff truly cares about every child's development.", name: "Sarah Mitchell", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-girl-smiling-happy-standing-city_839833-28609.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "Excellence in Coaching", quote: "The club's commitment to youth development is exceptional. The facilities, coaching quality, and inclusive community atmosphere make Ashburton the best choice for young cricketers.", name: "James Richardson", role: "Coach", imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg"
|
id: "2", title: "Excellence in Coaching", quote: "The club's commitment to youth development is exceptional. The facilities, coaching quality, and inclusive community atmosphere make Ashburton the best choice for young cricketers.", name: "James Richardson", role: "Coach", imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "District Champions", quote: "Playing for Ashburton Cricket Club has been the highlight of my sporting journey. Our team spirit and training preparation led us to the district championship. The club is like a second family.", name: "Emma Cooper", role: "U16 Player", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-basketball-match_23-2150847414.jpg"
|
id: "3", title: "District Champions", quote: "Playing for Ashburton Cricket Club has been the highlight of my sporting journey. Our team spirit and training preparation led us to the district championship. The club is like a second family.", name: "Emma Cooper", role: "U16 Player", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-basketball-match_23-2150847414.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", title: "Community Values", quote: "What sets Ashburton apart is not just the cricket, but the values we're taught. Respect, teamwork, and integrity are woven into everything the club does.", name: "Michael Torres", role: "Senior Player", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207914.jpg"
|
id: "4", title: "Community Values", quote: "What sets Ashburton apart is not just the cricket, but the values we're taught. Respect, teamwork, and integrity are woven into everything the club does.", name: "Michael Torres", role: "Senior Player", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baseball-player-portrait_23-2151207914.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", title: "Proud Alumni", quote: "I played at Ashburton 20 years ago, and now my daughter plays here. The traditions and community spirit have remained the same—the club truly puts community first.", name: "David Peterson", role: "Alumni Parent", imageSrc: "http://img.b2bpic.net/free-photo/pretty-gray-haired-businesswoman-standing-with-folded-hands-portrait-confident-young-pretty-female-office-employer-suit-posing-work-smiling-business-company-management-concept_74855-7763.jpg"
|
id: "5", title: "Proud Alumni", quote: "I played at Ashburton 20 years ago, and now my daughter plays here. The traditions and community spirit have remained the same—the club truly puts community first.", name: "David Peterson", role: "Alumni Parent", imageSrc: "http://img.b2bpic.net/free-photo/pretty-gray-haired-businesswoman-standing-with-folded-hands-portrait-confident-young-pretty-female-office-employer-suit-posing-work-smiling-business-company-management-concept_74855-7763.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", title: "Where Friendships Bloom", quote: "Beyond the cricket, my kids have formed genuine friendships here. The club organizes social events and creates an inclusive environment where every family feels welcome.", name: "Lisa Chen", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-spending-time-park_23-2148219096.jpg"
|
id: "6", title: "Where Friendships Bloom", quote: "Beyond the cricket, my kids have formed genuine friendships here. The club organizes social events and creates an inclusive environment where every family feels welcome.", name: "Lisa Chen", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/best-friends-spending-time-park_23-2148219096.jpg?_wi=2"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
ariaLabel="Player and parent testimonials section"
|
ariaLabel="Player and parent testimonials section"
|
||||||
@@ -235,10 +273,10 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
|
{ label: "Women's Team", href: "#womens" },
|
||||||
{ label: "Sponsors", href: "#sponsors" },
|
{ label: "Sponsors", href: "#sponsors" },
|
||||||
{ label: "Testimonials", href: "#testimonials" },
|
{ label: "Testimonials", href: "#testimonials" },
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contact", href: "#contact" }
|
||||||
{ label: "Membership", href: "#contact" }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user