diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a0ec6d..21b2388 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,9 +9,8 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, DollarSign, Laptop, Phone, Shield, Star, TrendingUp } from "lucide-react"; +import { DollarSign, Laptop, Phone, Shield, Star, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -105,28 +104,13 @@ export default function LandingPage() { features={[ { title: "1. Get Leads", description: "You receive exclusive warm insurance leads.", bentoComponent: "reveal-icon", icon: Shield }, { title: "2. Connect", description: "Speak with families who have already requested coverage.", bentoComponent: "reveal-icon", icon: Phone }, - { title: "3. Close & Earn", description: "Help protect families and earn high commissions.", bentoComponent: "reveal-icon", icon: Award }, + { title: "3. Close & Earn", description: "Help protect families and earn high commissions.", bentoComponent: "reveal-icon", icon: Star }, ]} title="How The System Works" description="No cold calling. No door knocking. No prospecting." /> -