From 2d15cebe092b3c5e2f88e3d95a4e628a38ac1489 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 20:34:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f72e64..af72df0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; -import { CheckCircle, Gauge, Leaf, Sparkles, Wrench, Drop, Thermometer, Fire } from "lucide-react"; +import { CheckCircle, Gauge, Leaf, Sparkles, Wrench, Droplet, Thermometer, Flame } from "lucide-react"; export default function LandingPage() { return ( @@ -121,7 +121,7 @@ export default function LandingPage() { icon: Sparkles, text: "Modern Upgrades"}, { - icon: Drop, + icon: Droplet, text: "Leak Prevention"}, { icon: Wrench, @@ -140,7 +140,7 @@ export default function LandingPage() { icon: Gauge, text: "Safety Checks"}, { - icon: Fire, + icon: Flame, text: "Emergency Repairs"}, ], reverse: false,