270 lines
13 KiB
TypeScript
270 lines
13 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="icon-arrow"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="soft"
|
|
contentWidth="mediumLarge"
|
|
sizing="mediumLarge"
|
|
background="blurBottom"
|
|
cardStyle="gradient-mesh"
|
|
primaryButtonStyle="primary-glow"
|
|
secondaryButtonStyle="layered"
|
|
headingFontWeight="semibold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleApple
|
|
navItems={[
|
|
{
|
|
name: "Home", id: "hero"},
|
|
{
|
|
name: "Legacy", id: "legacy"},
|
|
{
|
|
name: "Facilities", id: "facilities"},
|
|
{
|
|
name: "Academy", id: "academy"},
|
|
{
|
|
name: "Join", id: "contact"},
|
|
]}
|
|
brandName="Newbridge Town FC"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplitTestimonial
|
|
background={{
|
|
variant: "gradient-bars"}}
|
|
title="Where Kildare plays the game properly"
|
|
description="52 years of heritage. 2,000-seater stadium. 30+ dedicated teams. We define the standards of football in Newbridge."
|
|
testimonials={[
|
|
{
|
|
name: "John Doe", handle: "@ntfc_fan", testimonial: "The best club in Newbridge, bar none.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-football-field_23-2148930218.jpg"},
|
|
{
|
|
name: "Sarah Smith", handle: "@ntfc_mum", testimonial: "My kids love the training sessions here.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-stretching-field_23-2148930207.jpg"},
|
|
{
|
|
name: "Liam Byrne", handle: "@local_legend", testimonial: "A true pillar of the Kildare community.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/brown-rugby-ball-with-white-laces_181624-6406.jpg"},
|
|
{
|
|
name: "Ciara O'Neill", handle: "@ntfc_pro", testimonial: "Professional standards for every age group.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/view-american-football-ball_23-2150784037.jpg"},
|
|
{
|
|
name: "Pat Murphy", handle: "@stadium_fan", testimonial: "Unbeatable atmosphere on match days.", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/view-american-football-ball_23-2150784021.jpg"},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/football-ball-rugby-field_23-2151909689.jpg"
|
|
mediaAnimation="slide-up"
|
|
avatars={[
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/badminton-concept-with-shuttlecocks_23-2149940865.jpg", alt: "Supporter 1"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/basket-ball-court-with-green-grassy-ground-artificial-grass-white-lines_181624-41095.jpg", alt: "Supporter 2"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/soccer-field-high-angle_23-2150405434.jpg", alt: "Supporter 3"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/close-up-rugby-ball-field_23-2150062032.jpg", alt: "Supporter 4"},
|
|
{
|
|
src: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668570.jpg", alt: "Supporter 5"},
|
|
]}
|
|
marqueeItems={[
|
|
{
|
|
type: "text", text: "50+ Years Heritage"},
|
|
{
|
|
type: "text", text: "2,000 Seater Stadium"},
|
|
{
|
|
type: "text", text: "30+ Competitive Teams"},
|
|
{
|
|
type: "text", text: "FIFA Grade Facilities"},
|
|
{
|
|
type: "text", text: "Community Focused"},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="legacy" data-section="legacy">
|
|
<TextSplitAbout
|
|
useInvertedBackground={true}
|
|
title="A Pedigreed Standard"
|
|
description={[
|
|
"Founded in 1972, Newbridge Town FC has served as the heartbeat of community sport in Kildare. Our crest isn't just an emblem—it represents a commitment to the craft, to the development of talent, and to the unwavering values of local football.", "Every match played at our grounds upholds the weight of five decades of tradition."]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="facilities" data-section="facilities">
|
|
<FeatureCardTwentyThree
|
|
animationType="slide-up"
|
|
textboxLayout="split"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
id: "f1", title: "2,000-Seater Stadium", tags: [
|
|
"Elite"],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/people-grandstands_52683-100557.jpg"},
|
|
{
|
|
id: "f2", title: "FIFA-Grade Astro", tags: [
|
|
"Standard"],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813196.jpg"},
|
|
{
|
|
id: "f3", title: "Clubhouse Café", tags: [
|
|
"Community"],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-friends-partying_23-2149739879.jpg"},
|
|
{
|
|
id: "f4", title: "Award Coaching", tags: [
|
|
"Expert"],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-leg-field-full-shot_23-2148930217.jpg"},
|
|
{
|
|
id: "f5", title: "Easy Access", tags: [
|
|
"Logistics"],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/disabled-person-travelling-city_23-2149494527.jpg"},
|
|
{
|
|
id: "f6", title: "Pro Pathway", tags: [
|
|
"Ambition"],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/team-celebrating-win-silver-cup_23-2149479319.jpg"},
|
|
]}
|
|
title="Our Infrastructure"
|
|
description="State-of-the-art facilities crafted for elite development and community comfort."
|
|
/>
|
|
</div>
|
|
|
|
<div id="academy" data-section="academy">
|
|
<ProductCardFour
|
|
animationType="slide-up"
|
|
textboxLayout="split-actions"
|
|
gridVariant="two-columns-alternating-heights"
|
|
useInvertedBackground={true}
|
|
buttons={[
|
|
{ text: "Register Now", href: "#contact" }
|
|
]}
|
|
products={[
|
|
{
|
|
id: "p1", name: "Academy Juniors", price: "U7-U9", variant: "Entry Level", imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708006.jpg"},
|
|
{
|
|
id: "p2", name: "Youth Development", price: "U10-U13", variant: "Growth", imageSrc: "http://img.b2bpic.net/free-photo/team-celebrating-win-silver-cup_23-2149479322.jpg"},
|
|
{
|
|
id: "p3", name: "Pre-Senior Pathway", price: "U14-U17", variant: "Competitive", imageSrc: "http://img.b2bpic.net/free-photo/female-team-doing-warming-up-exercises_23-2148355385.jpg"},
|
|
{
|
|
id: "p4", name: "Senior Squads", price: "Adult", variant: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/three-players-looking-basketball-falling-from-net_23-2147871605.jpg"},
|
|
{
|
|
id: "p5", name: "Women's Football", price: "All Ages", variant: "Development", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684440.jpg"},
|
|
{
|
|
id: "p6", name: "Masters 35+", price: "Veterans", variant: "Social", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149208003.jpg"},
|
|
]}
|
|
title="Academy Tiers"
|
|
description="Structured development stages for every age group."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardOne
|
|
animationType="slide-up"
|
|
textboxLayout="split"
|
|
gridVariant="bento-grid"
|
|
useInvertedBackground={false}
|
|
testimonials={[
|
|
{
|
|
id: "t1", name: "Sarah", role: "Parent", company: "NTFC", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-soccer-ball-standing-with-her-parent-park_23-2148201580.jpg"},
|
|
{
|
|
id: "t2", name: "Mark", role: "Player", company: "NTFC", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling-while-posing-camera_23-2148260176.jpg"},
|
|
{
|
|
id: "t3", name: "Coach Liam", role: "Manager", company: "NTFC", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg"},
|
|
{
|
|
id: "t4", name: "Emma", role: "Parent", company: "NTFC", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/sportsman-celebrating-victory-screaming_23-2147817317.jpg"},
|
|
{
|
|
id: "t5", name: "David", role: "Member", company: "NTFC", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-old-granny-with-soccer-ball_23-2150904411.jpg"},
|
|
{
|
|
id: "t6", name: "Chloe", role: "Junior", company: "NTFC", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/black-sportsman-holding-ball-looking-camera_23-2148203681.jpg"},
|
|
]}
|
|
title="Voices of the Town"
|
|
description="Verified experiences from our community."
|
|
/>
|
|
</div>
|
|
|
|
<div id="fixtures" data-section="fixtures">
|
|
<BlogCardThree
|
|
animationType="slide-up"
|
|
textboxLayout="split"
|
|
useInvertedBackground={true}
|
|
title="Upcoming Fixtures"
|
|
description="Catch the action on the pitch."
|
|
blogs={[
|
|
{
|
|
id: "b1", category: "League", title: "Senior Men vs Athy", excerpt: "Home fixture. 2 PM Kick-off.", imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034605.jpg", authorName: "Media Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-basket-ball_23-2149213163.jpg", date: "12 Oct"},
|
|
{
|
|
id: "b2", category: "Cup", title: "U16s vs Naas", excerpt: "Home fixture. 10 AM Kick-off.", imageSrc: "http://img.b2bpic.net/free-photo/lines-football-field_23-2147813178.jpg", authorName: "Academy", authorAvatar: "http://img.b2bpic.net/free-photo/full-shot-man-holding-basket-ball_23-2149142372.jpg", date: "13 Oct"},
|
|
{
|
|
id: "b3", category: "League", title: "Senior Women vs Kildare", excerpt: "Away fixture. 3 PM Kick-off.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-scores-goal-into-goal-football-concept-girl-football-field_169016-68531.jpg", authorName: "Media Team", authorAvatar: "http://img.b2bpic.net/free-photo/view-man-suit-soccer-field_23-2150888429.jpg", date: "14 Oct"},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplit
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "rotated-rays-static"}}
|
|
tag="Join Us"
|
|
title="Up the Town"
|
|
description="Ready to play? Register for a 60-second trial session. Kit included, FAI vetted."
|
|
imageSrc="http://img.b2bpic.net/free-photo/rugby-player-finger-rugby-net-digital_1134-837.jpg"
|
|
mediaAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBase
|
|
columns={[
|
|
{
|
|
title: "Club", items: [
|
|
{
|
|
label: "About", href: "#legacy"},
|
|
{
|
|
label: "Fixtures", href: "#fixtures"},
|
|
],
|
|
},
|
|
{
|
|
title: "Resources", items: [
|
|
{
|
|
label: "Register", href: "#contact"},
|
|
{
|
|
label: "Policy", href: "#"},
|
|
],
|
|
},
|
|
{
|
|
title: "Contact", items: [
|
|
{
|
|
label: "045-123456", href: "tel:045123456"},
|
|
{
|
|
label: "info@ntfc.ie", href: "mailto:info@ntfc.ie"},
|
|
],
|
|
},
|
|
]}
|
|
logoText="NTFC"
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|