Merge version_2 into main #3
@@ -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,8 +175,9 @@ 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: [
|
||||
@@ -200,6 +201,8 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="North Florida Lawn & Pest"
|
||||
copyrightText="© 2025 | North Florida Lawn & Pest"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user