Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
260
src/app/page.tsx
260
src/app/page.tsx
@@ -32,60 +32,28 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Services", id: "features" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Pioneer Pest Control"
|
brandName="Pioneer Pest Control"
|
||||||
button={{
|
button={{
|
||||||
text: "Get Quote",
|
text: "Get Quote", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
title="Your Trusted Experts in San Angelo Pest Control"
|
title="Your Trusted Experts in San Angelo Pest Control"
|
||||||
description="Keep your home and business safe with Pioneer Pest Control. Expert solutions tailored for West Texas pests, delivered by certified professionals."
|
description="Keep your home and business safe with Pioneer Pest Control. Expert solutions tailored for West Texas pests, delivered by certified professionals."
|
||||||
tag="Serving San Angelo since 2010"
|
tag="Serving San Angelo since 2010"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-stairs-with-copy-space_23-2148384465.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-stairs-with-copy-space_23-2148384465.jpg", imageAlt: "Professional pest control in San Angelo"},
|
||||||
imageAlt: "Professional pest control in San Angelo",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg", imageAlt: "Residential home protection"}
|
||||||
imageAlt: "Residential home protection",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-painting-wall-with-spray-gun-white-color_176420-4744.jpg",
|
|
||||||
imageAlt: "Worker spraying home",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-suburban-home-with-green-lawn-blue-sky_23-2151974427.jpg",
|
|
||||||
imageAlt: "Beautiful suburban home with green lawn",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-house-cement-view-from-garden_1127-3209.jpg",
|
|
||||||
imageAlt: "Modern house with green lawn",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -109,57 +77,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ id: "f1", title: "General Pest Control", author: "Indoor & Outdoor", description: "Treatment for spiders, ants, roaches, and silverfish.", tags: ["Annual", "Effective"], imageSrc: "http://img.b2bpic.net/free-photo/cute-rat-city-lifestyle_23-2150841119.jpg" },
|
||||||
id: "f1",
|
{ id: "f2", title: "Rodent & Wildlife", author: "Exclusion Services", description: "Humane removal and exclusion of mice, rats, and more.", tags: ["Preventative"], imageSrc: "http://img.b2bpic.net/free-photo/view-sanitation-worker-protective-suit-spraying-city-streets-with-disinfectant-covid19-epidemic_637285-7944.jpg" },
|
||||||
title: "General Pest Control",
|
{ id: "f3", title: "Termite Protection", author: "Expert Inspection", description: "Proactive protection and treatment plans for your property.", tags: ["Critical"], imageSrc: "http://img.b2bpic.net/free-photo/sanitation-worker-hazmat-suit-disinfecting-public-building-coronavirus-epidemic_637285-7928.jpg" },
|
||||||
author: "Indoor & Outdoor",
|
{ id: "f4", title: "Mosquito Barrier", author: "Yard Treatment", description: "Effective barrier sprays to keep mosquitoes away.", tags: ["Seasonal"], imageSrc: "http://img.b2bpic.net/free-photo/man-is-using-thermal-fog-machine-protect-mosquito-spreading_1150-6183.jpg" },
|
||||||
description: "Treatment for spiders, ants, roaches, and silverfish.",
|
{ id: "f5", title: "Inspection Services", author: "Detailed Assessment", description: "Thorough property inspections to detect early signs.", tags: ["Proactive"], imageSrc: "http://img.b2bpic.net/free-photo/interdiction-barrier-with-safety-tape_58702-16482.jpg" },
|
||||||
tags: [
|
|
||||||
"Annual",
|
|
||||||
"Effective",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-rat-city-lifestyle_23-2150841119.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "Rodent & Wildlife",
|
|
||||||
author: "Exclusion Services",
|
|
||||||
description: "Humane removal and exclusion of mice, rats, and more.",
|
|
||||||
tags: [
|
|
||||||
"Preventative",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-sanitation-worker-protective-suit-spraying-city-streets-with-disinfectant-covid19-epidemic_637285-7944.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "Termite Protection",
|
|
||||||
author: "Expert Inspection",
|
|
||||||
description: "Proactive protection and treatment plans for your property.",
|
|
||||||
tags: [
|
|
||||||
"Critical",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitation-worker-hazmat-suit-disinfecting-public-building-coronavirus-epidemic_637285-7928.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f4",
|
|
||||||
title: "Mosquito Barrier",
|
|
||||||
author: "Yard Treatment",
|
|
||||||
description: "Effective barrier sprays to keep mosquitoes away.",
|
|
||||||
tags: [
|
|
||||||
"Seasonal",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-is-using-thermal-fog-machine-protect-mosquito-spreading_1150-6183.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f5",
|
|
||||||
title: "Inspection Services",
|
|
||||||
author: "Detailed Assessment",
|
|
||||||
description: "Thorough property inspections to detect early signs.",
|
|
||||||
tags: [
|
|
||||||
"Proactive",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/interdiction-barrier-with-safety-tape_58702-16482.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Specialized Services"
|
title="Our Specialized Services"
|
||||||
description="Comprehensive pest management solutions designed to eliminate infestations and prevent future issues."
|
description="Comprehensive pest management solutions designed to eliminate infestations and prevent future issues."
|
||||||
@@ -172,38 +94,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{ id: "basic", price: "$99", name: "One-Time Service", features: ["Full interior check", "Exterior barrier spray", "30-day warranty"], buttons: [{ text: "Book Now", href: "#contact" }] },
|
||||||
id: "basic",
|
{ id: "pro", price: "$59/mo", name: "Quarterly Defense", features: ["Year-round protection", "Unlimited free retreats", "Priority support"], buttons: [{ text: "Select Plan", href: "#contact" }] },
|
||||||
price: "$99",
|
|
||||||
name: "One-Time Service",
|
|
||||||
features: [
|
|
||||||
"Full interior check",
|
|
||||||
"Exterior barrier spray",
|
|
||||||
"30-day warranty",
|
|
||||||
],
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Book Now",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "pro",
|
|
||||||
price: "$59/mo",
|
|
||||||
name: "Quarterly Defense",
|
|
||||||
features: [
|
|
||||||
"Year-round protection",
|
|
||||||
"Unlimited free retreats",
|
|
||||||
"Priority support",
|
|
||||||
],
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Select Plan",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Plans That Fit Your Needs"
|
title="Plans That Fit Your Needs"
|
||||||
description="Transparent pricing for all our standard service plans."
|
description="Transparent pricing for all our standard service plans."
|
||||||
@@ -216,30 +108,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "15+", title: "Years Experience", items: ["Serving West Texas since 2010"] },
|
||||||
id: "m1",
|
{ id: "m2", value: "5k+", title: "Homes Protected", items: ["Reliable local service"] },
|
||||||
value: "15+",
|
{ id: "m3", value: "99%", title: "Customer Satisfaction", items: ["Proven effective results"] },
|
||||||
title: "Years Experience",
|
|
||||||
items: [
|
|
||||||
"Serving West Texas since 2010",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "5k+",
|
|
||||||
title: "Homes Protected",
|
|
||||||
items: [
|
|
||||||
"Reliable local service",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "99%",
|
|
||||||
title: "Customer Satisfaction",
|
|
||||||
items: [
|
|
||||||
"Proven effective results",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why San Angelo Chooses Pioneer"
|
title="Why San Angelo Chooses Pioneer"
|
||||||
description="Our numbers speak for themselves in our local community."
|
description="Our numbers speak for themselves in our local community."
|
||||||
@@ -251,46 +122,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", title: "Fast and Effective", quote: "They got rid of my ant problem in one day. Fantastic team!", name: "Sarah Miller", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg" },
|
||||||
id: "t1",
|
{ id: "t2", title: "Professionalism", quote: "I appreciate the transparency and thoroughness of their technicians.", name: "John Davis", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg" },
|
||||||
title: "Fast and Effective",
|
{ id: "t3", title: "Very Responsive", quote: "Called them for a wasp emergency, they were here in hours.", name: "Emily Watson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-adult-woman-works-her-tablet-sits-with-notebook-kitchen-floor-home-studie_1258-183235.jpg" },
|
||||||
quote: "They got rid of my ant problem in one day. Fantastic team!",
|
{ id: "t4", title: "Highly Recommend", quote: "Consistent, reliable, and professional service every single time.", name: "David Smith", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/man-with-phone-drinking-wine_23-2147770783.jpg" },
|
||||||
name: "Sarah Miller",
|
{ id: "t5", title: "Great Peace of Mind", quote: "Their quarterly plan gives us complete peace of mind.", name: "Lisa Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/cute-brown-eyed-girl-with-smile-poses-brick-building-woman-cap-white-shirt-holding-smartphone_197531-15083.jpg" },
|
||||||
role: "Local Resident",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
title: "Professionalism",
|
|
||||||
quote: "I appreciate the transparency and thoroughness of their technicians.",
|
|
||||||
name: "John Davis",
|
|
||||||
role: "Property Owner",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t3",
|
|
||||||
title: "Very Responsive",
|
|
||||||
quote: "Called them for a wasp emergency, they were here in hours.",
|
|
||||||
name: "Emily Watson",
|
|
||||||
role: "Homeowner",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-adult-woman-works-her-tablet-sits-with-notebook-kitchen-floor-home-studie_1258-183235.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
title: "Highly Recommend",
|
|
||||||
quote: "Consistent, reliable, and professional service every single time.",
|
|
||||||
name: "David Smith",
|
|
||||||
role: "Business Owner",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-phone-drinking-wine_23-2147770783.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t5",
|
|
||||||
title: "Great Peace of Mind",
|
|
||||||
quote: "Their quarterly plan gives us complete peace of mind.",
|
|
||||||
name: "Lisa Johnson",
|
|
||||||
role: "Homeowner",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-brown-eyed-girl-with-smile-poses-brick-building-woman-cap-white-shirt-holding-smartphone_197531-15083.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Hear From Our Community"
|
title="Hear From Our Community"
|
||||||
description="Trusted by hundreds of families across the San Angelo area."
|
description="Trusted by hundreds of families across the San Angelo area."
|
||||||
@@ -302,21 +138,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
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",
|
{ id: "q2", title: "How often should I get service?", content: "We recommend quarterly maintenance to ensure your property remains a protected zone." },
|
||||||
title: "Are your sprays safe for pets?",
|
{ id: "q3", title: "What areas do you serve?", content: "We proudly serve all of San Angelo, Texas, and immediate surrounding areas." },
|
||||||
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"
|
title="Common Pest Questions"
|
||||||
description="Have questions? We have answers to help you stay pest-free."
|
description="Have questions? We have answers to help you stay pest-free."
|
||||||
@@ -327,9 +151,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Ready for a Pest-Free Home?"
|
title="Ready for a Pest-Free Home?"
|
||||||
description="Contact us today for a free inspection in San Angelo."
|
description="Contact us today for a free inspection in San Angelo."
|
||||||
@@ -340,32 +162,8 @@ 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: "Company",
|
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||||
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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user