Update src/app/page.tsx

This commit is contained in:
2026-05-11 21:18:28 +00:00
parent bf66206466
commit 60e1505ee0

View File

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