diff --git a/src/app/page.tsx b/src/app/page.tsx index 347e489..04346b5 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 } from "lucide-react"; +import { Building, WashingMachine, Microwave, Refrigerator, HardHat, PaintRoller, Cabinet, DoorOpen, DoorClosed, Window } from "lucide-react"; export default function LandingPage() { return ( @@ -34,29 +34,17 @@ export default function LandingPage() {