Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 47a2f4a5a6 | |||
| d73c944c45 | |||
| 2668d292e9 |
@@ -8,7 +8,7 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
|||||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
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";
|
import { Phone } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
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: "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"
|
animationType="slide-up"
|
||||||
@@ -175,34 +175,31 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterLogoEmphasis
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg?_wi=1"
|
logoText="North Florida Lawn & Pest"
|
||||||
imageAlt="Professional lawn care footer"
|
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
items: [
|
||||||
{ label: "Services", href: "#services" },
|
{ label: "Services", href: "#services" },
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Reviews", href: "#testimonials" }
|
{ label: "Reviews", href: "#testimonials" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
items: [
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contact", href: "#contact" },
|
||||||
{ label: "Free Quote", href: "#contact" },
|
{ label: "Free Quote", href: "#contact" },
|
||||||
{ label: "Service Area", href: "#" }
|
{ label: "Service Area", href: "#" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
items: [
|
||||||
{ label: "Women-Owned Business", href: "#" },
|
{ label: "Women-Owned Business", href: "#" },
|
||||||
{ label: "Google Reviews", href: "https://www.google.com" },
|
{ label: "Google Reviews", href: "https://www.google.com" },
|
||||||
{ label: "Privacy Policy", href: "#" }
|
{ label: "Privacy Policy", href: "#" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
logoText="North Florida Lawn & Pest"
|
|
||||||
copyrightText="© 2025 | North Florida Lawn & Pest"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user