From ddfbe4f7e18da9d04956d9d0bd766ada707c42af Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 00:41:41 +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 a14fa76..c7cc0c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Building, CalendarCheck, Droplets, Home, Leaf, ShieldCheck, Sparkles, Sun, Wrench, Shutter, Flower, Bug } from "lucide-react"; +import { Building, CalendarCheck, Droplets, Home, Leaf, ShieldCheck, Sparkles, Sun, Wrench, Flower, Bug, Window } from "lucide-react"; export default function LandingPage() { return ( @@ -107,7 +107,7 @@ export default function LandingPage() { icon: Home, text: "Interior & Exterior"}, { - icon: Shutter, + icon: Window, text: "All Window Types"}, { icon: ShieldCheck, -- 2.49.1