Merge version_2 into main #8

Merged
bender merged 1 commits from version_2 into main 2026-03-21 23:30:46 +00:00

View File

@@ -11,7 +11,8 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
import ContactText from '@/components/sections/contact/ContactText';
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() {
return (
@@ -34,6 +35,7 @@ export default function LandingPage() {
{ name: "Youth Programs", id: "youth" },
{ name: "News", id: "news" },
{ name: "History", id: "history" },
{ name: "Women's Team", id: "womens" },
{ name: "Sponsors", id: "sponsors" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
@@ -128,6 +130,42 @@ export default function LandingPage() {
/>
</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", 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", 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", 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", 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", 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", 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">
<SocialProofOne
title="Supporting Our Club"
@@ -235,10 +273,10 @@ export default function LandingPage() {
},
{
items: [
{ label: "Women's Team", href: "#womens" },
{ label: "Sponsors", href: "#sponsors" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
{ label: "Membership", href: "#contact" }
{ label: "Contact", href: "#contact" }
]
},
{