@@ -71,30 +55,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Verified Players",
- description: "Strict ID verification for all participants.",
- buttonIcon: "UserCheck",
- imageSrc: "http://img.b2bpic.net/free-vector/gamer-twitch-profile-picture_742173-3352.jpg",
- },
- {
- title: "Fast Payouts",
- description: "Instant prize pool distribution after matches.",
- buttonIcon: "Trophy",
- imageSrc: "http://img.b2bpic.net/free-vector/goblet-trophy-stand-game-ui-design_107791-25455.jpg",
- },
- {
- title: "Organized Brackets",
- description: "Live match scheduling and room management.",
- buttonIcon: "ListChecks",
- imageSrc: "http://img.b2bpic.net/free-photo/spain-vs-serbia_187299-31170.jpg",
- },
- {
- title: "Anti-Cheat Protection",
- description: "Fair play guaranteed with security monitoring.",
- buttonIcon: "Shield",
- imageSrc: "http://img.b2bpic.net/free-vector/20-user-interface-line-filled-icon-presentation_1142-22557.jpg",
- },
+ { title: "Verified Players", description: "Strict ID verification for all participants.", buttonIcon: UserCheck, imageSrc: "http://img.b2bpic.net/free-vector/gamer-twitch-profile-picture_742173-3352.jpg" },
+ { title: "Fast Payouts", description: "Instant prize pool distribution after matches.", buttonIcon: Trophy, imageSrc: "http://img.b2bpic.net/free-vector/goblet-trophy-stand-game-ui-design_107791-25455.jpg" },
+ { title: "Organized Brackets", description: "Live match scheduling and room management.", buttonIcon: ListChecks, imageSrc: "http://img.b2bpic.net/free-photo/spain-vs-serbia_187299-31170.jpg" },
+ { title: "Anti-Cheat Protection", description: "Fair play guaranteed with security monitoring.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-vector/20-user-interface-line-filled-icon-presentation_1142-22557.jpg" },
]}
title="Platform Features"
description="Everything you need for a competitive Free Fire gaming experience."
@@ -103,44 +67,15 @@ export default function LandingPage() {
@@ -221,32 +115,8 @@ export default function LandingPage() {