11 Commits

Author SHA1 Message Date
d6fd9968f9 Merge version_8 into main
Merge version_8 into main
2026-05-11 21:23:21 +00:00
4730bdd38a Update src/app/page.tsx 2026-05-11 21:23:15 +00:00
5bc239cd9d Merge version_8 into main
Merge version_8 into main
2026-05-11 21:22:42 +00:00
ef33131585 Update src/app/styles/variables.css 2026-05-11 21:22:38 +00:00
cbf8b68727 Update src/app/page.tsx 2026-05-11 21:22:38 +00:00
08933edca4 Merge version_7 into main
Merge version_7 into main
2026-05-11 21:20:51 +00:00
31d35b7f6a Update src/app/page.tsx 2026-05-11 21:20:48 +00:00
fc3f82c677 Merge version_7 into main
Merge version_7 into main
2026-05-11 21:20:22 +00:00
e3c24fd8a1 Update src/app/styles/variables.css 2026-05-11 21:20:16 +00:00
c3bf61bcae Update src/app/page.tsx 2026-05-11 21:20:16 +00:00
d7d9a20a24 Merge version_6 into main
Merge version_6 into main
2026-05-11 21:18:31 +00:00
2 changed files with 21 additions and 22 deletions

View File

@@ -3,9 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
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 FooterBase from '@/components/sections/footer/FooterBase';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -134,40 +134,39 @@ export default function LandingPage() {
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
<FaqSplitText
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: "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." },
]}
title="Common Pest Questions"
description="Have questions? We have answers to help you stay pest-free."
sideTitle="Common Pest Questions"
sideDescription="Have questions? We have answers to help you stay pest-free."
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Contact Us"
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}
title="Need a local expert 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."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email to get started"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
<FooterBaseReveal
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" }] },
]}
logoText="Pioneer Pest Control"
copyrightText="© 2025 Pioneer Pest Control | Serving San Angelo"
copyrightText="© 2025 Pioneer Pest Control | Serving the San Angelo Community"
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #a8d9be;
--background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);