14 Commits

Author SHA1 Message Date
31d35b7f6a Update src/app/page.tsx 2026-05-11 21:20:48 +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
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
635fad76aa Update theme colors 2026-05-11 21:17:38 +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
009139f96b Update theme colors 2026-05-11 21:17:32 +00:00
48985fe3bb Merge version_2 into main
Merge version_2 into main
2026-05-11 21:17:32 +00:00
3135baa737 Update theme colors 2026-05-11 21:17:31 +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
2 changed files with 26 additions and 27 deletions

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -134,38 +134,37 @@ export default function LandingPage() {
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqDouble <FaqSplitText
textboxLayout="default"
useInvertedBackground={false}
faqs={[ 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: "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: "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." }, { 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" sideTitle="Common Pest Questions"
description="Have questions? We have answers to help you stay pest-free." sideDescription="Have questions? We have answers to help you stay pest-free."
faqsAnimation="slide-up" faqsAnimation="slide-up"
useInvertedBackground={false}
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactText
text="Need a local expert in San Angelo? Contact us at (325) 555-0199 or visit our San Angelo office. Pioneer Pest Control is your community partner in pest-free living."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "plain" }} buttons={[{ text: "Call Now", href: "tel:3255550199" }]}
tag="Contact Us"
title="Ready for a Pest-Free Home?"
description="Contact us today for a free inspection in San Angelo."
tagIcon={Phone}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBaseCard
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
]}
logoText="Pioneer Pest Control" 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" }] },
]}
copyrightText="© 2025 Pioneer Pest Control | Serving the San Angelo Community"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #f6f0e9;
--card: #f9f9f9; --card: #efe7dd;
--foreground: #000612e6; --foreground: #2b180a;
--primary-cta: #15479c; --primary-cta: #2b180a;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #efe7dd;
--secondary-cta-text: #000612e6; --secondary-cta-text: #120006e6;
--accent: #e2e2e2; --accent: #94877c;
--background-accent: #c4c4c4; --background-accent: #afa094;
/* 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);