diff --git a/src/app/page.tsx b/src/app/page.tsx index 183bdfc..6c92042 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,13 @@ export default function LandingPage() {
@@ -88,8 +62,6 @@ export default function LandingPage() { title="Our Legacy" description="Established to promote the sport, our club has been a home for cricketers for over two decades. We emphasize teamwork, dedication, and sportsmanship." imageSrc="http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702104.jpg" - imageAlt="Club team" - buttons={[{ text: "Explore Membership", href: "/membership" }]} /> @@ -99,12 +71,8 @@ export default function LandingPage() { title="Club Facilities" description="We offer top-notch training grounds and support to help every member achieve their best." accordionItems={[ - { - id: "f1", title: "Advanced Net Practice", content: "Our high-tech net facilities are open daily for members."}, - { - id: "f2", title: "Expert Coaching", content: "Personalized training sessions for all age groups and skill levels."}, - { - id: "f3", title: "Monthly Tournaments", content: "Competitive internal and regional league matches held regularly."}, + { id: "f1", title: "Advanced Net Practice", content: "Our high-tech net facilities are open daily for members." }, + { id: "f2", title: "Expert Coaching", content: "Personalized training sessions for all age groups and skill levels." }, ]} mediaAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702128.jpg" @@ -118,12 +86,8 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} members={[ - { - id: "tm1", name: "David Miller", role: "Head Coach", description: "Experienced coach with focus on performance.", imageSrc: "http://img.b2bpic.net/free-photo/men-traditional-clothes-side-view_23-2149741857.jpg"}, - { - id: "tm2", name: "Emma Wilson", role: "Club Captain", description: "Inspiring leader on and off the field.", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668551.jpg"}, - { - id: "tm3", name: "Sam Harris", role: "Operations Manager", description: "Ensuring smooth operations for every event.", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668554.jpg"}, + { id: "tm1", name: "David Miller", role: "Head Coach", description: "Experienced coach with focus on performance.", imageSrc: "http://img.b2bpic.net/free-photo/men-traditional-clothes-side-view_23-2149741857.jpg" }, + { id: "tm2", name: "Emma Wilson", role: "Club Captain", description: "Inspiring leader on and off the field.", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668551.jpg" }, ]} title="Meet the Team" description="Our dedicated staff and coaches who make everything possible." @@ -137,21 +101,8 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "John Doe", role: "Player", company: "Senior Team", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702174.jpg"}, - { - id: "2", name: "Jane Smith", role: "Captain", company: "Junior Team", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cricketer-field-batting-position_53876-137679.jpg"}, - { - id: "3", name: "Mike Ross", role: "Coach", company: "Training Academy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-sporty-boy-wearing-headband-wristbands-with-dental-braces-looking-side-holding-baseball-bat-playing-baseball-isolated-white-background-with-copy-space_141793-75208.jpg"}, - { - id: "4", name: "Sarah Lee", role: "Player", company: "Regional League", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-smiling-man-surfing-net-smartphone_1262-5281.jpg"}, - { - id: "5", name: "Chris P.", role: "Support", company: "Club Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-football-fan-enjoying-match_23-2150860785.jpg"}, + { id: "1", name: "John Doe", role: "Player", company: "Senior Team", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cricket-match-with-player_23-2151702174.jpg" }, + { id: "2", name: "Jane Smith", role: "Captain", company: "Junior Team", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cricketer-field-batting-position_53876-137679.jpg" }, ]} title="Member Experiences" description="Don't take our word for it—listen to our members." @@ -164,12 +115,8 @@ export default function LandingPage() { title="By The Numbers" tag="Our Impact" metrics={[ - { - id: "m1", value: "25+", description: "Years of experience"}, - { - id: "m2", value: "500+", description: "Active members"}, - { - id: "m3", value: "12", description: "Championship wins"}, + { id: "m1", value: "25+", description: "Years of experience" }, + { id: "m2", value: "500+", description: "Active members" }, ]} metricsAnimation="slide-up" /> @@ -180,12 +127,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", title: "How do I join?", content: "Fill out the application form on our website or visit us during training hours."}, - { - id: "q2", title: "Are there different levels?", content: "Yes, we have junior, intermediate, and senior leagues for all skills."}, - { - id: "q3", title: "What equipment is needed?", content: "Basic kits are available for beginners to use."}, + { id: "q1", title: "How do I join?", content: "Fill out the application form on our website or visit us during training hours." }, + { id: "q2", title: "Are there different levels?", content: "Yes, we have junior, intermediate, and senior leagues for all skills." }, ]} title="Common Questions" description="Have questions about joining? We've got answers." @@ -197,8 +140,7 @@ export default function LandingPage() {