From ebbbc4290e54947ca645d283c978c50cf4e5b625 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 03:00:55 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 79ef1ab..fb7a4d0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,7 +9,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { MapPin, Sparkles, Users, Family, HeartHandshake, Leaf } from "lucide-react"; +import { MapPin, Sparkles, Users, HeartHandshake, Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -56,7 +56,7 @@ export default function LandingPage() { tagIcon={Sparkles} bulletPoints={[ { - title: "Family-Owned & Operated", description: "Built on trust and integrity, serving generations of families.", icon: Family, + title: "Family-Owned & Operated", description: "Built on trust and integrity, serving generations of families.", icon: Users, }, { title: "Local Denver Experts", description: "Deep understanding of Colorado's climate and lawn needs.", icon: MapPin,