Update src/app/services/page.tsx

This commit is contained in:
2026-02-17 16:27:39 +00:00
parent a228436899
commit c0a63a6576

View File

@@ -44,20 +44,12 @@ export default function ServicesPage() {
animationType="slide-up" animationType="slide-up"
negativeCard={{ negativeCard={{
items: [ items: [
"Dangerous trees threatening your property", "Dangerous trees threatening your property", "Overgrown branches damaging structures", "Disease or pest-infested trees", "Poor tree health and declining safety", "Emergency storm damage situations"
"Overgrown branches damaging structures",
"Disease or pest-infested trees",
"Poor tree health and declining safety",
"Emergency storm damage situations"
] ]
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Professional Tree Removal - Safe & Complete", "Professional Tree Removal - Safe & Complete", "Expert Tree Trimming & Pruning Services", "24/7 Emergency Storm Damage Response", "Shrub & Small Tree Removal", "Complete Site Cleanup & Debris Removal"
"Expert Tree Trimming & Pruning Services",
"24/7 Emergency Storm Damage Response",
"Shrub & Small Tree Removal",
"Complete Site Cleanup & Debris Removal"
] ]
}} }}
/> />
@@ -71,36 +63,25 @@ export default function ServicesPage() {
tagIcon={Award} tagIcon={Award}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
mediaAnimation="slide-up"
bulletPoints={[ bulletPoints={[
{ {
title: "4.9-Star Google Rating", title: "4.9-Star Google Rating", description: "78 verified five-star reviews from satisfied Vermont homeowners", icon: Star
description: "78 verified five-star reviews from satisfied Vermont homeowners",
icon: Star
}, },
{ {
title: "Transparent Fair Pricing", title: "Transparent Fair Pricing", description: "No hidden costs. Competitive rates with detailed upfront estimates", icon: DollarSign
description: "No hidden costs. Competitive rates with detailed upfront estimates",
icon: DollarSign
}, },
{ {
title: "24/7 Emergency Response", title: "24/7 Emergency Response", description: "Storm damage or hazardous trees? We respond immediately, day or night", icon: AlertCircle
description: "Storm damage or hazardous trees? We respond immediately, day or night",
icon: AlertCircle
}, },
{ {
title: "Professional Grade Equipment", title: "Professional Grade Equipment", description: "State-of-the-art tools and safety equipment for efficient, safe work", icon: Wrench
description: "State-of-the-art tools and safety equipment for efficient, safe work",
icon: Wrench
}, },
{ {
title: "Complete Cleanup Guarantee", title: "Complete Cleanup Guarantee", description: "Full debris removal and property restoration after every job", icon: CheckCircle
description: "Full debris removal and property restoration after every job",
icon: CheckCircle
}, },
{ {
title: "Local Vermont Company", title: "Local Vermont Company", description: "Family-owned business serving Central Vermont communities for years", icon: MapPin
description: "Family-owned business serving Central Vermont communities for years",
icon: MapPin
} }
]} ]}
imageSrc="https://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg" imageSrc="https://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg"
@@ -115,8 +96,7 @@ export default function ServicesPage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Tree Removal", href: "/services" }, { label: "Tree Removal", href: "/services" },
{ label: "Tree Trimming", href: "/services" }, { label: "Tree Trimming", href: "/services" },
{ label: "Emergency Service", href: "/services" }, { label: "Emergency Service", href: "/services" },
@@ -124,8 +104,7 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" }, { label: "Reviews", href: "/reviews" },
{ label: "Service Area", href: "/services" }, { label: "Service Area", href: "/services" },
@@ -133,8 +112,7 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "📞 (802) 473-2606", href: "tel:(802)4732606" }, { label: "📞 (802) 473-2606", href: "tel:(802)4732606" },
{ label: "1774 Baptist St, Williamstown, VT 05679", href: "https://maps.google.com/?q=1774+Baptist+St+Williamstown+VT+05679" }, { label: "1774 Baptist St, Williamstown, VT 05679", href: "https://maps.google.com/?q=1774+Baptist+St+Williamstown+VT+05679" },
{ label: "Available 24/7", href: "/contact" } { label: "Available 24/7", href: "/contact" }