diff --git a/src/app/page.tsx b/src/app/page.tsx index 7eb8d62..a5a4685 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function HomePage() { description="Apply. Compete. Represent. We're recruiting serious players across Call of Duty, Valorant, Fortnite, and content creation. Showcase your skills and join a structured, professional organization built for winners." tag="Now Recruiting" tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} kpis={[ { value: "500+", label: "Players Evaluated" }, { value: "15+", label: "Active Teams" }, @@ -264,7 +264,7 @@ export default function HomePage() { title="Ready to Take Your Competitive Career to the Next Level?" description="Join thousands of competitive players pushing boundaries in professional esports. Submit your application today and let's see what you can achieve." tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Submit Application" diff --git a/src/app/requirements/page.tsx b/src/app/requirements/page.tsx index 77a378b..22d02a6 100644 --- a/src/app/requirements/page.tsx +++ b/src/app/requirements/page.tsx @@ -118,7 +118,7 @@ export default function RequirementsPage() { title="Apply to CompeteOrg Now" description="You have the skill, the passion, and the competitive drive. Take the next step in your esports journey and join a professional organization built for winners like you." tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Start Application" diff --git a/src/app/submission/page.tsx b/src/app/submission/page.tsx index 645348f..91ea126 100644 --- a/src/app/submission/page.tsx +++ b/src/app/submission/page.tsx @@ -108,7 +108,7 @@ export default function SubmissionPage() { title="Start Your CompeteOrg Application Today" description="Join our recruitment pipeline and showcase your competitive talent. Our team is actively reviewing submissions from serious players looking to compete at the highest level." tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Submit Your Info"