Merge version_2 into main #2
@@ -1,57 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import type { Metadata } from 'next';
|
||||
import { Inter } from 'next/font/google';
|
||||
import './globals.css';
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ['latin'] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Tree Service Spring Hill FL | Professional Tree Removal & Trimming", description: "USA Tree Service provides professional tree removal, trimming, and stump grinding in Spring Hill, FL. Licensed, insured, 24/7 emergency response. Get a free estimate today.", keywords: "tree service Spring Hill FL, tree removal, tree trimming, emergency tree removal, stump grinding, professional arborist, Hernando County", metadataBase: new URL("https://usatreeservice.com"),
|
||||
alternates: {
|
||||
canonical: "https://usatreeservice.com"},
|
||||
openGraph: {
|
||||
title: "Professional Tree Service in Spring Hill, FL", description: "Safe, reliable tree removal and trimming. Licensed professionals. 15+ years experience. 4.0★ rating. Free estimates.", url: "https://usatreeservice.com", siteName: "USA Tree Service", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/smiling-elderly-man-working-with-heavy-leaf-blower-leaves-glow-pleasant-sunlight-low-angle-view_7502-10281.jpg", alt: "professional tree removal service crew at work"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Professional Tree Service Spring Hill FL", description: "Tree removal, trimming, stump grinding. Licensed & insured. 24/7 emergency response.", images: ["http://img.b2bpic.net/free-photo/smiling-elderly-man-working-with-heavy-leaf-blower-leaves-glow-pleasant-sunlight-low-angle-view_7502-10281.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
title: 'USA Tree Service - Professional Tree Removal in Spring Hill, FL',
|
||||
description: 'Licensed, insured tree removal, trimming, and stump grinding in Spring Hill, FL. 24/7 emergency response. 15+ years experience. Free estimates.',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1419,7 +1384,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -37,7 +37,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+13525961333"}}
|
||||
text: "Call Now", href: "tel:+13525961333"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
className="fixed top-4 left-1/2 -translate-x-1/2 z-50 w-[90%] md:w-full max-w-6xl"
|
||||
navItemClassName="text-foreground hover:text-primary-cta transition-colors"
|
||||
@@ -76,7 +77,8 @@ export default function LandingPage() {
|
||||
description="4.0 ⭐ Rating with 169+ verified customer reviews. Licensed, insured, and committed to safety and excellence."
|
||||
tag="Verified Reviews"
|
||||
names={[
|
||||
"4.0 ⭐ 169 Reviews", "Women-Owned Business", "Fully Licensed & Insured", "24/7 Emergency Response", "15+ Years Experience", "Fast Service Response"]}
|
||||
"4.0 ⭐ 169 Reviews", "Women-Owned Business", "Fully Licensed & Insured", "24/7 Emergency Response", "15+ Years Experience", "Fast Service Response"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -87,7 +89,7 @@ export default function LandingPage() {
|
||||
<div id="services" data-section="services">
|
||||
<FeatureHoverPattern
|
||||
title="Our Services"
|
||||
description="Comprehensive tree care solutions for residential and commercial properties in Spring Hill and surrounding Florida communities."
|
||||
description="Comprehensive tree care solutions for residential and commercial properties. Licensed • Insured • 24/7 Available"
|
||||
tag="What We Offer"
|
||||
features={[
|
||||
{
|
||||
@@ -162,17 +164,23 @@ export default function LandingPage() {
|
||||
description="Real feedback from homeowners and business owners in Spring Hill and Hernando County."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "Spring Hill Homeowner", testimonial: "USA Tree Service removed a dangerous oak tree from our property. The crew was professional, efficient, and cleaned everything perfectly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-business-man-looking-camera_1262-18625.jpg", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", handle: "Spring Hill Homeowner", testimonial: "USA Tree Service removed a dangerous oak tree from our property. The crew was professional, efficient, and cleaned everything perfectly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-business-man-looking-camera_1262-18625.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "Property Manager", testimonial: "Outstanding emergency response! They came out the same day after the hurricane and removed multiple fallen trees. Great communication and fair pricing.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-doing-okay-symbol_1187-4123.jpg", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", handle: "Property Manager", testimonial: "Outstanding emergency response! They came out the same day after the hurricane and removed multiple fallen trees. Great communication and fair pricing.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-doing-okay-symbol_1187-4123.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Linda Martinez", handle: "Brooksville Resident", testimonial: "The team trimmed our large pine trees and stump-ground the old oak. The work was meticulous and the property looks fantastic. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/unpleased-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-pink-wall_141793-103272.jpg", imageAlt: "Linda Martinez"},
|
||||
id: "3", name: "Linda Martinez", handle: "Brooksville Resident", testimonial: "The team trimmed our large pine trees and stump-ground the old oak. The work was meticulous and the property looks fantastic. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/unpleased-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-arms-isolated-pink-wall_141793-103272.jpg", imageAlt: "Linda Martinez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Thompson", handle: "Business Owner", testimonial: "Professional, punctual, and reasonably priced. They handled the entire job from start to finish. Best tree service in the area. Will hire again.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg", imageAlt: "David Thompson"},
|
||||
id: "4", name: "David Thompson", handle: "Business Owner", testimonial: "Professional, punctual, and reasonably priced. They handled the entire job from start to finish. Best tree service in the area. Will hire again.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135824.jpg", imageAlt: "David Thompson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jennifer Williams", handle: "Weeki Wachee Homeowner", testimonial: "Excellent service! The crew arrived on time, completed the palm tree trimming safely, and the follow-up cleanup was thorough. Very satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-beautiful-men-with-fashionable-hairstyle-beard-pointing-up_176420-15817.jpg", imageAlt: "Jennifer Williams"},
|
||||
id: "5", name: "Jennifer Williams", handle: "Weeki Wachee Homeowner", testimonial: "Excellent service! The crew arrived on time, completed the palm tree trimming safely, and the follow-up cleanup was thorough. Very satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-beautiful-men-with-fashionable-hairstyle-beard-pointing-up_176420-15817.jpg", imageAlt: "Jennifer Williams"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Anderson", handle: "Hernando County Resident", testimonial: "USA Tree Service got us hurricane-ready. They assessed our trees, made strategic recommendations, and executed the work perfectly. Feel much safer now.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg", imageAlt: "Robert Anderson"},
|
||||
id: "6", name: "Robert Anderson", handle: "Hernando County Resident", testimonial: "USA Tree Service got us hurricane-ready. They assessed our trees, made strategic recommendations, and executed the work perfectly. Feel much safer now.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-bricks-wall-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-15096.jpg", imageAlt: "Robert Anderson"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -202,13 +210,17 @@ export default function LandingPage() {
|
||||
tag="Get Started"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What areas do you service?", content: "We serve Spring Hill, Brooksville, Weeki Wachee, and surrounding Hernando County communities. Contact us to confirm service availability for your specific location."},
|
||||
id: "1", title: "What areas do you service?", content: "We serve Spring Hill, Brooksville, Weeki Wachee, and surrounding Hernando County communities. Contact us to confirm service availability for your specific location."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer emergency tree removal?", content: "Yes! We provide 24/7 emergency response for storm-damaged, fallen, or hazardous trees. Call (352) 596-1333 immediately for urgent situations."},
|
||||
id: "2", title: "Do you offer emergency tree removal?", content: "Yes! We provide 24/7 emergency response for storm-damaged, fallen, or hazardous trees. Call (352) 596-1333 immediately for urgent situations."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Are you licensed and insured?", content: "Absolutely. USA Tree Service is fully licensed and insured. All work is performed by certified professionals meeting industry safety standards."},
|
||||
id: "3", title: "Are you licensed and insured?", content: "Absolutely. USA Tree Service is fully licensed and insured. All work is performed by certified professionals meeting industry safety standards."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How do I get a free estimate?", content: "Call us at (352) 596-1333 or fill out the contact form. We'll schedule a site inspection and provide a detailed, transparent quote for your project."},
|
||||
id: "4", title: "How do I get a free estimate?", content: "Call us at (352) 596-1333 or fill out the contact form. We'll schedule a site inspection and provide a detailed, transparent quote for your project."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user