diff --git a/src/app/page.tsx b/src/app/page.tsx index e532f80..03fdb76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,7 @@ export default function LandingPage() { bulletPoints={[{ title: "Live Tracking", description: "Real-time data feeds.", icon: Target }]} imageSrc="http://img.b2bpic.net/free-photo/e-sports-winner-trophy-standing-stage_1419-2793.jpg?_wi=7" textboxLayout="split" + useInvertedBackground={false} /> @@ -71,6 +72,8 @@ export default function LandingPage() { description="Everything you need to climb the leaderboard." animationType="slide-up" textboxLayout="default" + gridVariant="uniform-all-items-equal" + useInvertedBackground={false} features={[ { title: "Advanced Analytics", description: "Deep insights into recoil patterns and positioning.", imageSrc: "http://img.b2bpic.net/free-photo/e-sports-winner-trophy-standing-stage_1419-2793.jpg?_wi=2" @@ -82,9 +85,11 @@ export default function LandingPage() {
@@ -92,8 +97,10 @@ export default function LandingPage() {
@@ -113,9 +122,11 @@ export default function LandingPage() {
@@ -123,9 +134,11 @@ export default function LandingPage() {
@@ -133,9 +146,11 @@ export default function LandingPage() {
@@ -145,14 +160,18 @@ export default function LandingPage() { description="Join our mailing list to receive tournament alerts." tag="Newsletter" tagIcon={Zap} + background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />