Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-02 08:47:05 +00:00

View File

@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Shield, Star, Zap } from "lucide-react";
import { Zap, Shield, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Dashboard",
id: "hero",
},
{
name: "Live Scores",
id: "live-stats",
},
{
name: "Insights",
id: "features",
},
{
name: "Contact",
id: "contact",
},
{ name: "Dashboard", id: "hero" },
{ name: "Live Scores", id: "live-stats" },
{ name: "Insights", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="KickAI"
/>
@@ -56,99 +44,32 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Predict the Game, Live the Future."
description="Experience football through AI-powered predictions, real-time live data, and futuristic visualization tools. Join the next generation of match analysis."
testimonials={[
{
name: "Liam Connor",
handle: "@analyst",
testimonial: "KickAI changed how I track matches. The probability graphs are pinpoint accurate.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043834.jpg?_wi=1",
},
{
name: "Maya Singh",
handle: "@data",
testimonial: "The real-time insights feel like having a supercomputer on my phone.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/polygraph-testing-progress-girl-passes-lie-detector-office-asking-questions_146671-17226.jpg",
},
{
name: "Marco Rossi",
handle: "@coach",
testimonial: "Incredible visuals. The heatmap tracking is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-sitting-bench-corridor-using-digital-tablet_23-2148190758.jpg",
},
{
name: "Jasmine Wu",
handle: "@fan",
testimonial: "I love the live predictions. It makes every match more intense.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/furious-sports-fan-disbelief-match-broadcast-after-team-fails-score_482257-126610.jpg",
},
{
name: "David Holt",
handle: "@scout",
testimonial: "Professional-grade data at my fingertips. Truly next-level.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/determined-climber-enjoys-mountain-peaks-green-screen_482257-117903.jpg",
},
{ name: "Liam Connor", handle: "@analyst", testimonial: "KickAI changed how I track matches. The probability graphs are pinpoint accurate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043834.jpg" },
{ name: "Maya Singh", handle: "@data", testimonial: "The real-time insights feel like having a supercomputer on my phone.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/polygraph-testing-progress-girl-passes-lie-detector-office-asking-questions_146671-17226.jpg" },
{ name: "Marco Rossi", handle: "@coach", testimonial: "Incredible visuals. The heatmap tracking is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-sitting-bench-corridor-using-digital-tablet_23-2148190758.jpg" },
{ name: "Jasmine Wu", handle: "@fan", testimonial: "I love the live predictions. It makes every match more intense.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/furious-sports-fan-disbelief-match-broadcast-after-team-fails-score_482257-126610.jpg" },
{ name: "David Holt", handle: "@scout", testimonial: "Professional-grade data at my fingertips. Truly next-level.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/determined-climber-enjoys-mountain-peaks-green-screen_482257-117903.jpg" }
]}
buttons={[
{
text: "Get Started",
href: "#",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-render-modern-background-with-plexus-design_1048-15321.jpg?_wi=1"
buttons={[{ text: "Get Started", href: "#" }]}
imageSrc="http://img.b2bpic.net/free-photo/3d-render-modern-background-with-plexus-design_1048-15321.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/blurred-lights-background_23-2148164727.jpg",
alt: "User 1",
},
{
src: "http://img.b2bpic.net/free-photo/abstract-green-background-from-brilliant-mosaic-pattern-generative-ai_169016-30202.jpg",
alt: "User 2",
},
{
src: "http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-plexus-design_1048-15841.jpg",
alt: "User 3",
},
{
src: "http://img.b2bpic.net/free-photo/green-abstract-background_23-2151820772.jpg",
alt: "User 4",
},
{
src: "http://img.b2bpic.net/free-photo/handsome-athletic-male-rugby-player-holding-ball_23-2148793296.jpg",
alt: "User 5",
},
{ src: "http://img.b2bpic.net/free-photo/blurred-lights-background_23-2148164727.jpg", alt: "User 1" },
{ src: "http://img.b2bpic.net/free-photo/abstract-green-background-from-brilliant-mosaic-pattern-generative-ai_169016-30202.jpg", alt: "User 2" },
{ src: "http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-plexus-design_1048-15841.jpg", alt: "User 3" },
{ src: "http://img.b2bpic.net/free-photo/green-abstract-background_23-2151820772.jpg", alt: "User 4" },
{ src: "http://img.b2bpic.net/free-photo/handsome-athletic-male-rugby-player-holding-ball_23-2148793296.jpg", alt: "User 5" }
]}
avatarText="Trusted by 5,000+ elite analysts"
marqueeItems={[
{
type: "text",
text: "Win Probability",
},
{
type: "text",
text: "Live Heatmaps",
},
{
type: "text",
text: "Real-time Analytics",
},
{
type: "text",
text: "AI Insights",
},
{
type: "text",
text: "Match Predictions",
},
{ type: "text", text: "Win Probability" },
{ type: "text", text: "Live Heatmaps" },
{ type: "text", text: "Real-time Analytics" },
{ type: "text", text: "AI Insights" },
{ type: "text", text: "Match Predictions" }
]}
/>
</div>
@@ -158,21 +79,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Intelligence Beyond the Score"
description="We bridge the gap between simple stats and deep game understanding. By integrating live data with advanced machine learning models, KickAI provides context that transforms how you see the match."
metrics={[
{
title: "Live Matches",
value: "2.4K",
},
{
title: "AI Insights",
value: "15K+",
},
{
title: "Prediction Acc",
value: "92%",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548550.jpg?_wi=1"
metrics={[{ title: "Live Matches", value: "2.4K" }, { title: "AI Insights", value: "15K+" }, { title: "Prediction Acc", value: "92%" }]}
imageSrc="http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548550.jpg"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
/>
@@ -184,42 +92,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
title: "Live Match Feed",
description: "Instant updates on every goal, card, and substitution.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-mockup-phone-while-playing-sf-fps-videogame_482257-121563.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-running-with-stats_23-2150040512.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-plexus-design_1048-15321.jpg?_wi=2",
imageAlt: "mobile soccer score widget",
},
{
title: "Tactical Heatmaps",
description: "Visualize player movement on the pitch in real-time.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/blurred-pop-abstract-background-ink-outlines_58702-6129.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3236.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548550.jpg?_wi=2",
imageAlt: "mobile soccer score widget",
},
{
title: "Momentum Analytics",
description: "See who is dominating possession and pressure in real-time.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/spain-vs-belgium_187299-31150.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-doing-sport-with-stats_23-2150040493.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043834.jpg?_wi=2",
imageAlt: "mobile soccer score widget",
},
{ title: "Live Match Feed", description: "Instant updates on every goal, card, and substitution.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-looking-mockup-phone-while-playing-sf-fps-videogame_482257-121563.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-running-with-stats_23-2150040512.jpg" } },
{ title: "Tactical Heatmaps", description: "Visualize player movement on the pitch in real-time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/blurred-pop-abstract-background-ink-outlines_58702-6129.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3236.jpg" } },
{ title: "Momentum Analytics", description: "See who is dominating possession and pressure in real-time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/spain-vs-belgium_187299-31150.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-doing-sport-with-stats_23-2150040493.jpg" } }
]}
showStepNumbers={true}
title="Data That Moves With You"
@@ -234,48 +109,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Outcome Probabilities",
price: "Live",
variant: "AI Model",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-soccer-player-with-glowing-lights_23-2151152917.jpg",
},
{
id: "p2",
name: "Player Ratings",
price: "AI-Driven",
variant: "Insights",
imageSrc: "http://img.b2bpic.net/free-photo/watching-football-concept-with-vr-glasses_23-2147813139.jpg",
},
{
id: "p3",
name: "Smart Match Summary",
price: "Automated",
variant: "Post-match",
imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536178.jpg",
},
{
id: "p4",
name: "Possession Insights",
price: "Real-time",
variant: "Tactical",
imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3453.jpg",
},
{
id: "p5",
name: "Goal Probability",
price: "10-min",
variant: "AI Metric",
imageSrc: "http://img.b2bpic.net/free-photo/stats-concept-with-wood-blocks_23-2148950387.jpg",
},
{
id: "p6",
name: "Personalized Feed",
price: "User-centric",
variant: "Custom",
imageSrc: "http://img.b2bpic.net/free-vector/workout-tracker-app-theme_23-2148636397.jpg",
},
{ id: "p1", name: "Outcome Probabilities", price: "Live", variant: "AI Model", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-soccer-player-with-glowing-lights_23-2151152917.jpg" },
{ id: "p2", name: "Player Ratings", price: "AI-Driven", variant: "Insights", imageSrc: "http://img.b2bpic.net/free-photo/watching-football-concept-with-vr-glasses_23-2147813139.jpg" },
{ id: "p3", name: "Smart Match Summary", price: "Automated", variant: "Post-match", imageSrc: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-their-team-stadium_23-2151536178.jpg" },
{ id: "p4", name: "Possession Insights", price: "Real-time", variant: "Tactical", imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3453.jpg" },
{ id: "p5", name: "Goal Probability", price: "10-min", variant: "AI Metric", imageSrc: "http://img.b2bpic.net/free-photo/stats-concept-with-wood-blocks_23-2148950387.jpg" },
{ id: "p6", name: "Personalized Feed", price: "User-centric", variant: "Custom", imageSrc: "http://img.b2bpic.net/free-vector/workout-tracker-app-theme_23-2148636397.jpg" }
]}
title="AI Prediction Engine"
description="Our core suite of predictive modeling tools for deeper fan engagement."
@@ -288,24 +127,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
{
id: "m1",
icon: Zap,
title: "Latency",
value: "15ms",
},
{
id: "m2",
icon: Shield,
title: "Uptime",
value: "99.9%",
},
{
id: "m3",
icon: Star,
title: "Accuracy",
value: "94%",
},
{ id: "m1", icon: Zap, title: "Latency", value: "15ms" },
{ id: "m2", icon: Shield, title: "Uptime", value: "99.9%" },
{ id: "m3", icon: Star, title: "Accuracy", value: "94%" }
]}
title="Platform Impact"
description="The metrics that drive our competitive edge."
@@ -314,50 +138,16 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="full-width-top-items-bottom-row"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Connor",
role: "Fan",
company: "Global Fans",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-looking-papers-computer-with-rate-charts-plan-project-presentation-business-man-working-with-data-analysis-information-create-marketing-strategy_482257-36478.jpg",
},
{
id: "t2",
name: "Mike Chen",
role: "Analyst",
company: "TechData",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-business-woman-medium-shot_23-2148336866.jpg",
},
{
id: "t3",
name: "Elena Ross",
role: "Coach",
company: "Pro Soccer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-notebook-pointing-with-pen_23-2147657152.jpg",
},
{
id: "t4",
name: "Sam Wu",
role: "Fan",
company: "E-Sport Fan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-videographer-works-editing-movie-montage-with-chroma-key_482257-121077.jpg",
},
{
id: "t5",
name: "David Scott",
role: "Scout",
company: "Talent Spot",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034593.jpg",
},
{ id: "t1", name: "Sarah Connor", role: "Fan", company: "Global Fans", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-looking-papers-computer-with-rate-charts-plan-project-presentation-business-man-working-with-data-analysis-information-create-marketing-strategy_482257-36478.jpg" },
{ id: "t2", name: "Mike Chen", role: "Analyst", company: "TechData", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/afro-american-business-woman-medium-shot_23-2148336866.jpg" },
{ id: "t3", name: "Elena Ross", role: "Coach", company: "Pro Soccer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-holding-notebook-pointing-with-pen_23-2147657152.jpg" },
{ id: "t4", name: "Sam Wu", role: "Fan", company: "E-Sport Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-videographer-works-editing-movie-montage-with-chroma-key_482257-121077.jpg" },
{ id: "t5", name: "David Scott", role: "Scout", company: "Talent Spot", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/american-male-football-player-uniform-field_23-2150034593.jpg" }
]}
title="Fan Experiences"
description="What our users say about the KickAI platform."
@@ -369,21 +159,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How does the AI predict wins?",
content: "We use historical data and real-time game state analysis to calculate dynamic win probabilities.",
},
{
id: "f2",
title: "Is the data real-time?",
content: "Yes, we integrate with top-tier football data providers for millisecond updates.",
},
{
id: "f3",
title: "Does this work on mobile?",
content: "Our platform is fully responsive and optimized for mobile devices.",
},
{ id: "f1", title: "How does the AI predict wins?", content: "We use historical data and real-time game state analysis to calculate dynamic win probabilities." },
{ id: "f2", title: "Is the data real-time?", content: "Yes, we integrate with top-tier football data providers for millisecond updates." },
{ id: "f3", title: "Does this work on mobile?", content: "Our platform is fully responsive and optimized for mobile devices." }
]}
title="Questions Answered"
description="Get clarity on our AI features."
@@ -394,16 +172,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
background={{ variant: "animated-grid" }}
text="Ready to experience the future of football analytics? Contact us today for partnerships."
buttons={[
{
text: "Contact Us",
href: "#",
},
]}
buttons={[{ text: "Contact Us", href: "#" }]}
/>
</div>
@@ -411,32 +182,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="KickAI"
columns={[
{
title: "Platform",
items: [
{
label: "Dashboard",
href: "#hero",
},
{
label: "Live Scores",
href: "#live-stats",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Use",
href: "#",
},
],
},
{ title: "Platform", items: [{ label: "Dashboard", href: "#hero" }, { label: "Live Scores", href: "#live-stats" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] }
]}
/>
</div>