Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10c0374495 |
161
src/app/page.tsx
161
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
]}
|
||||
brandName="1on1"
|
||||
/>
|
||||
@@ -48,45 +42,28 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="The World's Most Advanced Football Ecosystem"
|
||||
description="Experience football like never before. Instant data, premium media, and elite AI-driven intelligence. Join the global standard for the modern game."
|
||||
variant: "gradient-bars"}}
|
||||
title="The World's Most Advanced Soccer Ecosystem"
|
||||
description="Experience soccer like never before. Instant data, premium media, and elite AI-driven intelligence. Join the global standard for the modern beautiful game."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start 1on1",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Start 1on1", href: "#pricing"},
|
||||
{
|
||||
text: "See Plans",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "See Plans", href: "#pricing"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-wearing-equipment_23-2151117513.jpg",
|
||||
imageAlt: "Professional football intensity",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-wearing-equipment_23-2151117513.jpg", imageAlt: "Professional soccer intensity"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-soccer-player-with-glowing-lights_23-2151152915.jpg",
|
||||
imageAlt: "Live statistics dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-soccer-player-with-glowing-lights_23-2151152915.jpg", imageAlt: "Live statistics dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-american-football-ball_23-2150784038.jpg",
|
||||
imageAlt: "Football action shot",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-american-football-ball_23-2150784038.jpg", imageAlt: "Soccer action shot"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sergeant-presenting-his-salute-with-respect-colonel_482257-90011.jpg",
|
||||
imageAlt: "Tactical analysis view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sergeant-presenting-his-salute-with-respect-colonel_482257-90011.jpg", imageAlt: "Tactical analysis view"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-adult-female-soccer-player_23-2150888449.jpg",
|
||||
imageAlt: "Stadium atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-adult-female-soccer-player_23-2150888449.jpg", imageAlt: "Stadium atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-media-concept-with-device_23-2150149032.jpg",
|
||||
imageAlt: "Mobile app interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-media-concept-with-device_23-2150149032.jpg", imageAlt: "Mobile app interface"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user