Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 07:14:17 +00:00

View File

@@ -42,8 +42,8 @@ export default function LandingPage() {
buttons={[{text: 'Request Free Quote', href: 'contact'}, {text: 'Learn More', href: 'services'}]}
slides={[
{imageSrc: 'http://img.b2bpic.net/free-photo/man-prepares-climb-ropes-park_1304-4983.jpg', imageAlt: 'Professional tree service in action'},
{imageSrc: 'http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22884.jpg?_wi=1', imageAlt: 'Expert tree trimming and pruning'},
{imageSrc: 'http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500830.jpg?_wi=1', imageAlt: 'Emergency storm damage response'}
{imageSrc: 'http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22884.jpg', imageAlt: 'Expert tree trimming and pruning'},
{imageSrc: 'http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500830.jpg', imageAlt: 'Emergency storm damage response'}
]}
autoplayDelay={5000}
showDimOverlay={true}
@@ -65,11 +65,11 @@ export default function LandingPage() {
title="Complete Tree Care Solutions"
description="From routine maintenance to emergency response, we handle all aspects of professional tree care with precision and safety."
features={[
{id: 'trimming', title: 'Tree Trimming & Pruning', description: 'Expert pruning to enhance tree health, shape, and aesthetics. We improve air circulation, remove dead wood, and maintain proper structure for long-term vitality.', imageSrc: 'http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22884.jpg?_wi=2', imageAlt: 'Professional tree trimming service'},
{id: 'trimming', title: 'Tree Trimming & Pruning', description: 'Expert pruning to enhance tree health, shape, and aesthetics. We improve air circulation, remove dead wood, and maintain proper structure for long-term vitality.', imageSrc: 'http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22884.jpg', imageAlt: 'Professional tree trimming service'},
{id: 'removal', title: 'Tree Removal', description: 'Safe and efficient removal of hazardous, diseased, or unwanted trees. We use advanced equipment and proven techniques to protect your property and surroundings.', imageSrc: 'http://img.b2bpic.net/free-photo/photorealistic-perspective-wood-logs-timber-industry_23-2151239515.jpg', imageAlt: 'Safe tree removal with professional equipment'},
{id: 'stump', title: 'Stump Grinding & Removal', description: 'Complete stump removal using modern grinding equipment. We leave your yard clean and ready for landscaping or new plantings.', imageSrc: 'http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22899.jpg', imageAlt: 'Professional stump grinding service'},
{id: 'emergency', title: 'Emergency Storm Damage', description: '24/7 emergency response for storm-damaged trees and fallen branches. We quickly and safely clear hazards to restore property safety.', imageSrc: 'http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500830.jpg?_wi=2', imageAlt: 'Emergency tree damage response'},
{id: 'disease', title: 'Tree Disease Management', description: 'Expert diagnosis and treatment of tree diseases and pest infestations. We implement prevention strategies to protect your landscape investment.', imageSrc: 'http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22884.jpg?_wi=3', imageAlt: 'Tree health assessment'}
{id: 'emergency', title: 'Emergency Storm Damage', description: '24/7 emergency response for storm-damaged trees and fallen branches. We quickly and safely clear hazards to restore property safety.', imageSrc: 'http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500830.jpg', imageAlt: 'Emergency tree damage response'},
{id: 'disease', title: 'Tree Disease Management', description: 'Expert diagnosis and treatment of tree diseases and pest infestations. We implement prevention strategies to protect your landscape investment.', imageSrc: 'http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22884.jpg', imageAlt: 'Tree health assessment'}
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -89,7 +89,7 @@ export default function LandingPage() {
{id: '3', value: '98', title: '%', description: 'Customer satisfaction and repeat business rate', icon: ThumbsUp},
{id: '4', value: '24', title: '/7', description: 'Emergency response availability for storm damage', icon: AlertCircle}
]}
gridVariant="four-items-2x2-equal-grid"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}