From 47a2f4a5a6a3de22fa4e8adef502f8bab68336e9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:19:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb8f26e..44767d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import ContactFaq from "@/components/sections/contact/ContactFaq"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { Phone } from "lucide-react"; export default function LandingPage() { @@ -130,7 +130,7 @@ export default function LandingPage() { id: "1", value: "4.6★", title: "Google Rating", description: "145+ verified customer reviews", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party-covid_23-2149316356.jpg", imageAlt: "Professional pest control service" }, { - id: "2", value: "100%", title: "Satisfaction", description: "Guaranteed quality on every service", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg?_wi=2", imageAlt: "Expert lawn care maintenance" + id: "2", value: "15+ Years", title: "Local Experience", description: "Trusted by North Florida families and businesses", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg?_wi=2", imageAlt: "Expert lawn care maintenance" } ]} animationType="slide-up" @@ -175,34 +175,31 @@ export default function LandingPage() {