Update src/app/about/page.tsx

This commit is contained in:
2026-02-17 16:27:35 +00:00
parent e0f5727dc5
commit 2737b7472c

View File

@@ -42,26 +42,19 @@ export default function AboutPage() {
tagIcon={MapPin}
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
bulletPoints={[
{
title: "Williamstown, VT",
description: "Local experts serving our home community",
icon: MapPin
title: "Williamstown, VT", description: "Local experts serving our home community", icon: MapPin
},
{
title: "Central Vermont",
description: "Extensive coverage across the region",
icon: Compass
title: "Central Vermont", description: "Extensive coverage across the region", icon: Compass
},
{
title: "Rural & Wooded Properties",
description: "Experienced with challenging terrain and large trees",
icon: Trees
title: "Rural & Wooded Properties", description: "Experienced with challenging terrain and large trees", icon: Trees
},
{
title: "Residential Focus",
description: "Specializing in homeowner needs and safety",
icon: Home
title: "Residential Focus", description: "Specializing in homeowner needs and safety", icon: Home
}
]}
imageSrc="https://img.b2bpic.net/free-photo/lake-with-autumn-foliage-viewed-from-mountain-top-new-england-stowe_649448-22.jpg"
@@ -80,34 +73,22 @@ export default function AboutPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "How quickly can you respond to emergency tree removal?",
content: "We offer 24/7 emergency service. Call us anytime at (802) 473-2606 and we'll dispatch our crew as soon as possible for storm damage, hazardous trees, or urgent situations."
id: "1", title: "How quickly can you respond to emergency tree removal?", content: "We offer 24/7 emergency service. Call us anytime at (802) 473-2606 and we'll dispatch our crew as soon as possible for storm damage, hazardous trees, or urgent situations."
},
{
id: "2",
title: "Do you offer free estimates?",
content: "Absolutely! We provide free, no-obligation on-site estimates for all tree removal and trimming work. We'll assess your trees, discuss options, and give you transparent pricing before any work begins."
id: "2", title: "Do you offer free estimates?", content: "Absolutely! We provide free, no-obligation on-site estimates for all tree removal and trimming work. We'll assess your trees, discuss options, and give you transparent pricing before any work begins."
},
{
id: "3",
title: "What's included in your tree removal service?",
content: "Our complete tree removal service includes safe felling, limb removal, stump grinding, debris hauling, and full site cleanup. We use professional equipment and follow industry safety standards throughout."
id: "3", title: "What's included in your tree removal service?", content: "Our complete tree removal service includes safe felling, limb removal, stump grinding, debris hauling, and full site cleanup. We use professional equipment and follow industry safety standards throughout."
},
{
id: "4",
title: "Are your crew members experienced and insured?",
content: "Yes. All our team members are trained, experienced arborists. We carry full liability insurance and workers' compensation for your protection and peace of mind."
id: "4", title: "Are your crew members experienced and insured?", content: "Yes. All our team members are trained, experienced arborists. We carry full liability insurance and workers' compensation for your protection and peace of mind."
},
{
id: "5",
title: "How do you handle tree trimming and pruning?",
content: "We trim and prune trees to improve health, remove dead branches, clear sight lines, and prevent damage to nearby property. Our experts assess each tree and recommend the best approach."
id: "5", title: "How do you handle tree trimming and pruning?", content: "We trim and prune trees to improve health, remove dead branches, clear sight lines, and prevent damage to nearby property. Our experts assess each tree and recommend the best approach."
},
{
id: "6",
title: "What's your service area?",
content: "We're based in Williamstown, VT and serve Central Vermont communities 24/7. We work on residential properties of all sizes, including rural and wooded lots. Call to confirm your location."
id: "6", title: "What's your service area?", content: "We're based in Williamstown, VT and serve Central Vermont communities 24/7. We work on residential properties of all sizes, including rural and wooded lots. Call to confirm your location."
}
]}
/>
@@ -116,8 +97,7 @@ export default function AboutPage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Tree Removal", href: "/services" },
{ label: "Tree Trimming", href: "/services" },
{ label: "Emergency Service", href: "/services" },
@@ -125,8 +105,7 @@ export default function AboutPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Service Area", href: "/services" },
@@ -134,8 +113,7 @@ export default function AboutPage() {
]
},
{
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" }