From 7942e3a2ea2be4a453beca68680e06e4eee4cc23 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 05:13:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 223 ++++++++++------------------------------------- 1 file changed, 46 insertions(+), 177 deletions(-) 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() { @@ -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() {
@@ -264,29 +147,15 @@ export default function LandingPage() { logoText="Youth Soccer Club" columns={[ { - title: "Club", - items: [ - { - label: "About", - href: "/about", - }, - { - label: "Teams", - href: "/teams", - }, + title: "Club", items: [ + { label: "About", href: "/about" }, + { label: "Teams", href: "/teams" }, ], }, { - title: "Support", - items: [ - { - label: "Contact", - href: "/contact", - }, - { - label: "FAQ", - href: "/faq", - }, + title: "Support", items: [ + { label: "Contact", href: "/contact" }, + { label: "FAQ", href: "/faq" }, ], }, ]} @@ -295,4 +164,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file