diff --git a/src/app/page.tsx b/src/app/page.tsx index 35d4847..45791ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { AlertTriangle, ArrowDown, Award, CheckCircle, CheckSquare, Home, Layout, MapPin, Mail, Phone, Star, Users, Wrench } from "lucide-react"; +import { AlertTriangle, ArrowDown, Award, CheckCircle, CheckSquare, Home, Layout, MapPin, Star, Users, Wrench, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -85,7 +85,7 @@ export default function LandingPage() { { title: "Roofing Services", description: "Expert replacement, repair, and inspection tailored to your specific needs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=2" }, items: [ - { icon: Shield, text: "Full Roof Replacement" }, + { icon: ShieldCheck, text: "Full Roof Replacement" }, { icon: Wrench, text: "Precision Repairs" }, { icon: AlertTriangle, text: "Storm Inspections" }, ],