diff --git a/src/app/page.tsx b/src/app/page.tsx index 456801d..4666f87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Zap, Users, Trophy, Share2, Sparkles, TrendingUp, Award, HelpCircle, Gamepad2 } from 'lucide-react'; +import { Zap, Users, Trophy, Share2, Sparkles, TrendingUp, Award, HelpCircle, Gamepad2, Play, Crown } from 'lucide-react'; export default function LandingPage() { return ( @@ -171,7 +171,7 @@ export default function LandingPage() { tagIcon={Zap} plans={[ { - id: "free", badge: "Free Player", badgeIcon: Zap, + id: "free", badge: "Free Player", badgeIcon: Play, price: "$0", subtitle: "Great for getting started", buttons: [{ text: "Start Free", href: "#contact" }], features: ["Access to core games", "Standard graphics (60 FPS)", "Basic multiplayer", "Community features"] }, @@ -181,7 +181,7 @@ export default function LandingPage() { features: ["All core games + Pro titles", "Ultra graphics (144 FPS)", "Priority matchmaking", "Ad-free experience", "Exclusive cosmetics", "Monthly rewards"] }, { - id: "elite", badge: "Elite Competitor", badgeIcon: Trophy, + id: "elite", badge: "Elite Competitor", badgeIcon: Crown, price: "$19.99/mo", subtitle: "For serious competitors", buttons: [{ text: "Join Elite", href: "#contact" }, { text: "Learn More", href: "#contact" }], features: ["All Pro features", "Extreme graphics (240 FPS)", "Tournament entry benefits", "Personal gaming coach", "Early access to new titles", "VIP event invitations", "Premium support"] } @@ -296,4 +296,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file