From 3c66af8a6892bc2b64fbcc9aa30b4eb74db486e4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 01:06:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb198d4..67c651c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Calendar, Camera, FileText, Send, ShieldCheck, Wrench } from "lucide-react"; +import { Calendar, Camera, Check, FileText, Send, ShieldCheck, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -102,7 +102,7 @@ export default function LandingPage() { { title: "2. Drone Analysis", description: "Expert imaging tech.", bentoComponent: "reveal-icon", icon: Camera }, { title: "3. Claim Assistance", description: "We document damage.", bentoComponent: "reveal-icon", icon: FileText }, { title: "4. Expert Installation", description: "Precision execution.", bentoComponent: "reveal-icon", icon: Wrench }, - { title: "5. Peace of Mind", description: "Worry-free home.", bentoComponent: "reveal-icon", icon: CheckCircle } + { title: "5. Peace of Mind", description: "Worry-free home.", bentoComponent: "reveal-icon", icon: Check } ]} title="Simple 5-Step Process" description="Removing the headache from claims."