Merge version_1 into main #1
@@ -91,21 +91,21 @@ export default function AboutPage() {
|
||||
id: 1,
|
||||
title: "Founded on Reliability",
|
||||
description: "With over 10 years of experience in lawn care and landscaping, Tennessee Lawn Solutions has built a reputation for dependable service and quality workmanship in the Lewisburg community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardeners-greenhouse-are-working-guy-girl-aprons-plant-care_1157-47094.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardeners-greenhouse-are-working-guy-girl-aprons-plant-care_1157-47094.jpg?_wi=1",
|
||||
imageAlt: "Professional landscaping team",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Professional Team",
|
||||
description: "Our crew members are trained, equipped, and passionate about outdoor spaces. Every team member brings expertise in lawn care, landscaping, and customer service excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardeners-greenhouse-are-working-guy-girl-aprons-plant-care_1157-47094.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardeners-greenhouse-are-working-guy-girl-aprons-plant-care_1157-47094.jpg?_wi=2",
|
||||
imageAlt: "Professional team members",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Community Focused",
|
||||
description: "We are proud to serve Lewisburg residents and businesses. Our commitment goes beyond lawn care—we invest in our community and build lasting relationships with every client.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardeners-greenhouse-are-working-guy-girl-aprons-plant-care_1157-47094.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardeners-greenhouse-are-working-guy-girl-aprons-plant-care_1157-47094.jpg?_wi=3",
|
||||
imageAlt: "Community service commitment",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,27 +1,59 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Lawn Care Lewisburg TN | Tennessee Lawn Solutions",
|
||||
description: "Professional lawn mowing, mulch installation, and yard care services in Lewisburg, TN. Free quote. Call +1 931-993-3543 today!",
|
||||
keywords: "lawn care Lewisburg, landscaping TN, lawn mowing service, mulch installation, yard cleanup",
|
||||
metadataBase: new URL("https://tennesseeelawnsolutions.com"),
|
||||
alternates: {
|
||||
canonical: "https://tennesseeelawnsolutions.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Professional Lawn Care | Tennessee Lawn Solutions",
|
||||
description: "Reliable lawn mowing, mulching, and landscaping in Lewisburg, TN. 5-star rated. Call now!",
|
||||
siteName: "Tennessee Lawn Solutions",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/side-view-man-carrying-wheelbarrow_23-2149382173.jpg",
|
||||
alt: "Professional lawn care service",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Professional Lawn Care | Tennessee Lawn Solutions",
|
||||
description: "Reliable lawn mowing and landscaping services in Lewisburg, TN.",
|
||||
images: ["http://img.b2bpic.net/free-photo/side-view-man-carrying-wheelbarrow_23-2149382173.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +63,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${publicSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +77,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -168,7 +168,7 @@ export default function HomePage() {
|
||||
name: "Sarah Johnson",
|
||||
handle: "Homeowner, Lewisburg",
|
||||
testimonial: "Excellent service! They mow on time every week and the lawn looks amazing. Highly recommend Tennessee Lawn Solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -177,7 +177,7 @@ export default function HomePage() {
|
||||
name: "Michael Chen",
|
||||
handle: "Property Manager",
|
||||
testimonial: "Professional team with great attention to detail. They handle all our commercial properties. Top-notch work!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -186,7 +186,7 @@ export default function HomePage() {
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Homeowner",
|
||||
testimonial: "The mulch installation transformed our garden beds. Quality materials and fair pricing. Will definitely use again!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -195,7 +195,7 @@ export default function HomePage() {
|
||||
name: "David Kim",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Reliable, punctual, and professional. They've been maintaining our commercial landscape for 2 years without issues.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -204,7 +204,7 @@ export default function HomePage() {
|
||||
name: "Jennifer Martinez",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Best lawn care company in Lewisburg! They handle everything—mowing, trimming, cleanup. Highly satisfied.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arm-close-up-woman-with-shopping-bags_1098-2428.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arm-close-up-woman-with-shopping-bags_1098-2428.jpg?_wi=1",
|
||||
imageAlt: "Jennifer Martinez",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -213,7 +213,7 @@ export default function HomePage() {
|
||||
name: "Robert Thompson",
|
||||
handle: "Property Owner",
|
||||
testimonial: "Called for emergency cleanup before an event. They showed up the same day and did excellent work. Grateful!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=1",
|
||||
imageAlt: "Robert Thompson",
|
||||
icon: Star,
|
||||
},
|
||||
|
||||
@@ -91,7 +91,7 @@ export default function ReviewsPage() {
|
||||
name: "Sarah Johnson",
|
||||
handle: "Homeowner, Lewisburg",
|
||||
testimonial: "Excellent service! They mow on time every week and the lawn looks amazing. Highly recommend Tennessee Lawn Solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -100,7 +100,7 @@ export default function ReviewsPage() {
|
||||
name: "Michael Chen",
|
||||
handle: "Property Manager",
|
||||
testimonial: "Professional team with great attention to detail. They handle all our commercial properties. Top-notch work!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -109,7 +109,7 @@ export default function ReviewsPage() {
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Homeowner",
|
||||
testimonial: "The mulch installation transformed our garden beds. Quality materials and fair pricing. Will definitely use again!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -118,7 +118,7 @@ export default function ReviewsPage() {
|
||||
name: "David Kim",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Reliable, punctual, and professional. They've been maintaining our commercial landscape for 2 years without issues.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -127,7 +127,7 @@ export default function ReviewsPage() {
|
||||
name: "Jennifer Martinez",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Best lawn care company in Lewisburg! They handle everything—mowing, trimming, cleanup. Highly satisfied.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arm-close-up-woman-with-shopping-bags_1098-2428.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arm-close-up-woman-with-shopping-bags_1098-2428.jpg?_wi=2",
|
||||
imageAlt: "Jennifer Martinez",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -136,7 +136,7 @@ export default function ReviewsPage() {
|
||||
name: "Robert Thompson",
|
||||
handle: "Property Owner",
|
||||
testimonial: "Called for emergency cleanup before an event. They showed up the same day and did excellent work. Grateful!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21369.jpg?_wi=2",
|
||||
imageAlt: "Robert Thompson",
|
||||
icon: Star,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user