diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8991962..a625657 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() {