Update src/app/about/page.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user