2 Commits

Author SHA1 Message Date
630ecefc7c Update src/app/page.tsx 2026-05-12 15:27:46 +00:00
e48b923e46 Merge version_2 into main
Merge version_2 into main
2026-05-12 15:25:58 +00:00

View File

@@ -49,8 +49,8 @@ export default function LandingPage() {
<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."
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."
testimonials={[
{
name: "John Doe", handle: "@ntfc_fan", testimonial: "The best club in Newbridge, bar none.", rating: 5,
@@ -266,4 +266,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}