Update src/app/about/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { CheckCircle, HelpCircle } from "lucide-react";
|
||||
import { CheckCircle, HelpCircle, Users } from "lucide-react";
|
||||
|
||||
const AboutPage = () => {
|
||||
const navItems = [
|
||||
@@ -97,7 +97,7 @@ const AboutPage = () => {
|
||||
imageAlt="Houston Green Landscaping team at work"
|
||||
useInvertedBackground={false}
|
||||
tag="Family-Run Service"
|
||||
tagIcon="Users"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user