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 +}