From 1afe2669ac576761ea5ceb3be685a15e507b4b3f Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 12:29:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 118 ++++++++++++++++------------------------------- 1 file changed, 41 insertions(+), 77 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dddb6d9..ae6a0f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="small" sizing="largeSizeMediumTitles" - background="aurora" + background="none" cardStyle="soft-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -43,7 +43,7 @@ export default function HomePage() { description="Where young champions are born. Join our community of passionate young footballers developing skills, building friendships, and creating unforgettable memories on the pitch." tag="Youth Football Excellence" tagIcon={Zap} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="https://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707981.jpg" imageAlt="Corner youth football team in action" buttons={[ @@ -60,7 +60,7 @@ export default function HomePage() { { type: "image", src: "https://img.b2bpic.net/free-photo/full-shot-kids-gathering-field_23-2149270930.jpg", alt: "Corner football training" }, { type: "text", content: "football champions through coaching, teamwork, and dedication" } ]} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" buttons={[ { text: "Explore Our Programs", href: "/team" } ]} @@ -71,22 +71,13 @@ export default function HomePage() { @@ -156,9 +123,7 @@ export default function HomePage() { { name: "email", type: "email", placeholder: "Your Email", required: true } ]} textarea={{ - name: "message", - placeholder: "Tell us about your child and their football experience", - rows: 5, + name: "message", placeholder: "Tell us about your child and their football experience", rows: 5, required: true }} useInvertedBackground="noInvert" @@ -169,36 +134,35 @@ export default function HomePage() { /> - + ); } \ No newline at end of file