Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60e1505ee0 | |||
| bf66206466 | |||
| 635fad76aa | |||
| d397a63ad6 | |||
| 859c421470 | |||
| 009139f96b | |||
| 48985fe3bb | |||
| 3135baa737 | |||
| e9bc0c3e29 | |||
| f5502be249 | |||
| a0f8b1c780 |
@@ -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,10 +162,12 @@ 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>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fafffb;
|
--background: #ffffff;
|
||||||
--card: #f7fffa;
|
--card: #f9f9f9;
|
||||||
--foreground: #001a0a;
|
--foreground: #120006e6;
|
||||||
--primary-cta: #0a7039;
|
--primary-cta: #e63946;
|
||||||
--primary-cta-text: #fafffb;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #001a0a;
|
--secondary-cta-text: #120006e6;
|
||||||
--accent: #a8d9be;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #6bbf8e;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user