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() {