From fb2125ebc190dfee16aea16b11d158c63be0cb3c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 19:00:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 452bb5b..a0eb0b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, CalendarCheck, Droplet, Facebook, Gauge, Headphones, Heart, Instagram, Leaf, Linkedin, MapPin, Scissors, Shield, Smile, Star, Twitter, Plant, Flask, BugOff } from "lucide-react"; +import { Award, CalendarCheck, Droplet, Facebook, Gauge, Headphones, Heart, Instagram, Leaf, Linkedin, MapPin, Scissors, Shield, Smile, Star, Twitter, BugOff, TestTube } from "lucide-react"; export default function LandingPage() { return ( @@ -149,16 +149,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-watering-taking-care-plants-close-up_176420-3802.jpg", imageAlt: "Lawn fertilization"}, items: [ { - icon: Plant, + icon: Leaf, text: "Custom Blends"}, { - icon: Flask, + icon: TestTube, text: "Soil Analysis"}, { icon: Gauge, text: "Optimized Growth"}, ], - reverse: true, + reverse: true }, { title: "Effective Weed Control", description: "Say goodbye to unsightly weeds with our targeted control solutions that protect your lawn while promoting lush grass growth. We use safe and effective methods.", media: { -- 2.49.1