Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-15 18:19:11 +00:00
7 changed files with 69 additions and 37 deletions

View File

@@ -85,7 +85,7 @@ export default function AboutPage() {
title: "Built on Trust",
subtitle: "Excellence in every detail",
description: "We believe that a well-maintained lawn is more than just aesthetics—it's a reflection of pride in your home. Our mission is to provide professional lawn care that exceeds expectations every single time.",
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg?_wi=2",
imageAlt: "Perfectly manicured lawn by professional",
},
{
@@ -94,7 +94,7 @@ export default function AboutPage() {
title: "Reliability First",
subtitle: "You can count on us",
description: "Being on time isn't just a promise—it's a commitment. We respect your schedule, communicate openly, and deliver consistent results. When you trust TD's Lawn-Care, you get a partner who shows up when promised.",
imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg?_wi=2",
imageAlt: "Professional lawn maintenance equipment",
},
{
@@ -103,7 +103,7 @@ export default function AboutPage() {
title: "Treating You Like Family",
subtitle: "Genuine relationships built to last",
description: "Every customer is important to us. We take pride in building lasting relationships with the families and businesses we serve, treating their properties with the same care we'd give our own.",
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg?_wi=2",
imageAlt: "Professional landscaping service",
},
]}

View File

@@ -82,7 +82,7 @@ export default function ContactPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg?_wi=3"
imageAlt="Professional lawn care team ready to help"
/>
</div>
@@ -100,7 +100,7 @@ export default function ContactPage() {
title: "Phone Call",
subtitle: "Speak with our team directly",
description: "Call us today for an immediate response. We're available Monday through Saturday, 7 AM to 6 PM. We'll discuss your needs and provide a free quote over the phone.",
imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg?_wi=5",
imageAlt: "Direct phone support available",
},
{
@@ -109,7 +109,7 @@ export default function ContactPage() {
title: "Send an Email",
subtitle: "Detailed inquiry preferred",
description: "Email us with photos of your yard and a description of what you need. We'll review your request and respond within 24 hours with a custom quote and availability.",
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg?_wi=5",
imageAlt: "Email us for detailed inquiries",
},
{
@@ -118,7 +118,7 @@ export default function ContactPage() {
title: "Schedule Online",
subtitle: "Book your consultation anytime",
description: "Use our simple online form to request a free quote. Select your service type, property size, and preferred date. We'll confirm your appointment and send you all the details.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg?_wi=4",
imageAlt: "Book your service appointment",
},
]}

View File

@@ -88,7 +88,7 @@ export default function GalleryPage() {
description:
"Perfect edging, consistent weekly maintenance, and attention to detail. This homeowner's yard went from overgrown to magazine-worthy in just a few weeks of regular service.",
imageSrc:
"http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg",
"http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg?_wi=4",
imageAlt: "Beautifully manicured residential lawn",
},
{
@@ -99,7 +99,7 @@ export default function GalleryPage() {
description:
"We designed and maintained these vibrant flower beds that became the showpiece of the neighborhood. Weed-free, perfectly trimmed, and rotated seasonally.",
imageSrc:
"http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg",
"http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg?_wi=4",
imageAlt: "Professionally maintained flower beds",
},
{
@@ -110,7 +110,7 @@ export default function GalleryPage() {
description:
"Complete leaf removal and debris clean-up service. We prepared this yard for spring, hauling away leaves and branches, leaving it pristine and ready to grow.",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg",
"http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg?_wi=3",
imageAlt: "Professional yard cleanup service",
},
]}

View File

