Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user