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