diff --git a/src/app/page.tsx b/src/app/page.tsx index 827a2f6..4b28272 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Building, CalendarCheck, Faucet, Hammer, LayoutGrid, Lightbulb, Paintbrush, Star, Users } from "lucide-react"; +import { Building, CalendarCheck, Droplet, Hammer, LayoutGrid, Lightbulb, Paintbrush, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -123,7 +123,7 @@ export default function LandingPage() { title: "Renovations & Remodeling", description: "Transform your existing spaces with modern kitchen, bathroom, and full-house renovation services.", imageSrc: "http://img.b2bpic.net/free-photo/coral-minimalist-bathroom_23-2151962352.jpg", buttonIcon: Paintbrush, buttonHref: "#contact"}, { - title: "Plumbing Services", description: "Reliable and efficient plumbing installations, repairs, and maintenance for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg", buttonIcon: Faucet, + title: "Plumbing Services", description: "Reliable and efficient plumbing installations, repairs, and maintenance for residential and commercial properties.", imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg", buttonIcon: Droplet, buttonHref: "#contact"}, { title: "Paving & Tiling", description: "High-quality paving for driveways and patios, alongside professional tiling installations for floors and walls.", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-11767.jpg", buttonIcon: LayoutGrid,