From 4c967bce71afb3c6525ed0c50156958b840c0fec Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:09:51 +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 0d600c2..68de69f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,7 +4,7 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import TeamCardTen from "@/components/sections/team/TeamCardTen"; + import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { Award, CheckCircle } from "lucide-react"; @@ -102,7 +102,7 @@ export default function AboutPage() { subdescription="Every plant we choose is selected for Houston's climate. Every paver is laid with precision. Every drainage solution is engineered to actually work. And every crew member knows that your yard is important—because we know it's important to you. That's why we show up on time, communicate clearly, and stand behind our work. When you choose Houston Green, you're choosing a partner who cares about your outdoor space as much as you do." icon={CheckCircle} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=54dz4c&_wi=2" - imageAlt: "Front yard landscape design transformation" + imageAlt="Front yard landscape design transformation" mediaAnimation="slide-up" useInvertedBackground={true} ariaLabel="Our philosophy section" -- 2.49.1