diff --git a/src/app/page.tsx b/src/app/page.tsx index d346721..da07a29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {