diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f0a765..76daac7 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, Kitchen, Lamp, Factory, ClipboardCheck, CloudSun } from "lucide-react"; +import { Building, CalendarCheck, Home, Layers, Leaf, Lightbulb, Paintbrush, Palette, Recycle, Ruler, Users, HardHat, Lamp, Factory, ClipboardCheck, CloudSun, SquareKitchen } from "lucide-react"; export default function LandingPage() { return ( @@ -190,7 +190,7 @@ export default function LandingPage() { }, items: [ { - icon: Kitchen, + icon: SquareKitchen, text: "Kitchen & Bathroom Remodels" }, {