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" ] } ]}