diff --git a/src/app/page.tsx b/src/app/page.tsx
index 34d1a8b..c9936ec 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,99 +39,42 @@ export default function LandingPage() {
@@ -154,18 +85,9 @@ export default function LandingPage() {
title="Fostering Athletic Excellence"
description="Our club emphasizes holistic development, focusing on sportsmanship, tactical skill, and life lessons learned on the field."
metrics={[
- {
- value: "15+",
- title: "Active Teams",
- },
- {
- value: "200+",
- title: "Players",
- },
- {
- value: "10+",
- title: "Professional Coaches",
- },
+ { value: "15+", title: "Active Teams" },
+ { value: "200+", title: "Players" },
+ { value: "10+", title: "Professional Coaches" },
]}
imageSrc="http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708039.jpg"
mediaAnimation="slide-up"
@@ -182,19 +104,9 @@ export default function LandingPage() {
description="Why choosing our club is the right decision for your child's growth."
features={[
{
- id: "v1",
- title: "Sportsmanship",
- description: "Winning with integrity.",
- tag: "Core Value",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-kid-playing-outdoors_23-2149604323.jpg",
- },
+ id: "v1", title: "Sportsmanship", description: "Winning with integrity.", tag: "Core Value", imageSrc: "http://img.b2bpic.net/free-photo/happy-kid-playing-outdoors_23-2149604323.jpg"},
{
- id: "v2",
- title: "Holistic Growth",
- description: "Development on and off the field.",
- tag: "Core Value",
- imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-soccer-football_1150-3901.jpg",
- },
+ id: "v2", title: "Holistic Growth", description: "Development on and off the field.", tag: "Core Value", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-soccer-football_1150-3901.jpg"},
]}
/>
@@ -208,35 +120,13 @@ export default function LandingPage() {
description="We offer flexible plans to fit your schedule."
plans={[
{
- id: "s1",
- title: "Fall Season",
- price: "$250",
- period: "/ season",
- features: [
- "12 games",
- "Weekly Training",
- ],
- button: {
- text: "Select",
- href: "#",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-playing-soccer_23-2148440734.jpg",
- },
+ id: "s1", title: "Fall Season", price: "$250", period: "/ season", features: ["12 games", "Weekly Training"],
+ button: { text: "Select", href: "#" },
+ imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-playing-soccer_23-2148440734.jpg"},
{
- id: "s2",
- title: "Spring Season",
- price: "$250",
- period: "/ season",
- features: [
- "12 games",
- "Weekly Training",
- ],
- button: {
- text: "Select",
- href: "#",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/family-with-little-son-playing-football_1157-34173.jpg",
- },
+ id: "s2", title: "Spring Season", price: "$250", period: "/ season", features: ["12 games", "Weekly Training"],
+ button: { text: "Select", href: "#" },
+ imageSrc: "http://img.b2bpic.net/free-photo/family-with-little-son-playing-football_1157-34173.jpg"},
]}
/>
@@ -244,18 +134,11 @@ export default function LandingPage() {