From 4dc43d9f4b8948dfda12d23ce1ebee9fbea6f0e2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:28:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d20427d..ea706b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,7 @@ export default function LandingPage() { variant: "gradient-bars"}} 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." + buttons={[{ text: "Join the Team", href: "#contact" }]} testimonials={[ { name: "John Doe", handle: "@ntfc_fan", testimonial: "The best club in Newbridge, bar none.", rating: 5, @@ -266,4 +267,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}