From 7efee3151a51b78c6fa0c4123bbdcaa3af5a2f4b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 08:56:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76daac7..8a05a73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Building, CalendarCheck, Home, Layers, Leaf, Lightbulb, Paintbrush, Palette, Recycle, Ruler, Users, HardHat, Lamp, Factory, ClipboardCheck, CloudSun, SquareKitchen } from "lucide-react"; +import { Building, CalendarCheck, Home, Layers, Leaf, Lightbulb, Paintbrush, Palette, Recycle, Ruler, Users, HardHat, Lamp, Factory, ClipboardCheck, CloudSun, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -190,7 +190,7 @@ export default function LandingPage() { }, items: [ { - icon: SquareKitchen, + icon: Utensils, text: "Kitchen & Bathroom Remodels" }, { -- 2.49.1