7 Commits

Author SHA1 Message Date
60e1505ee0 Update src/app/page.tsx 2026-05-11 21:18:28 +00:00
bf66206466 Merge version_5 into main
Merge version_5 into main
2026-05-11 21:17:41 +00:00
d397a63ad6 Merge version_4 into main
Merge version_4 into main
2026-05-11 21:17:35 +00:00
859c421470 Merge version_3 into main
Merge version_3 into main
2026-05-11 21:17:34 +00:00
48985fe3bb Merge version_2 into main
Merge version_2 into main
2026-05-11 21:17:32 +00:00
f5502be249 Merge version_1 into main
Merge version_1 into main
2026-05-11 21:14:34 +00:00
a0f8b1c780 Merge version_1 into main
Merge version_1 into main
2026-05-11 12:20:53 +00:00

View File

@@ -153,8 +153,8 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Contact Us"
title="Ready for a Pest-Free Home?"
description="Contact us today for a free inspection in San Angelo."
title="Get in Touch - San Angelo Office"
description="Serving the San Angelo area. Call us at (325) 555-0199 or visit our local office to schedule your inspection."
tagIcon={Phone}
/>
</div>
@@ -162,13 +162,15 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
{ 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" }] },
]}
logoText="Pioneer Pest Control"
copyrightText="© 2025 Pioneer Pest Control | Serving San Angelo"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}