From c47ddb70104210930300ab832a0458213a3daa5f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 03:43:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) 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." /> -
- -
-
); -} \ No newline at end of file +} -- 2.49.1