Update src/app/about/page.tsx
This commit is contained in:
@@ -42,26 +42,19 @@ export default function AboutPage() {
|
|||||||
tagIcon={MapPin}
|
tagIcon={MapPin}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
mediaAnimation="slide-up"
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Williamstown, VT",
|
title: "Williamstown, VT", description: "Local experts serving our home community", icon: MapPin
|
||||||
description: "Local experts serving our home community",
|
|
||||||
icon: MapPin
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Central Vermont",
|
title: "Central Vermont", description: "Extensive coverage across the region", icon: Compass
|
||||||
description: "Extensive coverage across the region",
|
|
||||||
icon: Compass
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Rural & Wooded Properties",
|
title: "Rural & Wooded Properties", description: "Experienced with challenging terrain and large trees", icon: Trees
|
||||||
description: "Experienced with challenging terrain and large trees",
|
|
||||||
icon: Trees
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Residential Focus",
|
title: "Residential Focus", description: "Specializing in homeowner needs and safety", icon: Home
|
||||||
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"
|
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"
|
faqsAnimation="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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."
|
||||||
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",
|
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."
|
||||||
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",
|
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."
|
||||||
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",
|
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."
|
||||||
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",
|
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."
|
||||||
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",
|
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."
|
||||||
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
|
<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" },
|
||||||
@@ -125,8 +105,7 @@ export default function AboutPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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" },
|
||||||
@@ -134,8 +113,7 @@ export default function AboutPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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" }
|
||||||
|
|||||||
Reference in New Issue
Block a user