Update src/app/page.tsx

This commit is contained in:
2026-03-12 05:19:24 +00:00
parent d73c944c45
commit 47a2f4a5a6

View File

@@ -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() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg?_wi=1"
imageAlt="Professional lawn care footer"
<FooterLogoEmphasis
logoText="North Florida Lawn & Pest"
columns={[
{
title: "Services", items: [
items: [
{ label: "Services", href: "#services" },
{ label: "About Us", href: "#about" },
{ label: "Reviews", href: "#testimonials" }
]
},
{
title: "Company", items: [
items: [
{ label: "Contact", href: "#contact" },
{ label: "Free Quote", href: "#contact" },
{ label: "Service Area", href: "#" }
]
},
{
title: "Legal", items: [
items: [
{ label: "Women-Owned Business", href: "#" },
{ label: "Google Reviews", href: "https://www.google.com" },
{ label: "Privacy Policy", href: "#" }
]
}
]}
logoText="North Florida Lawn & Pest"
copyrightText="© 2025 | North Florida Lawn & Pest"
/>
</div>
</ThemeProvider>