Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c56689e795 | |||
| ae65766a6b | |||
| ee35d3871f | |||
| 7463a2ab8f |
@@ -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 FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -175,31 +175,34 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="North Florida Lawn & Pest"
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg?_wi=1"
|
||||
imageAlt="Professional lawn care footer"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Reviews", href: "#testimonials" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Free Quote", href: "#contact" },
|
||||
{ label: "Service Area", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
title: "Legal", 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>
|
||||
|
||||
Reference in New Issue
Block a user