From 3371dca3a12f6b8eba0034e6d6ac0e4b6d82f155 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 19:09:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04346b5..e2546ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Building, WashingMachine, Microwave, Refrigerator, HardHat, PaintRoller, Cabinet, DoorOpen, DoorClosed, Window } from "lucide-react"; +import { Building, WashingMachine, Microwave, Refrigerator, HardHat, PaintRoller, SquareStack, DoorOpen, DoorClosed, Frame } from "lucide-react"; export default function LandingPage() { return ( @@ -129,7 +129,7 @@ export default function LandingPage() { icon: PaintRoller, text: "Laminate & Vinyl"}, { - icon: Cabinet, + icon: SquareStack, text: "Custom Cabinets"}, ], reverse: true @@ -145,7 +145,7 @@ export default function LandingPage() { icon: DoorClosed, text: "Exterior Doors"}, { - icon: Window, + icon: Frame, text: "Window Installation"}, ], reverse: false -- 2.49.1