diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bb59e7..ecac4b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,45 +42,28 @@ export default function LandingPage() {
@@ -98,26 +75,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "1on1 IQ Core", - description: "AI-powered tactical insights and personalized match suggestions.", - tag: "AI Intelligence", - imageSrc: "http://img.b2bpic.net/free-photo/glowing-arrow-sign-dark_23-2148445357.jpg", - }, + id: "f1", title: "1on1 IQ Core", description: "AI-powered tactical insights and personalized match suggestions.", tag: "AI Intelligence", imageSrc: "http://img.b2bpic.net/free-photo/glowing-arrow-sign-dark_23-2148445357.jpg"}, { - id: "f2", - title: "PlayStream™ Engine", - description: "Live match streaming and high-fidelity video library.", - tag: "Premium Media", - imageSrc: "http://img.b2bpic.net/free-photo/army-it-expert-control-center-collecting-real-time-battlefield-data_482257-124702.jpg", - }, + id: "f2", title: "PlayStream™ Engine", description: "Live match streaming and high-fidelity video library.", tag: "Premium Media", imageSrc: "http://img.b2bpic.net/free-photo/army-it-expert-control-center-collecting-real-time-battlefield-data_482257-124702.jpg"}, { - id: "f3", - title: "VisionFeed™", - description: "Personalized content engine that tracks your preferences instantly.", - tag: "Content", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-football_23-2148878372.jpg", - }, + id: "f3", title: "VisionFeed™", description: "Personalized content engine that tracks your preferences instantly.", tag: "Content", imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-football_23-2148878372.jpg"}, ]} title="Elite Features for the Intelligent Fan" description="Unrivaled data, real-time streaming, and proprietary AI intelligence designed to keep you ahead of the game." @@ -131,52 +93,24 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - badge: "Free", - price: "$0", - subtitle: "Essential access", - features: [ - "Basic tables", - "Limited stats", - "Selected news", - ], + id: "basic", badge: "Free", price: "$0", subtitle: "Essential access", features: [ + "Basic league tables", "Limited match stats", "Selected headlines"], }, { - id: "pro", - badge: "Premium", - price: "$49", - subtitle: "For dedicated fans", - features: [ - "Live match streaming", - "Advanced stats", - "Reduced ads", - ], + id: "pro", badge: "Premium", price: "$49", subtitle: "For dedicated fans", features: [ + "Live match streaming", "Advanced player stats", "Reduced ads"], }, { - id: "vip", - badge: "VIP", - price: "$119", - subtitle: "For the expert", - features: [ - "1on1 IQ Core AI", - "Advanced analytics", - "Custom dashboards", - ], + id: "vip", badge: "VIP", price: "$119", subtitle: "For the expert", features: [ + "1on1 IQ Core AI", "Tactical analytics", "Custom performance dashboards"], }, { - id: "vvip", - badge: "VVIP", - price: "$351", - subtitle: "The ultimate edge", - features: [ - "1on1 IQ Elite AI", - "AI simulations", - "Priority support", - ], + id: "vvip", badge: "VVIP", price: "$351", subtitle: "The ultimate edge", features: [ + "1on1 IQ Elite AI", "AI match simulations", "Priority support"], }, ]} title="Unlock the 1on1 Advantage" - description="Choose your level of access and join the global elite. Simple pricing, massive value." + description="Choose your level of access and join the global soccer elite. Simple pricing, massive value." /> @@ -185,20 +119,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "What is 1on1?", - content: "1on1 is the most advanced football ecosystem combining real-time data, premium media, and AI intelligence.", - }, + id: "q1", title: "What is 1on1?", content: "1on1 is the most advanced soccer ecosystem combining real-time data, premium media, and AI intelligence."}, { - id: "q2", - title: "Does 1on1 support all leagues?", - content: "Yes, our engine covers all major leagues worldwide with deep, interactive data.", - }, + id: "q2", title: "Does 1on1 cover all global leagues?", content: "Yes, our engine tracks top-flight and second-division leagues worldwide with deep, interactive data."}, { - id: "q3", - title: "How does 1on1 IQ work?", - content: "Our AI system analyzes match data in real-time to provide insights and predictions.", - }, + id: "q3", title: "How does 1on1 IQ work?", content: "Our AI system analyzes match data, player movement, and tactical patterns in real-time to provide insights and predictions."}, ]} sideTitle="Frequently Asked Questions" faqsAnimation="blur-reveal" @@ -212,35 +137,19 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} title="Impact by the Numbers" - description="Quantifiable success at the intersection of sports and technology." + description="Quantifiable success at the intersection of soccer and technology." metrics={[ { - id: "m1", - value: "24/7", - title: "Live Coverage", - description: "Around the clock updates from all global football tiers.", - icon: Clock, + id: "m1", value: "24/7", title: "Live Coverage", description: "Around the clock updates from all global soccer divisions.", icon: Clock, }, { - id: "m2", - value: "500k+", - title: "Active Users", - description: "The fastest-growing community of intelligent football fans.", - icon: Users, + id: "m2", value: "500k+", title: "Active Users", description: "The fastest-growing community of intelligent soccer enthusiasts.", icon: Users, }, { - id: "m3", - value: "99.9%", - title: "Prediction Accuracy", - description: "Proprietary AI engine performance based on historical data.", - icon: Target, + id: "m3", value: "99.9%", title: "Prediction Accuracy", description: "Proprietary AI match-simulation performance based on historical data.", icon: Target, }, { - id: "m4", - value: "150+", - title: "Supported Leagues", - description: "Extensive database covering top-tier competitions worldwide.", - icon: Globe, + id: "m4", value: "150+", title: "Supported Leagues", description: "Extensive database covering global competitions and cups.", icon: Globe, }, ]} /> @@ -248,4 +157,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file