Update src/app/services/page.tsx
This commit is contained in:
@@ -44,20 +44,12 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Dangerous trees threatening your property",
|
||||
"Overgrown branches damaging structures",
|
||||
"Disease or pest-infested trees",
|
||||
"Poor tree health and declining safety",
|
||||
"Emergency storm damage situations"
|
||||
"Dangerous trees threatening your property", "Overgrown branches damaging structures", "Disease or pest-infested trees", "Poor tree health and declining safety", "Emergency storm damage situations"
|
||||
]
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"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"
|
||||
"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"
|
||||
]
|
||||
}}
|
||||
/>
|
||||
@@ -71,36 +63,25 @@ export default function ServicesPage() {
|
||||
tagIcon={Award}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "4.9-Star Google Rating",
|
||||
description: "78 verified five-star reviews from satisfied Vermont homeowners",
|
||||
icon: Star
|
||||
title: "4.9-Star Google Rating", description: "78 verified five-star reviews from satisfied Vermont homeowners", icon: Star
|
||||
},
|
||||
{
|
||||
title: "Transparent Fair Pricing",
|
||||
description: "No hidden costs. Competitive rates with detailed upfront estimates",
|
||||
icon: DollarSign
|
||||
title: "Transparent Fair Pricing", description: "No hidden costs. Competitive rates with detailed upfront estimates", icon: DollarSign
|
||||
},
|
||||
{
|
||||
title: "24/7 Emergency Response",
|
||||
description: "Storm damage or hazardous trees? We respond immediately, day or night",
|
||||
icon: AlertCircle
|
||||
title: "24/7 Emergency Response", description: "Storm damage or hazardous trees? We respond immediately, day or night", icon: AlertCircle
|
||||
},
|
||||
{
|
||||
title: "Professional Grade Equipment",
|
||||
description: "State-of-the-art tools and safety equipment for efficient, safe work",
|
||||
icon: Wrench
|
||||
title: "Professional Grade Equipment", description: "State-of-the-art tools and safety equipment for efficient, safe work", icon: Wrench
|
||||
},
|
||||
{
|
||||
title: "Complete Cleanup Guarantee",
|
||||
description: "Full debris removal and property restoration after every job",
|
||||
icon: CheckCircle
|
||||
title: "Complete Cleanup Guarantee", description: "Full debris removal and property restoration after every job", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
title: "Local Vermont Company",
|
||||
description: "Family-owned business serving Central Vermont communities for years",
|
||||
icon: MapPin
|
||||
title: "Local Vermont Company", 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"
|
||||
@@ -115,8 +96,7 @@ export default function ServicesPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Tree Removal", href: "/services" },
|
||||
{ label: "Tree Trimming", href: "/services" },
|
||||
{ label: "Emergency Service", href: "/services" },
|
||||
@@ -124,8 +104,7 @@ export default function ServicesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Service Area", href: "/services" },
|
||||
@@ -133,8 +112,7 @@ export default function ServicesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ 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: "Available 24/7", href: "/contact" }
|
||||
|
||||
Reference in New Issue
Block a user