@@ -1,24 +1,54 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "TD's Lawn-Care | Professional & Reliable Lawn Service",
description: "Professional lawn care service offering mowing, edging, flower bed care, and seasonal clean-ups. Always on time, always professional, always exceptional results.",
keywords: "lawn care, lawn mowing, landscaping, flower bed care, yard maintenance, professional lawn service",
metadataBase: new URL("https://tdlawncare.com"),
alternates: {
canonical: "https://tdlawncare.com",
},
openGraph: {
title: "TD's Lawn-Care | Professional & Reliable Lawn Service",
description: "Experience professional lawn care you can count on. Bi-weekly service, fair pricing, and results that speak for themselves.",
url: "https://tdlawncare.com",
siteName: "TD's Lawn-Care",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "TD's Lawn-Care | Professional & Reliable Lawn Service",
description: "Professional lawn care service. Always on time, always professional, always exceptional.",
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +57,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +71,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -88,7 +88,7 @@ export default function HomePage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg?_wi=1"
imageAlt="Perfectly manicured lawn by TD's Lawn-Care"
showDimOverlay={false}
/>
@@ -129,7 +129,7 @@ export default function HomePage() {
title: "Lawn Mowing & Edging",
subtitle: "Professional grass cutting",
description: "Regular mowing, edging along sidewalks and driveways, and clean blow-off of clippings. We keep your lawn perfectly manicured every time.",
imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg?_wi=1",
imageAlt: "Professional lawn mowing service",
},
{
@@ -138,7 +138,7 @@ export default function HomePage() {
title: "Flower Bed Care & Trimming",
subtitle: "Beautiful landscape maintenance",
description: "Bed clean-up, light trimming, weed removal, and seasonal refresh. Your flower beds will look better than ever.",
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg?_wi=1",
imageAlt: "Well-maintained flower beds",
},
{
@@ -147,7 +147,7 @@ export default function HomePage() {
title: "Seasonal Clean-Ups & Leaf Removal",
subtitle: "Complete yard maintenance",
description: "Leaf removal, debris clean-up, and storm clean-up. We keep your property tidy and ready for every season.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg?_wi=1",
imageAlt: "Seasonal yard cleanup service",
},
]}
@@ -171,7 +171,7 @@ export default function HomePage() {
role: "Homeowner",
company: "Satisfied for 3 Years",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-girl-having-fun-living-room_1262-18501.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-girl-having-fun-living-room_1262-18501.jpg?_wi=1",
imageAlt: "happy customer smiling portrait professional",
},
{
@@ -180,7 +180,7 @@ export default function HomePage() {
role: "Business Owner",
company: "Commercial Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1",
imageAlt: "woman smiling portrait satisfied customer",
},
{
@@ -189,7 +189,7 @@ export default function HomePage() {
role: "Homeowner",
company: "Regular Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-handsome-smiling-model-sexy-stylish-man-dressed-shirt-jeans-fashion-hipster-male-posing-near-white-wall-studio-isolated_158538-26713.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-handsome-smiling-model-sexy-stylish-man-dressed-shirt-jeans-fashion-hipster-male-posing-near-white-wall-studio-isolated_158538-26713.jpg?_wi=1",
imageAlt: "older man portrait satisfied customer",
},
{
@@ -198,7 +198,7 @@ export default function HomePage() {
role: "Family Owner",
company: "Trusted Service",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg?_wi=1",
imageAlt: "woman professional portrait happy",
},
{
@@ -207,7 +207,7 @@ export default function HomePage() {
role: "Homeowner",
company: "Long-Time Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg?_wi=1",
imageAlt: "man portrait customer smiling",
},
{
@@ -216,7 +216,7 @@ export default function HomePage() {
role: "Property Manager",
company: "Multiple Properties",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg?_wi=1",
imageAlt: "professional portrait woman satisfied",
},
]}

View File

@@ -88,7 +88,7 @@ export default function ReviewsPage() {
role: "Homeowner",
company: "Satisfied for 3 Years",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-girl-having-fun-living-room_1262-18501.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-girl-having-fun-living-room_1262-18501.jpg?_wi=2",
imageAlt: "happy customer smiling portrait professional",
},
{
@@ -97,7 +97,7 @@ export default function ReviewsPage() {
role: "Business Owner",
company: "Commercial Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2",
imageAlt: "woman smiling portrait satisfied customer",
},
{
@@ -106,7 +106,7 @@ export default function ReviewsPage() {
role: "Homeowner",
company: "Regular Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-handsome-smiling-model-sexy-stylish-man-dressed-shirt-jeans-fashion-hipster-male-posing-near-white-wall-studio-isolated_158538-26713.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-handsome-smiling-model-sexy-stylish-man-dressed-shirt-jeans-fashion-hipster-male-posing-near-white-wall-studio-isolated_158538-26713.jpg?_wi=2",
imageAlt: "older man portrait satisfied customer",
},
{
@@ -115,7 +115,7 @@ export default function ReviewsPage() {
role: "Family Owner",
company: "Trusted Service",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg?_wi=2",
imageAlt: "woman professional portrait happy",
},
{
@@ -124,7 +124,7 @@ export default function ReviewsPage() {
role: "Homeowner",
company: "Long-Time Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg?_wi=2",
imageAlt: "man portrait customer smiling",
},
{
@@ -133,7 +133,7 @@ export default function ReviewsPage() {
role: "Property Manager",
company: "Multiple Properties",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg?_wi=2",
imageAlt: "professional portrait woman satisfied",
},
]}

View File

@@ -88,7 +88,7 @@ export default function ServicesPage() {
description:
"Regular mowing, edging along sidewalks and driveways, and clean blow-off of clippings. We keep your lawn perfectly manicured every time.",
imageSrc:
"http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg",
"http://img.b2bpic.net/free-photo/fork-harrows-grass_1339-7742.jpg?_wi=3",
imageAlt: "Professional lawn mowing service",
},
{
@@ -99,7 +99,7 @@ export default function ServicesPage() {
description:
"Bed clean-up, light trimming, weed removal, and seasonal refresh. Your flower beds will look better than ever.",
imageSrc:
"http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg",
"http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515938.jpg?_wi=3",
imageAlt: "Well-maintained flower beds",
},
{
@@ -110,7 +110,7 @@ export default function ServicesPage() {
description:
"Leaf removal, debris clean-up, and storm clean-up. We keep your property tidy and ready for every season.",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg",
"http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg?_wi=2",
imageAlt: "Seasonal yard cleanup service",
},
]}