diff --git a/src/app/page.tsx b/src/app/page.tsx index c551b55..6166fd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { ArrowUp, Home, Layout, List, Sparkles, Sun, Droplets, Window, Zap, Roof } from "lucide-react"; +import { ArrowUp, Home, Layout, List, Sparkles, Sun, Droplets, Zap, Building2, Home as HomeIcon } from "lucide-react"; export default function LandingPage() { return ( @@ -65,8 +65,8 @@ export default function LandingPage() { features={[ { icon: Zap, title: "Power/Pressure Washing", description: "Deep cleaning for concrete and durable surfaces using professional-grade pressure equipment." }, { icon: List, title: "Gutter Cleaning", description: "Thorough, safe debris removal to ensure your drainage system flows perfectly." }, - { icon: Window, title: "Window Cleaning", description: "Streak-free clarity for your interior and exterior glass to brighten every room." }, - { icon: Roof, title: "Roof Cleaning", description: "Safe, gentle removal of algae and debris to restore your curb appeal and shingle health." }, + { icon: Building2, title: "Window Cleaning", description: "Streak-free clarity for your interior and exterior glass to brighten every room." }, + { icon: HomeIcon, title: "Roof Cleaning", description: "Safe, gentle removal of algae and debris to restore your curb appeal and shingle health." }, { icon: Sun, title: "Rooftop/Skylight Cleaning", description: "Detailed cleaning for skylights and rooftop areas to maximize natural light and integrity." }, { icon: Droplets, title: "Soft Wash Cleaning", description: "The gold standard for safe, chemical-based house cleaning that protects your siding." } ]}