From dafea4002de6ccb8b4af0404ef3466b63f2f4157 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:43:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 075fdcd..7b8e900 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,7 +172,7 @@ export default function LandingPage() { { text: "Learn More", href: "#" } ], features: [ - "Perfect for training sessions", "Flexible hourly booking", "Coaching support available", "Pitch access for 1-2 teams" + "Perfect for building team skills", "Flexible hourly booking", "Coaching support available", "Pitch access for 1-2 teams" ] }, { @@ -182,7 +182,7 @@ export default function LandingPage() { { text: "Contact Us", href: "#" } ], features: [ - "Full 20-over or 50-over match", "Premium pitch conditions", "Seating for spectators", "Professional ground management" + "Showcase your skills with full 20-over or 50-over match", "Premium pitch conditions for peak performance", "Seating for spectators to celebrate your victory", "Professional ground management for competitive play" ] }, { @@ -191,7 +191,7 @@ export default function LandingPage() { { text: "Get Custom Quote", href: "#" } ], features: [ - "Multi-match tournament support", "Custom scheduling flexibility", "VIP seating arrangements", "Dedicated tournament coordinator" + "Organize multi-team tournaments and build rivalries", "Custom scheduling flexibility for league play", "VIP seating arrangements for your champions", "Dedicated tournament coordinator to elevate your event" ] } ]} -- 2.49.1