From 29dc002b801e643613216e15e8674aabac46272f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:32:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a10c5f5..3b20786 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Building, Clock, Home, Smile, Star, Users } from "lucide-react"; +import { Building, Clock, Home, House, Handshake, Smile, Star, Users } from "lucide-react"; export default function LandingPage() { return ( -- 2.49.1