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