Merge version_2 into main #4
@@ -41,14 +41,14 @@ export default function AboutPage() {
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Story"
|
||||
tagIcon={Trophy}
|
||||
title="Family-Owned Tree Experts Serving Nashville Since 2002"
|
||||
description="Sky Tree Services was founded as a family-owned, Latino business with a simple mission: provide Nashville with honest, professional tree care at fair prices. Over two decades later, we've built our reputation on safety, expertise, and genuine care for our community. Our certified arborists combine traditional craftsmanship with modern equipment to deliver exceptional results every time."
|
||||
title="Family-Owned Tree Experts Since 2002"
|
||||
description="Sky Tree Services has served Nashville with honest, professional tree care at fair prices. Our certified arborists combine expertise with modern equipment."
|
||||
metrics={[
|
||||
{ value: "20+ Years", title: "Serving Nashville" },
|
||||
{ value: "Family Owned", title: "Latino Business" }
|
||||
{ value: "Family Owned", title: "Local Business" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=5"
|
||||
imageAlt="Our professional tree service team"
|
||||
imageAlt="Our team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -57,13 +57,13 @@ export default function AboutPage() {
|
||||
|
||||
<div id="values-metrics" data-section="values-metrics">
|
||||
<MetricCardThree
|
||||
title="Our Commitment to Excellence"
|
||||
description="The values and standards that guide our work every day"
|
||||
title="Our Commitment"
|
||||
description="Values that guide our work"
|
||||
metrics={[
|
||||
{ id: "1", icon: Award, title: "Certified Experts", value: "Licensed & Insured" },
|
||||
{ id: "2", icon: Shield, title: "Safety First", value: "Zero Incidents" },
|
||||
{ id: "3", icon: Users, title: "Community Focus", value: "Local Family Business" },
|
||||
{ id: "4", icon: Star, title: "Quality Guarantee", value: "100% Satisfaction" }
|
||||
{ id: "1", icon: Award, title: "Certified", value: "Licensed & Insured" },
|
||||
{ id: "2", icon: Shield, title: "Safety", value: "Zero Incidents" },
|
||||
{ id: "3", icon: Users, title: "Community", value: "Local Focus" },
|
||||
{ id: "4", icon: Star, title: "Quality", value: "100% Satisfaction" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -73,16 +73,16 @@ export default function AboutPage() {
|
||||
|
||||
<div id="why-choose-detailed" data-section="why-choose-detailed">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Why Choose Sky Tree Services"
|
||||
tag="Why Us"
|
||||
tagIcon={CheckCircle}
|
||||
title="Professional Standards, Personal Service"
|
||||
description="We understand that your property is one of your most valuable assets. That's why we approach every job with the same care and attention we'd give our own homes. Our team is fully licensed, insured, and equipped with professional-grade equipment. We provide detailed estimates, clean up completely, and stand behind our work with a satisfaction guarantee."
|
||||
description="Fully licensed, insured, and equipped with professional-grade equipment. Detailed estimates, complete cleanup, satisfaction guarantee."
|
||||
metrics={[
|
||||
{ value: "4.9 Stars", title: "Customer Rating" },
|
||||
{ value: "24/7", title: "Emergency Service" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=2"
|
||||
imageAlt="Professional tree care and safety standards"
|
||||
imageAlt="Professional standards"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -92,13 +92,13 @@ export default function AboutPage() {
|
||||
<div id="about-contact" data-section="about-contact">
|
||||
<ContactCenter
|
||||
tag="Get to Know Us"
|
||||
title="Ready to Experience the Sky Tree Difference?"
|
||||
description="We'd love to discuss your tree care needs and show you why Nashville homeowners trust us with their most important landscaping decisions. Contact us today for a free, no-obligation consultation."
|
||||
title="Ready for a Consultation?"
|
||||
description="Contact us to discuss your tree care needs. Free estimates, no obligation."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Schedule Consultation"
|
||||
inputPlaceholder="Your email or phone"
|
||||
termsText="Free consultations available. We'll assess your needs and provide honest recommendations."
|
||||
termsText="Free consultations available. We respond within 24 hours."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,4 +113,4 @@ export default function AboutPage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,10 +30,10 @@ export default function BlogPage() {
|
||||
brandName="Sky Tree Services"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
bottomLeftText="Nashville, TN"
|
||||
bottomRightText="(615) 568-9651"
|
||||
@@ -48,8 +48,8 @@ export default function BlogPage() {
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
blogs={posts}
|
||||
title="Latest Tree Care Insights"
|
||||
description="Expert advice and updates from Nashville's premier tree service professionals"
|
||||
title="Tree Care Insights"
|
||||
description="Expert advice from Nashville's tree service professionals"
|
||||
tag="Blog"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -73,4 +73,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,26 +38,26 @@ export default function ContactPage() {
|
||||
|
||||
<div id="main-contact" data-section="main-contact">
|
||||
<ContactCenter
|
||||
tag="Get Your Free Estimate"
|
||||
title="Ready for Professional Tree Service?"
|
||||
description="Contact Sky Tree Services today for your free, no-obligation estimate. Our Nashville tree experts are standing by to help with all your tree care needs."
|
||||
tag="Free Estimate"
|
||||
title="Ready for Service?"
|
||||
description="Contact us for your free, no-obligation estimate. Nashville tree experts standing by."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Send My Request"
|
||||
buttonText="Send Request"
|
||||
inputPlaceholder="Your email or phone number"
|
||||
termsText="Free estimates on all services. We respond within 24 hours during business days."
|
||||
termsText="We respond within 24 hours during business days."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-methods" data-section="contact-methods">
|
||||
<MetricCardThree
|
||||
title="Multiple Ways to Reach Us"
|
||||
description="Choose the contact method that works best for you"
|
||||
title="Ways to Reach Us"
|
||||
description="Choose what works best for you"
|
||||
metrics={[
|
||||
{ id: "1", icon: Phone, title: "Call Direct", value: "(615) 568-9651" },
|
||||
{ id: "2", icon: MessageSquare, title: "Text Message", value: "Same Number" },
|
||||
{ id: "3", icon: Mail, title: "Email Response", value: "Within 4 Hours" },
|
||||
{ id: "4", icon: Calendar, title: "Free Estimates", value: "Same Day Available" }
|
||||
{ id: "1", icon: Phone, title: "Call", value: "(615) 568-9651" },
|
||||
{ id: "2", icon: MessageSquare, title: "Text", value: "Same Number" },
|
||||
{ id: "3", icon: Mail, title: "Email", value: "Within 4 Hours" },
|
||||
{ id: "4", icon: Calendar, title: "Estimates", value: "Same Day" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -67,15 +67,15 @@ export default function ContactPage() {
|
||||
|
||||
<div id="emergency-contact" data-section="emergency-contact">
|
||||
<ContactCenter
|
||||
tag="EMERGENCY SERVICE"
|
||||
tag="EMERGENCY"
|
||||
tagIcon={AlertTriangle}
|
||||
title="Tree Emergency? We're Available 24/7"
|
||||
description="Don't wait when safety is at risk. Our emergency response team is on standby 24 hours a day, 7 days a week for storm damage, fallen trees, and hazardous situations."
|
||||
title="24/7 Emergency Service"
|
||||
description="Call immediately for storm damage, fallen trees, and hazardous situations."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="CALL NOW: (615) 568-9651"
|
||||
buttonText="CALL: (615) 568-9651"
|
||||
inputPlaceholder="Describe your emergency"
|
||||
termsText="Emergency services available 24/7 including holidays. Immediate response for urgent situations."
|
||||
termsText="Available 24/7 including holidays. Immediate response for urgent situations."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,4 +90,4 @@ export default function ContactPage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1413,4 +1413,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { AlertTriangle, Star, Users, Clock, CheckCircle, Leaf, Trophy, Phone, MapPin, Clock as ClockIcon } from 'lucide-react';
|
||||
import Link from 'next/link';
|
||||
import { AlertTriangle, Star, Users, Clock, CheckCircle, Leaf, Trophy, Phone, MapPin } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -42,9 +41,9 @@ export default function HomePage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="24/7 Tree Removal & Emergency Services in Nashville"
|
||||
description="Fast, Safe, Professional Tree Service — Fair Pricing & 4.9-Star Rated. Family-owned, Latino business serving Nashville with expert arborists and the latest equipment."
|
||||
tag="Emergency Tree Services Available"
|
||||
title="24/7 Tree Removal & Emergency Services"
|
||||
description="Fast, safe tree service in Nashville. Expert arborists, fair pricing, 4.9-star rated."
|
||||
tag="Emergency Available"
|
||||
tagIcon={AlertTriangle}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
@@ -53,8 +52,8 @@ export default function HomePage() {
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "📞 Call Now (615) 568-9651", href: "tel:+16155689651" },
|
||||
{ text: "Get Free Estimate", href: "/contact" }
|
||||
{ text: "Call (615) 568-9651", href: "tel:+16155689651" },
|
||||
{ text: "Free Estimate", href: "/contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -62,13 +61,13 @@ export default function HomePage() {
|
||||
|
||||
<div id="trust-indicators" data-section="trust-indicators">
|
||||
<MetricCardThree
|
||||
title="Why Nashville Trusts Sky Tree Services"
|
||||
description="Industry-leading expertise with exceptional customer satisfaction"
|
||||
title="Why Nashville Trusts Us"
|
||||
description="Industry expertise with exceptional satisfaction"
|
||||
metrics={[
|
||||
{ id: "1", icon: Star, title: "Customer Rating", value: "4.9 ⭐" },
|
||||
{ id: "2", icon: Users, title: "Happy Customers", value: "70+ Reviews" },
|
||||
{ id: "3", icon: Clock, title: "24/7 Availability", value: "Always Open" },
|
||||
{ id: "4", icon: CheckCircle, title: "Free Estimates", value: "No Obligation" }
|
||||
{ id: "1", icon: Star, title: "Rating", value: "4.9 ⭐" },
|
||||
{ id: "2", icon: Users, title: "Reviews", value: "70+" },
|
||||
{ id: "3", icon: Clock, title: "Available", value: "24/7" },
|
||||
{ id: "4", icon: CheckCircle, title: "Estimates", value: "Free" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -78,8 +77,8 @@ export default function HomePage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardOne
|
||||
title="Our Professional Tree Services"
|
||||
description="Comprehensive tree care solutions for Nashville homeowners and property managers"
|
||||
title="Our Services"
|
||||
description="Complete tree care solutions for Nashville"
|
||||
tag="Core Services"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
@@ -89,13 +88,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Tree Removal", description: "Safe, professional removal of any tree size with expert precision and cleanup", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=2", imageAlt: "Professional tree removal service", button: { text: "Learn More", href: "/services" }
|
||||
title: "Tree Removal", description: "Safe removal of any size tree with expert precision and cleanup", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=2", imageAlt: "Professional tree removal", button: { text: "Learn More", href: "/services" }
|
||||
},
|
||||
{
|
||||
title: "Emergency Tree Service", description: "24/7 rapid response for storm damage, fallen trees, and hazardous situations", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg?_wi=1", imageAlt: "Emergency tree damage response", button: { text: "Call Now", href: "tel:+16155689651" }
|
||||
title: "Emergency Service", description: "24/7 rapid response for storm damage and hazardous situations", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg?_wi=1", imageAlt: "Emergency response", button: { text: "Call Now", href: "tel:+16155689651" }
|
||||
},
|
||||
{
|
||||
title: "Tree Trimming & Pruning", description: "Maintain healthy trees and improve landscape aesthetics with expert trimming", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg?_wi=1", imageAlt: "Professional tree trimming service", button: { text: "Schedule Service", href: "/contact" }
|
||||
title: "Trimming & Pruning", description: "Expert trimming to maintain health and enhance landscape", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg?_wi=1", imageAlt: "Professional trimming", button: { text: "Schedule", href: "/contact" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -106,10 +105,10 @@ export default function HomePage() {
|
||||
tag="EMERGENCY"
|
||||
tagIcon={AlertTriangle}
|
||||
title="Storm Damage? Fallen Tree? We're Available 24/7"
|
||||
description="Don't wait—call now for immediate emergency tree removal and storm cleanup. Our crew responds fast to protect your property."
|
||||
description="Call now for immediate emergency tree removal and cleanup."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="CALL NOW: (615) 568-9651"
|
||||
buttonText="CALL: (615) 568-9651"
|
||||
inputPlaceholder="Enter your phone number"
|
||||
/>
|
||||
</div>
|
||||
@@ -119,13 +118,13 @@ export default function HomePage() {
|
||||
tag="What Sets Us Apart"
|
||||
tagIcon={Trophy}
|
||||
title="Why Choose Sky Tree Services"
|
||||
description="With over two decades of expertise serving Nashville, we combine professional standards with fair pricing and a genuine commitment to customer satisfaction. Our Latino-owned family business prioritizes your safety, tree health, and peace of mind."
|
||||
description="Family-owned business with 20+ years serving Nashville. Licensed, insured, and committed to your safety and satisfaction."
|
||||
metrics={[
|
||||
{ value: "70+", title: "Satisfied Customer Reviews" },
|
||||
{ value: "70+", title: "Customer Reviews" },
|
||||
{ value: "24/7", title: "Emergency Response" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=3"
|
||||
imageAlt="Our professional tree service team"
|
||||
imageAlt="Our professional team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -136,12 +135,12 @@ export default function HomePage() {
|
||||
<ContactCenter
|
||||
tag="Ready to Get Started?"
|
||||
title="Need Tree Service Today?"
|
||||
description="Call now or request your free estimate online. No obligation, just honest advice from Nashville's trusted tree experts."
|
||||
description="Call or request your free estimate. No obligation, honest advice."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Request Free Estimate"
|
||||
buttonText="Request Estimate"
|
||||
inputPlaceholder="Your email or phone"
|
||||
termsText="We respect your privacy. Unsubscribe anytime. Standard rates may apply."
|
||||
termsText="We respect your privacy. Unsubscribe anytime."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -151,9 +150,9 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{ icon: Phone, href: "tel:+16155689651", ariaLabel: "Call us" },
|
||||
{ icon: MapPin, href: "https://maps.google.com?q=3037+Runabout+Dr,+Nashville,+TN+37217", ariaLabel: "Visit our location" },
|
||||
{ icon: ClockIcon, href: "#", ariaLabel: "Open 24 hours" }
|
||||
{ icon: Clock, href: "#", ariaLabel: "Open 24 hours" }
|
||||
]}
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,13 +39,13 @@ export default function ReviewsPage() {
|
||||
|
||||
<div id="review-stats" data-section="review-stats">
|
||||
<MetricCardThree
|
||||
title="What Our Nashville Customers Say"
|
||||
description="Real reviews from real customers who've experienced our professional tree services"
|
||||
title="What Nashville Customers Say"
|
||||
description="Real reviews from satisfied customers"
|
||||
metrics={[
|
||||
{ id: "1", icon: Star, title: "Average Rating", value: "4.9 Stars" },
|
||||
{ id: "2", icon: Users, title: "Total Reviews", value: "70+" },
|
||||
{ id: "3", icon: ThumbsUp, title: "Satisfaction Rate", value: "98%" },
|
||||
{ id: "4", icon: MessageCircle, title: "Response Time", value: "Same Day" }
|
||||
{ id: "1", icon: Star, title: "Rating", value: "4.9 Stars" },
|
||||
{ id: "2", icon: Users, title: "Reviews", value: "70+" },
|
||||
{ id: "3", icon: ThumbsUp, title: "Satisfaction", value: "98%" },
|
||||
{ id: "4", icon: MessageCircle, title: "Response", value: "Same Day" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -55,8 +55,8 @@ export default function ReviewsPage() {
|
||||
|
||||
<div id="customer-testimonials" data-section="customer-testimonials">
|
||||
<TestimonialCardSix
|
||||
title="Hear From Our Satisfied Nashville Customers"
|
||||
description="Read authentic reviews from homeowners and property managers who trust Sky Tree Services for their tree care needs"
|
||||
title="Nashville Customers Love Us"
|
||||
description="Read authentic reviews from homeowners and property managers"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -64,28 +64,28 @@ export default function ReviewsPage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj_nashville", testimonial: "Very professional, solid quality work at a good price. They were punctual and thorough. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj_nashville", testimonial: "Very professional, solid work at good price. Punctual and thorough. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Rodriguez", handle: "@mrodriguez_tn", testimonial: "Outstanding job removing downed trees after the storm. Fast response, professional crew, fair pricing. Great service!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Rodriguez"
|
||||
id: "2", name: "Michael Rodriguez", handle: "@mrodriguez_tn", testimonial: "Outstanding job after the storm. Fast response, professional crew, fair pricing.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jennifer Chen", handle: "@jen_chen_home", testimonial: "Fair price and easy to work with. They explained everything clearly and finished the job perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Jennifer Chen"
|
||||
id: "3", name: "Jennifer Chen", handle: "@jen_chen_home", testimonial: "Fair price and easy to work with. They explained everything clearly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Jennifer Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Martinez", handle: "@davidmartinez_tn", testimonial: "Called for emergency service after the ice storm. They were there quickly and handled everything professionally.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "David Martinez"
|
||||
id: "4", name: "David Martinez", handle: "@davidmartinez_tn", testimonial: "Called for emergency service. They arrived quickly and handled everything professionally.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "David Martinez"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Thompson", handle: "@lisa_home_care", testimonial: "Best tree service in Nashville. Professional, safe, and they actually care about saving healthy trees.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "Lisa Thompson"
|
||||
id: "5", name: "Lisa Thompson", handle: "@lisa_home_care", testimonial: "Best tree service in Nashville. Professional, safe, and they care.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "Lisa Thompson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Carlos Sanchez", handle: "@carlos_property_mgr", testimonial: "As a property manager, I need reliable service. Sky Tree never disappoints. Highly professional team.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "Carlos Sanchez"
|
||||
id: "6", name: "Carlos Sanchez", handle: "@carlos_property_mgr", testimonial: "As a property manager, I need reliability. Sky Tree never disappoints.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "Carlos Sanchez"
|
||||
},
|
||||
{
|
||||
id: "7", name: "Amanda Wilson", handle: "@amanda_homeowner", testimonial: "Excellent communication throughout the process. They arrived on time and exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=7", imageAlt: "Amanda Wilson"
|
||||
id: "7", name: "Amanda Wilson", handle: "@amanda_homeowner", testimonial: "Excellent communication. They arrived on time and exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=7", imageAlt: "Amanda Wilson"
|
||||
},
|
||||
{
|
||||
id: "8", name: "Robert Kim", handle: "@robert_kim_tn", testimonial: "Fair pricing, quality work, and they cleaned up everything perfectly. Will definitely use them again.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=8", imageAlt: "Robert Kim"
|
||||
id: "8", name: "Robert Kim", handle: "@robert_kim_tn", testimonial: "Fair pricing, quality work, perfect cleanup. Will definitely use them again.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=8", imageAlt: "Robert Kim"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -93,14 +93,14 @@ export default function ReviewsPage() {
|
||||
|
||||
<div id="review-contact" data-section="review-contact">
|
||||
<ContactCenter
|
||||
tag="Join Our Happy Customers"
|
||||
title="Experience the 4.9-Star Difference"
|
||||
description="Ready to see why Nashville homeowners consistently rate us 4.9 stars? Contact us today and discover what professional tree care really means."
|
||||
tag="Join Happy Customers"
|
||||
title="Experience 4.9-Star Service"
|
||||
description="Ready to see why Nashville homeowners rate us 4.9 stars? Contact us today."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Get Your Free Estimate"
|
||||
buttonText="Get Estimate"
|
||||
inputPlaceholder="Your email or phone"
|
||||
termsText="Join 70+ satisfied customers. Free estimates with no pressure or obligation."
|
||||
termsText="Join 70+ satisfied customers. Free estimates, no pressure."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,4 +115,4 @@ export default function ReviewsPage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,9 +38,9 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="services-detailed" data-section="services-detailed">
|
||||
<FeatureCardOne
|
||||
title="Complete Tree Care Services in Nashville"
|
||||
description="Professional tree removal, trimming, emergency services, and property management solutions with 24/7 availability and expert care."
|
||||
tag="Full Service Tree Care"
|
||||
title="Complete Tree Care"
|
||||
description="Professional tree services with 24/7 availability"
|
||||
tag="Full Service"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -49,22 +49,22 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Tree Removal", description: "Complete tree removal services for any size tree. Our certified arborists use professional equipment and follow strict safety protocols to safely remove trees from your property with full cleanup included.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=4", imageAlt: "Professional tree removal service", button: { text: "Get Quote", href: "/contact" }
|
||||
title: "Tree Removal", description: "Safe removal for any size tree with full cleanup", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=4", imageAlt: "Professional tree removal", button: { text: "Get Quote", href: "/contact" }
|
||||
},
|
||||
{
|
||||
title: "Emergency Tree Service", description: "24/7 emergency response for storm damage, fallen trees, and hazardous situations. Our rapid response team is equipped to handle urgent tree emergencies that threaten your property or safety.", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg?_wi=2", imageAlt: "Emergency tree damage response", button: { text: "Call Now", href: "tel:+16155689651" }
|
||||
title: "Emergency Service", description: "24/7 rapid response for storm damage and hazards", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg?_wi=2", imageAlt: "Emergency response", button: { text: "Call Now", href: "tel:+16155689651" }
|
||||
},
|
||||
{
|
||||
title: "Tree Trimming & Pruning", description: "Expert trimming and pruning services to maintain tree health, improve aesthetics, and ensure safety. We use proper techniques to promote healthy growth while enhancing your landscape's beauty.", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg?_wi=2", imageAlt: "Professional tree trimming service", button: { text: "Schedule Service", href: "/contact" }
|
||||
title: "Trimming & Pruning", description: "Expert trimming for health and landscape beauty", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg?_wi=2", imageAlt: "Professional trimming", button: { text: "Schedule", href: "/contact" }
|
||||
},
|
||||
{
|
||||
title: "Storm Cleanup", description: "Complete storm damage cleanup and debris removal services. We'll restore your property after severe weather events, clearing fallen trees and branches to get your landscape back to normal.", imageSrc: "http://img.b2bpic.net/free-photo/senior-gardener-walking-with-leaf-blower-clean-up-public-area-from-leaves-autumn-front-view_7502-10296.jpg", imageAlt: "Storm cleanup and debris removal", button: { text: "Request Cleanup", href: "/contact" }
|
||||
title: "Storm Cleanup", description: "Complete cleanup and debris removal after storms", imageSrc: "http://img.b2bpic.net/free-photo/senior-gardener-walking-with-leaf-blower-clean-up-public-area-from-leaves-autumn-front-view_7502-10296.jpg", imageAlt: "Storm cleanup", button: { text: "Request", href: "/contact" }
|
||||
},
|
||||
{
|
||||
title: "Hazardous Tree Removal", description: "Specialized removal of dangerous, diseased, or dead trees that pose risks to property or people. Our experts assess tree health and safely remove hazardous trees using advanced rigging techniques.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=1", imageAlt: "Hazardous tree removal expert", button: { text: "Safety Assessment", href: "/contact" }
|
||||
title: "Hazardous Removal", description: "Specialized removal of dangerous or diseased trees", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=1", imageAlt: "Hazardous removal", button: { text: "Assessment", href: "/contact" }
|
||||
},
|
||||
{
|
||||
title: "Lot Clearing", description: "Professional land clearing services for new construction and development projects. We clear properties efficiently while preserving valuable trees and preparing sites for your development needs.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500818.jpg", imageAlt: "Professional lot clearing service", button: { text: "Development Quote", href: "/contact" }
|
||||
title: "Lot Clearing", description: "Professional land clearing for development projects", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500818.jpg", imageAlt: "Lot clearing", button: { text: "Quote", href: "/contact" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -72,28 +72,28 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="emergency-service" data-section="emergency-service">
|
||||
<ContactCenter
|
||||
tag="24/7 EMERGENCY SERVICE"
|
||||
tag="24/7 EMERGENCY"
|
||||
tagIcon={AlertTriangle}
|
||||
title="Nashville's Fastest Emergency Tree Response"
|
||||
description="When storms hit or trees become hazardous, every minute counts. Our emergency crew is on standby 24/7 to protect your property and restore safety to your landscape."
|
||||
title="Fastest Emergency Response"
|
||||
description="Our team is on standby 24/7 to protect your property from storms and hazards."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="EMERGENCY CALL: (615) 568-9651"
|
||||
buttonText="CALL: (615) 568-9651"
|
||||
inputPlaceholder="Describe your emergency"
|
||||
termsText="Emergency services available 24 hours a day, 7 days a week including holidays."
|
||||
termsText="Available 24/7 including holidays."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="service-contact" data-section="service-contact">
|
||||
<ContactCenter
|
||||
tag="Get Your Free Estimate"
|
||||
title="Ready to Schedule Your Tree Service?"
|
||||
description="Contact us today for professional tree care services. All estimates are free with no obligation. Let our Nashville tree experts help you maintain a safe and beautiful property."
|
||||
tag="Free Estimate"
|
||||
title="Ready to Schedule?"
|
||||
description="Contact us for professional tree care. All estimates are free with no obligation."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Get Free Estimate"
|
||||
buttonText="Get Estimate"
|
||||
inputPlaceholder="Your email or phone"
|
||||
termsText="Free estimates on all services. We respond within 24 hours during business days."
|
||||
termsText="We respond within 24 hours during business days."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,4 +108,4 @@ export default function ServicesPage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -95,10 +95,10 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
brandName="Sky Tree Services"
|
||||
navItems={[
|
||||
{name: "Home", id: "/"},
|
||||
{name: "Services", id: "services"},
|
||||
{name: "About", id: "about"},
|
||||
{name: "Reviews", id: "reviews"},
|
||||
{name: "Contact", id: "contact"},
|
||||
{name: "Services", id: "/services"},
|
||||
{name: "About", id: "/about"},
|
||||
{name: "Reviews", id: "/reviews"},
|
||||
{name: "Contact", id: "/contact"},
|
||||
{name: "Shop", id: "/shop"}
|
||||
]}
|
||||
bottomLeftText="Nashville, TN"
|
||||
@@ -145,10 +145,10 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
brandName="Sky Tree Services"
|
||||
navItems={[
|
||||
{name: "Home", id: "/"},
|
||||
{name: "Services", id: "services"},
|
||||
{name: "About", id: "about"},
|
||||
{name: "Reviews", id: "reviews"},
|
||||
{name: "Contact", id: "contact"},
|
||||
{name: "Services", id: "/services"},
|
||||
{name: "About", id: "/about"},
|
||||
{name: "Reviews", id: "/reviews"},
|
||||
{name: "Contact", id: "/contact"},
|
||||
{name: "Shop", id: "/shop"}
|
||||
]}
|
||||
bottomLeftText="Nashville, TN"
|
||||
@@ -202,10 +202,10 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
brandName="Sky Tree Services"
|
||||
navItems={[
|
||||
{name: "Home", id: "/"},
|
||||
{name: "Services", id: "services"},
|
||||
{name: "About", id: "about"},
|
||||
{name: "Reviews", id: "reviews"},
|
||||
{name: "Contact", id: "contact"},
|
||||
{name: "Services", id: "/services"},
|
||||
{name: "About", id: "/about"},
|
||||
{name: "Reviews", id: "/reviews"},
|
||||
{name: "Contact", id: "/contact"},
|
||||
{name: "Shop", id: "/shop"}
|
||||
]}
|
||||
bottomLeftText="Nashville, TN"
|
||||
@@ -263,4 +263,4 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,10 +38,10 @@ function ShopPageContent() {
|
||||
brandName="Sky Tree Services"
|
||||
navItems={[
|
||||
{name: "Home", id: "/"},
|
||||
{name: "Services", id: "services"},
|
||||
{name: "About", id: "about"},
|
||||
{name: "Reviews", id: "reviews"},
|
||||
{name: "Contact", id: "contact"},
|
||||
{name: "Services", id: "/services"},
|
||||
{name: "About", id: "/about"},
|
||||
{name: "Reviews", id: "/reviews"},
|
||||
{name: "Contact", id: "/contact"},
|
||||
{name: "Shop", id: "/shop"}
|
||||
]}
|
||||
bottomLeftText="Nashville, TN"
|
||||
@@ -87,10 +87,10 @@ function ShopPageContent() {
|
||||
brandName="Sky Tree Services"
|
||||
navItems={[
|
||||
{name: "Home", id: "/"},
|
||||
{name: "Services", id: "services"},
|
||||
{name: "About", id: "about"},
|
||||
{name: "Reviews", id: "reviews"},
|
||||
{name: "Contact", id: "contact"},
|
||||
{name: "Services", id: "/services"},
|
||||
{name: "About", id: "/about"},
|
||||
{name: "Reviews", id: "/reviews"},
|
||||
{name: "Contact", id: "/contact"},
|
||||
{name: "Shop", id: "/shop"}
|
||||
]}
|
||||
bottomLeftText="Nashville, TN"
|
||||
@@ -131,4 +131,4 @@ export default function ShopPage() {
|
||||
<ShopPageContent />
|
||||
</Suspense>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user