1 Commits

Author SHA1 Message Date
b1377d2678 Update src/app/page.tsx 2026-03-05 12:58:27 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Zap, Sparkles, Star, Heart, HelpCircle, Brain, BarChart3, Hexagon, House, MessageSquareText, Settings, CheckCircle, TrendingUp, AlertCircle, Cloud, Database, Lock, Cpu, Shield, Users, Award, Cpu as CpuIcon } from 'lucide-react';
import { Zap, Sparkles, Star, Heart, HelpCircle, Brain, BarChart3, Hexagon, House, MessageSquareText, Settings, CheckCircle, TrendingUp, AlertCircle, Cloud, Database, Lock, Cpu, Shield, Users, Award, Cpu as CpuIcon, Flame } from 'lucide-react';
export default function LandingPage() {
return (
@@ -218,7 +218,7 @@ export default function LandingPage() {
"Up to 1M predictions/month", "5 custom AI models", "Basic analytics dashboard", "Email support", "99.9% uptime SLA"],
},
{
id: "professional", badge: "Most Popular", badgeIcon: Zap,
id: "professional", badge: "Most Popular", badgeIcon: Flame,
price: "$1,999/mo", name: "Professional", buttons: [
{ text: "Start Trial", href: "#contact" },
{ text: "Contact Sales", href: "#" },