Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-04-23 13:55:40 +00:00
4 changed files with 96 additions and 536 deletions

View File

@@ -14,33 +14,25 @@ export default function LandingPage() {
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Eco-Safe Pest"
button={{
text: "Free Inspection",
href: "/contact",
}}
button={{ text: "Free Inspection", href: "/contact" }}
/>
</div>
@@ -50,24 +42,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Award,
title: "Years of Experience",
value: "60+",
},
{
id: "m2",
icon: CheckCircle,
title: "QualityPro Certified",
value: "100%",
},
{
id: "m3",
icon: Users,
title: "Satisfied Customers",
value: "50k+",
},
{ id: "m1", icon: Award, title: "Years of Experience", value: "60+" },
{ id: "m2", icon: CheckCircle, title: "QualityPro Certified", value: "100%" },
{ id: "m3", icon: Users, title: "Satisfied Customers", value: "50k+" }
]}
title="Why London Trusts Us"
description="Our legacy of excellence in pest control stands on quality and safety."
@@ -82,22 +59,8 @@ export default function LandingPage() {
title="Why Our Team Stands Out"
description="Our staff are certified, background-checked, and friendly."
testimonials={[
{
id: "a1",
name: "Alex W.",
role: "Lead Tech",
testimonial: "I love helping families feel safe in their homes.",
imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-stop-danger-coming-from-left-yellow_114579-13463.jpg",
imageAlt: "Sanitizer in special preventive uniform stop danger coming from left on yellow.",
},
{
id: "a2",
name: "Maria K.",
role: "Lead Tech",
testimonial: "We use only the safest, most effective products available.",
imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg?_wi=3",
imageAlt: "Sanitizer in special preventive uniform stop danger coming from left on yellow.",
},
{ id: "a1", name: "Alex W.", role: "Lead Tech", testimonial: "I love helping families feel safe in their homes.", imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-stop-danger-coming-from-left-yellow_114579-13463.jpg" },
{ id: "a2", name: "Maria K.", role: "Lead Tech", testimonial: "We use only the safest, most effective products available.", imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg" }
]}
/>
</div>
@@ -105,57 +68,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Services",
items: [
{
label: "Rodent Control",
href: "/services",
},
{
label: "Termite Solutions",
href: "/services",
},
{
label: "Mosquito Reduction",
href: "/services",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Reviews",
href: "/about#reviews",
},
{
label: "Our History",
href: "/about",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Info",
href: "/contact",
},
{
label: "Service Areas",
href: "/services",
},
{
label: "Customer Feedback",
href: "/contact",
},
],
},
{ title: "Services", items: [{ label: "Rodent Control", href: "/services" }, { label: "Termite Solutions", href: "/services" }, { label: "Mosquito Reduction", href: "/services" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Reviews", href: "/about#reviews" }, { label: "Our History", href: "/about" }] },
{ title: "Support", items: [{ label: "Contact Info", href: "/contact" }, { label: "Service Areas", href: "/services" }, { label: "Customer Feedback", href: "/contact" }] }
]}
logoText="Eco-Safe Pest"
copyrightText="© 2026 Eco-Safe Pest Control. All rights reserved."
@@ -164,4 +79,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -13,33 +13,25 @@ export default function LandingPage() {
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Eco-Safe Pest"
button={{
text: "Free Inspection",
href: "/contact",
}}
button={{ text: "Free Inspection", href: "/contact" }}
/>
</div>
@@ -49,30 +41,11 @@ export default function LandingPage() {
title="Request a Free Inspection"
description="Tell us about your pest issue and our experts will reach out to schedule a consultation."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
{ name: "email", type: "email", placeholder: "Your Email Address", required: true }
]}
textarea={{
name: "message",
placeholder: "Describe your pest problem...",
rows: 4,
}}
textarea={{ name: "message", placeholder: "Describe your pest problem...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/office-employee-watches-greenscreen_482257-76699.jpg"
/>
</div>
@@ -82,15 +55,7 @@ export default function LandingPage() {
layout="section"
title="Terms of Service"
sections={[
{
heading: "Privacy Policy",
content: [
{
type: "paragraph",
text: "We take your privacy seriously and ensure your data remains secure.",
},
],
},
{ heading: "Privacy Policy", content: [{ type: "paragraph", text: "We take your privacy seriously and ensure your data remains secure." }] }
]}
/>
</div>
@@ -98,57 +63,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Services",
items: [
{
label: "Rodent Control",
href: "/services",
},
{
label: "Termite Solutions",
href: "/services",
},
{
label: "Mosquito Reduction",
href: "/services",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Reviews",
href: "/about#reviews",
},
{
label: "Our History",
href: "/about",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Info",
href: "/contact",
},
{
label: "Service Areas",
href: "/services",
},
{
label: "Customer Feedback",
href: "/contact",
},
],
},
{ title: "Services", items: [{ label: "Rodent Control", href: "/services" }, { label: "Termite Solutions", href: "/services" }, { label: "Mosquito Reduction", href: "/services" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Reviews", href: "/about#reviews" }, { label: "Our History", href: "/about" }] },
{ title: "Support", items: [{ label: "Contact Info", href: "/contact" }, { label: "Service Areas", href: "/services" }, { label: "Customer Feedback", href: "/contact" }] }
]}
logoText="Eco-Safe Pest"
copyrightText="© 2026 Eco-Safe Pest Control. All rights reserved."
@@ -157,4 +74,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -17,71 +17,38 @@ export default function LandingPage() {
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Eco-Safe Pest"
button={{
text: "Free Inspection",
href: "/contact",
}}
button={{ text: "Free Inspection", href: "/contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Professional Pest Control Solutions Since 1962"
description="Safe, effective pest solutions for your home and business. We are QualityPro certified and dedicated to protecting your family, pets, and the world."
tag="Trusted Experts"
buttons={[
{
text: "Get Free Inspection",
href: "/contact",
},
]}
buttons={[{ text: "Get Free Inspection", href: "/contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg?_wi=1",
imageAlt: "pest control service professional",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-protective-suit_176474-23782.jpg?_wi=1",
imageAlt: "protected home interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-holding-house-model-showing-thumb-down-protection-suit_176474-23537.jpg",
imageAlt: "Female doctor holding house model and showing thumb down in protection suit",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-looking-up-with-hand-chin-protective-suit_176474-23815.jpg",
imageAlt: "Male doctor looking up with hand on chin in protective suit",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-protective-suit_176474-23783.jpg",
imageAlt: "Male doctor in protective suit",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg", imageAlt: "pest control service professional" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-protective-suit_176474-23782.jpg", imageAlt: "protected home interior" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -95,42 +62,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Termite Control",
description: "Protect your property foundation with our advanced termite detection and treatment protocols.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-spraying-plants-garden_23-2148396745.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-disinfecting-countertop_23-2148563398.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/sanitizer-special-preventive-uniform-makes-refusal_114579-13481.jpg?_wi=2",
imageAlt: "eco friendly pest control spray",
},
{
title: "Rodent Control",
description: "Effective mice and rat removal strategies tailored for London homes.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-gardener-holding-sprayer-greenhouse_23-2147918606.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-white-protection-suit-with-sprayer-tank-ready-fight-against-corona-virus_342744-870.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-protective-suit_176474-23782.jpg?_wi=2",
imageAlt: "eco friendly pest control spray",
},
{
title: "Mosquito Services",
description: "Reclaim your yard with professional, low-impact mosquito reduction programs.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener_1398-2041.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-holding-house-model-pointing-camera-protective-suit_176474-23733.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg?_wi=1",
imageAlt: "eco friendly pest control spray",
},
{ title: "Termite Control", description: "Protect your property foundation with our advanced termite detection and treatment protocols.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-spraying-plants-garden_23-2148396745.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-disinfecting-countertop_23-2148563398.jpg" } },
{ title: "Rodent Control", description: "Effective mice and rat removal strategies tailored for London homes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-gardener-holding-sprayer-greenhouse_23-2147918606.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-white-protection-suit-with-sprayer-tank-ready-fight-against-corona-virus_342744-870.jpg" } },
{ title: "Mosquito Services", description: "Reclaim your yard with professional, low-impact mosquito reduction programs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-gardener_1398-2041.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-holding-house-model-pointing-camera-protective-suit_176474-23733.jpg" } }
]}
showStepNumbers={false}
title="Our Expert Pest Services"
@@ -158,46 +92,11 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
role: "Homeowner",
company: "London Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg?_wi=2",
},
{
id: "2",
name: "James Henderson",
role: "Business Owner",
company: "Eco-Tech Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-office-pandemic-wearing-medical-masks_23-2148666329.jpg",
},
{
id: "3",
name: "Linda Thompson",
role: "Homeowner",
company: "West London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg",
},
{
id: "4",
name: "Mark Stevens",
role: "Property Manager",
company: "Urban Estates",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
},
{
id: "5",
name: "Elena Rodriguez",
role: "Homeowner",
company: "London Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/paper-style-isolation-still-life_23-2148998870.jpg",
},
{ id: "1", name: "Sarah Miller", role: "Homeowner", company: "London Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg" },
{ id: "2", name: "James Henderson", role: "Business Owner", company: "Eco-Tech Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-office-pandemic-wearing-medical-masks_23-2148666329.jpg" },
{ id: "3", name: "Linda Thompson", role: "Homeowner", company: "West London", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg" },
{ id: "4", name: "Mark Stevens", role: "Property Manager", company: "Urban Estates", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg" },
{ id: "5", name: "Elena Rodriguez", role: "Homeowner", company: "London Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/paper-style-isolation-still-life_23-2148998870.jpg" }
]}
title="Hear From Our Happy Clients"
description="Join thousands of satisfied families and businesses trusting our expertise."
@@ -210,63 +109,17 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Featured Products"
description="Essential tools for pest maintenance."
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Services",
items: [
{
label: "Rodent Control",
href: "/services",
},
{
label: "Termite Solutions",
href: "/services",
},
{
label: "Mosquito Reduction",
href: "/services",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Reviews",
href: "/about#reviews",
},
{
label: "Our History",
href: "/about",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Info",
href: "/contact",
},
{
label: "Service Areas",
href: "/services",
},
{
label: "Customer Feedback",
href: "/contact",
},
],
},
{ title: "Services", items: [{ label: "Rodent Control", href: "/services" }, { label: "Termite Solutions", href: "/services" }, { label: "Mosquito Reduction", href: "/services" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Reviews", href: "/about#reviews" }, { label: "Our History", href: "/about" }] },
{ title: "Support", items: [{ label: "Contact Info", href: "/contact" }, { label: "Service Areas", href: "/services" }, { label: "Customer Feedback", href: "/contact" }] }
]}
logoText="Eco-Safe Pest"
copyrightText="© 2026 Eco-Safe Pest Control. All rights reserved."
@@ -275,4 +128,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -13,33 +13,25 @@ export default function LandingPage() {
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Eco-Safe Pest"
button={{
text: "Free Inspection",
href: "/contact",
}}
button={{ text: "Free Inspection", href: "/contact" }}
/>
</div>
@@ -50,60 +42,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "s1",
brand: "Service",
name: "Ant Control",
price: "From £85",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-insect-green-leaf_181624-24788.jpg",
},
{
id: "s2",
brand: "Service",
name: "Bed Bug Treatment",
price: "Custom Quote",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-toys_23-2149718443.jpg",
},
{
id: "s3",
brand: "Service",
name: "Rodent Removal",
price: "From £120",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/happy-agronomist-farmer-with-sprayer-raised-hands-celebrating-success-apple-fruit-orchard_342744-1040.jpg",
},
{
id: "s4",
brand: "Service",
name: "Termite Defense",
price: "From £250",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/covid-real-estate-concept-cheerful-guy-face-mask-showing-house-cutout-thumbsup-standing-o_1258-154268.jpg",
},
{
id: "s5",
brand: "Service",
name: "Mosquito Reduction",
price: "From £95",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-spraying-plants-with-water-bottle_23-2148488479.jpg",
},
{
id: "s6",
brand: "Service",
name: "Spider Management",
price: "From £75",
rating: 5,
reviewCount: "65",
imageSrc: "http://img.b2bpic.net/free-photo/white-house-cloth-assortment_23-2149817647.jpg",
},
{ id: "s1", brand: "Service", name: "Ant Control", price: "From £85", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-insect-green-leaf_181624-24788.jpg" },
{ id: "s2", brand: "Service", name: "Bed Bug Treatment", price: "Custom Quote", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-toys_23-2149718443.jpg" },
{ id: "s3", brand: "Service", name: "Rodent Removal", price: "From £120", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/happy-agronomist-farmer-with-sprayer-raised-hands-celebrating-success-apple-fruit-orchard_342744-1040.jpg" },
{ id: "s4", brand: "Service", name: "Termite Defense", price: "From £250", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/covid-real-estate-concept-cheerful-guy-face-mask-showing-house-cutout-thumbsup-standing-o_1258-154268.jpg" },
{ id: "s5", brand: "Service", name: "Mosquito Reduction", price: "From £95", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-spraying-plants-with-water-bottle_23-2148488479.jpg" },
{ id: "s6", brand: "Service", name: "Spider Management", price: "From £75", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/white-house-cloth-assortment_23-2149817647.jpg" }
]}
title="Our Professional Services"
description="We offer a complete range of pest control solutions designed to be safe for your home, your children, and your pets."
@@ -118,29 +62,8 @@ export default function LandingPage() {
title="Service Packages"
description="Affordable and transparent pricing for your protection."
plans={[
{
id: "basic",
badge: "Standard",
price: "£85",
subtitle: "Basic property protection",
features: [
"Inspection",
"Exterior barrier",
"Report",
],
},
{
id: "pro",
badge: "Popular",
price: "£150",
subtitle: "Complete home solution",
features: [
"Deep inspection",
"Interior treatment",
"Follow-up",
"Warranty",
],
},
{ id: "basic", badge: "Standard", price: "£85", subtitle: "Basic property protection", features: ["Inspection", "Exterior barrier", "Report"] },
{ id: "pro", badge: "Popular", price: "£150", subtitle: "Complete home solution", features: ["Deep inspection", "Interior treatment", "Follow-up", "Warranty"] }
]}
/>
</div>
@@ -148,57 +71,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Services",
items: [
{
label: "Rodent Control",
href: "/services",
},
{
label: "Termite Solutions",
href: "/services",
},
{
label: "Mosquito Reduction",
href: "/services",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "/about",
},
{
label: "Reviews",
href: "/about#reviews",
},
{
label: "Our History",
href: "/about",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Info",
href: "/contact",
},
{
label: "Service Areas",
href: "/services",
},
{
label: "Customer Feedback",
href: "/contact",
},
],
},
{ title: "Services", items: [{ label: "Rodent Control", href: "/services" }, { label: "Termite Solutions", href: "/services" }, { label: "Mosquito Reduction", href: "/services" }] },
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Reviews", href: "/about#reviews" }, { label: "Our History", href: "/about" }] },
{ title: "Support", items: [{ label: "Contact Info", href: "/contact" }, { label: "Service Areas", href: "/services" }, { label: "Customer Feedback", href: "/contact" }] }
]}
logoText="Eco-Safe Pest"
copyrightText="© 2026 Eco-Safe Pest Control. All rights reserved."
@@ -207,4 +82,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}