From a6f976adf76c44358280d9f018aefff13729a572 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 19:08:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 410 +++++++++++------------------------------------ 1 file changed, 90 insertions(+), 320 deletions(-) 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() {