From 4891dbdb45775e14add98dbcf431bec801bfcf9c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 03:00:22 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 147 ++++++++++------------------------------- 1 file changed, 35 insertions(+), 112 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4f7a848..79ef1ab 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 } from "lucide-react"; +import { MapPin, Sparkles, Users, Family, HeartHandshake, Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -30,30 +30,15 @@ export default function LandingPage() { @@ -99,21 +78,15 @@ export default function LandingPage() { description="We're proud of the legacy we've built, transforming landscapes and exceeding expectations." metrics={[ { - value: "25+", - title: "Years Experience", - }, + value: "25+", title: "Years Experience"}, { - value: "A+", - title: "BBB Rating", - }, + value: "A+", title: "BBB Rating"}, { - value: "5000+", - title: "Happy Customers", - }, + value: "5000+", title: "Happy Customers"}, ]} tag="Our Impact" tagIcon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/green-park-view_1417-1499.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/green-park-view_1417-1499.jpg" imageAlt="Lush green backyard with perfect lawn" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -127,33 +100,13 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "1", - name: "Mark Johnson", - role: "Founder & Lead Horticulturist", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg?_wi=1", - imageAlt: "Mark Johnson, Founder", - }, + id: "1", name: "Mark Johnson", role: "Founder & Lead Horticulturist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg", imageAlt: "Mark Johnson, Founder"}, { - id: "2", - name: "Sarah Johnson", - role: "Operations Manager", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman_344912-2023.jpg?_wi=1", - imageAlt: "Sarah Johnson, Operations Manager", - }, + id: "2", name: "Sarah Johnson", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman_344912-2023.jpg", imageAlt: "Sarah Johnson, Operations Manager"}, { - id: "3", - name: "David Chen", - role: "Senior Lawn Technician", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-talking-phone-near-fence_23-2147779733.jpg", - imageAlt: "David Chen, Senior Lawn Technician", - }, + id: "3", name: "David Chen", role: "Senior Lawn Technician", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-talking-phone-near-fence_23-2147779733.jpg", imageAlt: "David Chen, Senior Lawn Technician"}, { - id: "4", - name: "Emily White", - role: "Customer Relations", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394273.jpg", - imageAlt: "Emily White, Customer Relations", - }, + id: "4", name: "Emily White", role: "Customer Relations", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394273.jpg", imageAlt: "Emily White, Customer Relations"}, ]} title="The Faces Behind Your Beautiful Lawn" description="Our dedicated team members are passionate about horticulture and committed to delivering the best results for your property." @@ -170,17 +123,11 @@ export default function LandingPage() { author="The Miller Family, Denver CO" avatars={[ { - src: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg", - alt: "Client avatar", - }, + src: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg", alt: "Client avatar"}, { - src: "http://img.b2bpic.net/free-photo/young-adult-teaching-elderly-person-about-degital-devicer_23-2149212018.jpg", - alt: "Client avatar", - }, + src: "http://img.b2bpic.net/free-photo/young-adult-teaching-elderly-person-about-degital-devicer_23-2149212018.jpg", alt: "Client avatar"}, { - src: "http://img.b2bpic.net/free-photo/happy-young-shopper-satisfied-with-discount_1262-14986.jpg", - alt: "Client avatar", - }, + src: "http://img.b2bpic.net/free-photo/happy-young-shopper-satisfied-with-discount_1262-14986.jpg", alt: "Client avatar"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -191,16 +138,13 @@ export default function LandingPage() { @@ -209,54 +153,33 @@ export default function LandingPage() {