2 Commits

Author SHA1 Message Date
4dc43d9f4b Update src/app/page.tsx 2026-05-12 15:28:52 +00:00
095f959f0a Merge version_3 into main
Merge version_3 into main
2026-05-12 15:27:52 +00:00

View File

@@ -51,6 +51,7 @@ export default function LandingPage() {
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Inclusive Football for Every Age" title="Inclusive Football for Every Age"
description="Discover high-quality, community-focused coaching programs tailored for all ages and skill levels. Join the Newbridge Town FC family and play the game the way it was meant to be played." description="Discover high-quality, community-focused coaching programs tailored for all ages and skill levels. Join the Newbridge Town FC family and play the game the way it was meant to be played."
buttons={[{ text: "Join the Team", href: "#contact" }]}
testimonials={[ testimonials={[
{ {
name: "John Doe", handle: "@ntfc_fan", testimonial: "The best club in Newbridge, bar none.", rating: 5, name: "John Doe", handle: "@ntfc_fan", testimonial: "The best club in Newbridge, bar none.", rating: 5,
@@ -266,4 +267,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }