|
|
|
@@ -3,9 +3,9 @@
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
|
|
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
@@ -134,41 +134,42 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
<FaqDouble
|
|
|
|
<FaqSplitText
|
|
|
|
textboxLayout="default"
|
|
|
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
faqs={[
|
|
|
|
faqs={[
|
|
|
|
{ id: "q1", title: "Are your sprays safe for pets?", content: "Yes, we prioritize eco-friendly solutions and safe application methods for homes with children and pets." },
|
|
|
|
{ id: "q1", title: "Are your sprays safe for pets?", content: "Yes, we prioritize eco-friendly solutions and safe application methods for homes with children and pets." },
|
|
|
|
{ id: "q2", title: "How often should I get service?", content: "We recommend quarterly maintenance to ensure your property remains a protected zone." },
|
|
|
|
{ id: "q2", title: "How often should I get service?", content: "We recommend quarterly maintenance to ensure your property remains a protected zone." },
|
|
|
|
{ id: "q3", title: "What areas do you serve?", content: "We proudly serve all of San Angelo, Texas, and immediate surrounding areas." },
|
|
|
|
{ id: "q3", title: "What areas do you serve?", content: "We proudly serve all of San Angelo, Texas, and immediate surrounding areas." },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Common Pest Questions"
|
|
|
|
sideTitle="Common Pest Questions"
|
|
|
|
description="Have questions? We have answers to help you stay pest-free."
|
|
|
|
sideDescription="Have questions? We have answers to help you stay pest-free."
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactCenter
|
|
|
|
<ContactCenter
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
|
|
|
tag="Contact Us"
|
|
|
|
tag="Contact Us"
|
|
|
|
title="Ready for a Pest-Free Home?"
|
|
|
|
title="Need a local expert in San Angelo?"
|
|
|
|
description="Contact us today for a free inspection in San Angelo."
|
|
|
|
description="Pioneer Pest Control is your community partner in pest-free living. Reach out to schedule your service or request a free quote today."
|
|
|
|
tagIcon={Phone}
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
inputPlaceholder="Enter your email to get started"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterBase
|
|
|
|
<FooterBaseReveal
|
|
|
|
columns={[
|
|
|
|
|
|
|
|
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }] },
|
|
|
|
|
|
|
|
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
logoText="Pioneer Pest Control"
|
|
|
|
logoText="Pioneer Pest Control"
|
|
|
|
|
|
|
|
columns={[
|
|
|
|
|
|
|
|
{ title: "Services", items: [{ label: "General Pest Control", href: "#" }, { label: "Termite Treatment", href: "#" }, { label: "Rodent Removal", href: "#" }, { label: "Mosquito Defense", href: "#" }] },
|
|
|
|
|
|
|
|
{ title: "Locations", items: [{ label: "San Angelo, TX", href: "#" }, { label: "West Texas Region", href: "#" }] },
|
|
|
|
|
|
|
|
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
copyrightText="© 2025 Pioneer Pest Control | Serving the San Angelo Community"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|