From c2e610892e49452a137a4bbea192ccbdb72fd0c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 01:01:09 +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 00d6519..48e8abd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Award, Paintbrush, Users, Window } from 'lucide-react'; +import { Award, Paintbrush, Users, PanelTop } from 'lucide-react'; export default function LandingPage() { return ( @@ -70,7 +70,7 @@ export default function LandingPage() { title="Your Trusted Home Improvement Experts" metrics={[ { icon: Paintbrush, label: "Painting Projects Completed", value: "500+" }, - { icon: Window, label: "Windows Installed", value: "1,200+" }, + { icon: PanelTop, label: "Windows Installed", value: "1,200+" }, { icon: Users, label: "Happy Customers", value: "2,000+" }, { icon: Award, label: "Years of Experience", value: "15+" } ]}