diff --git a/src/app/page.tsx b/src/app/page.tsx index 2932b1f..e7ec829 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Zap, ArrowRight, Quote, Zap as ZapIcon, Users, Rocket, TrendingUp, Clock, AlertCircle, CheckCircle } from 'lucide-react'; +import { Sparkles, Zap, ArrowRight, Quote, Users, Rocket, TrendingUp, Clock, AlertCircle, CheckCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -147,7 +147,7 @@ export default function LandingPage() { title: "Tasks", subtitle: "Automated Prioritization", detail: "Never miss what matters" }, { - icon: ZapIcon, + icon: Zap, title: "Integration", subtitle: "All Your Apps", detail: "Seamless workflow automation" } ] @@ -177,7 +177,7 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "Why You Should Join Now", description: "Become an early adopter of the AI revolution", bentoComponent: "3d-task-list", title: "Beta Tester Benefits", items: [ + title: "Why You Should Join Now", description: "Become an early adopter of the AI revolution", bentoComponent: "3d-task-list", items: [ { icon: Sparkles, label: "Lifetime Discount", time: "50% off" }, { icon: Users, label: "Exclusive Community", time: "VIP Access" }, { icon: TrendingUp, label: "Shape the Product", time: "Your Input" }