Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e1fd4386c0 | |||
| 2c9fd188c3 | |||
| 346b13e051 |
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Activity, Award, CheckCircle, Database, Globe, MessageSquare, ShieldCheck, TrendingUp, Zap } from "lucide-react";
|
||||
import { Activity, Award, CheckCircle, Database, Globe, MessageSquare, ShieldCheck, TrendingUp, Zap, Bot } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -80,10 +80,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Predictive Betting Assistant"
|
||||
description="Our AI agent provides instant, professional-grade win probability analysis for free. Simply ask about your upcoming game and get an edge with real-time data."
|
||||
title="Live AI Prediction Interface"
|
||||
description="Get instant, no-login sports predictions. Our AI agent processes real-time odds and data to give you an immediate edge at no cost."
|
||||
features={[{
|
||||
title: "AI Betting Consultant", description: "Get probability predictions for your favorite sports.", bentoComponent: "chat", aiIcon: Database,
|
||||
title: "Access Predictions Instantly", description: "Enter a match to generate an instant, free analysis. No sign-in required.", bentoComponent: "chat", aiIcon: Bot,
|
||||
userIcon: MessageSquare,
|
||||
placeholder: "Enter match-up (e.g., 'Chiefs vs Bills win probability')", exchanges: [
|
||||
{ userMessage: "Win prob for Celtics vs Heat?", aiResponse: "Based on current injury reports and season trends, Celtics hold a 72% win probability over the Heat." },
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "q1", title: "Is the service really free?", content: "Yes, OmniPredict AI is now completely free for all users to access all features." },
|
||||
{ id: "q2", title: "How accurate is the AI?", content: "Our AI achieves 94% accuracy on historical data and maintains high performance in real-time." },
|
||||
{ id: "q3", title: "Do I need to sign up?", content: "Yes, signing up ensures your preferences are saved and you get access to all our predictive tools." },
|
||||
{ id: "q3", title: "Do I need to sign up?", content: "No, you can access our AI chat predictions directly without creating an account." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get answers about our platform and models."
|
||||
@@ -198,7 +198,7 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Platform", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "AI Chat", href: "#chat" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Support", href: "#contact" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#metric-about" }, { label: "Support", href: "#contact" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 OmniPredict AI."
|
||||
bottomRightText="All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user