Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-11 03:25:17 +00:00
5 changed files with 61 additions and 35 deletions

View File

@@ -86,7 +86,7 @@ export default function AboutPage() {
title: "Local Expertise & Dedication",
description: "We are a locally-owned lawn care company dedicated to serving homeowners and property managers in our community. With years of experience and a commitment to excellence, we take pride in every yard we touch.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-worker-using-leaf-blower-city-park-fall-back-view-strong-man-wearing_7502-10305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-worker-using-leaf-blower-city-park-fall-back-view-strong-man-wearing_7502-10305.jpg?_wi=3",
imageAlt: "DLM team member at work",
},
items: [
@@ -101,7 +101,7 @@ export default function AboutPage() {
title: "Quality & Professionalism",
description: "Every project receives our full attention to detail. We use professional-grade equipment and proven techniques to ensure your lawn looks its best, season after season.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/sideways-senior-man-with-water-hose_23-2148256656.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sideways-senior-man-with-water-hose_23-2148256656.jpg?_wi=3",
imageAlt: "Professional yard maintenance",
},
items: [
@@ -116,7 +116,7 @@ export default function AboutPage() {
title: "Reliable & Trustworthy Service",
description: "Your property is important to us. We arrive on time, communicate clearly, and treat every yard with the same care and respect we'd give our own homes.",
media: {
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=3",
imageAlt: "Reliable lawn care service",
},
items: [

View File

@@ -56,7 +56,7 @@ export default function ContactPage() {
name: "Sarah Johnson",
handle: "Homeowner",
testimonial: "DLM completely transformed my yard! Reliable, professional, and affordable. I couldn't be happier with the results.",
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-girl-wearing-casual-clothes-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-8530.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-girl-wearing-casual-clothes-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-8530.jpg?_wi=3",
imageAlt: "Sarah Johnson",
},
{
@@ -64,7 +64,7 @@ export default function ContactPage() {
name: "Michael Chen",
handle: "Property Manager",
testimonial: "Fast response time and excellent communication. They handle all our maintenance needs consistently and professionally.",
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg?_wi=3",
imageAlt: "Michael Chen",
},
{
@@ -72,7 +72,7 @@ export default function ContactPage() {
name: "Emily Rodriguez",
handle: "Homeowner",
testimonial: "Preparing my home for sale, and DLM delivered amazing results. The yard looks fantastic! Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg?_wi=3",
imageAlt: "Emily Rodriguez",
},
{
@@ -80,7 +80,7 @@ export default function ContactPage() {
name: "David Kim",
handle: "Landlord",
testimonial: "Reliable, trustworthy, and they take pride in their work. DLM is my go-to service for all my properties.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-mobile_23-2148479555.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-mobile_23-2148479555.jpg?_wi=3",
imageAlt: "David Kim",
},
{
@@ -88,7 +88,7 @@ export default function ContactPage() {
name: "Jennifer Moore",
handle: "Senior Homeowner",
testimonial: "So grateful for DLM's help maintaining my yard. Professional service without the hassle. They're wonderful to work with.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-middle-aged-attractive-woman-with-blonde-hair_273609-48348.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-middle-aged-attractive-woman-with-blonde-hair_273609-48348.jpg?_wi=3",
imageAlt: "Jennifer Moore",
},
{
@@ -96,7 +96,7 @@ export default function ContactPage() {
name: "Robert Taylor",
handle: "HOA Manager",
testimonial: "DLM manages common areas beautifully. Our residents notice the difference. Excellent service consistently.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=3",
imageAlt: "Robert Taylor",
},
];

View File

@@ -1,24 +1,48 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_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 { Open_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 openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Professional Lawn Care & Yard Cleanup | DLM",
description: "Reliable lawn mowing, trimming, and yard cleanup services for homeowners and property managers. Get a free quote today.",
keywords: "lawn care near me, lawn mowing service, yard cleanup, hedge trimming, local lawn service",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "DLM - Professional Lawn Care & Yard Cleanup",
description: "Transform your yard with reliable, affordable lawn care services. Call for a free quote.",
type: "website",
siteName: "DLM Lawn Care",
},
twitter: {
card: "summary_large_image",
title: "Professional Lawn Care Services | DLM",
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +51,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${openSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +65,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -129,7 +129,7 @@ export default function HomePage() {
title: "Lawn Mowing",
description: "Professional grass cutting with attention to detail. We keep your lawn looking pristine and healthy.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-worker-using-leaf-blower-city-park-fall-back-view-strong-man-wearing_7502-10305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-worker-using-leaf-blower-city-park-fall-back-view-strong-man-wearing_7502-10305.jpg?_wi=1",
imageAlt: "professional lawn mowing green grass",
},
items: [
@@ -144,7 +144,7 @@ export default function HomePage() {
title: "Trimming & Hedging",
description: "Expert shrub and hedge trimming to maintain shape and health. We handle tree branches and overgrowth.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/sideways-senior-man-with-water-hose_23-2148256656.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sideways-senior-man-with-water-hose_23-2148256656.jpg?_wi=1",
imageAlt: "hedge trimming shrub pruning landscaping",
},
items: [
@@ -159,7 +159,7 @@ export default function HomePage() {
title: "Yard Cleanup & Debris Removal",
description: "Complete yard cleanup including debris, branches, and junk removal. We leave your property spotless.",
media: {
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: "yard cleanup debris removal branches",
},
items: [
@@ -271,7 +271,7 @@ export default function HomePage() {
name: "Sarah Johnson",
handle: "Homeowner",
testimonial: "DLM completely transformed my yard! Reliable, professional, and affordable. I couldn't be happier with the results.",
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-girl-wearing-casual-clothes-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-8530.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-girl-wearing-casual-clothes-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-8530.jpg?_wi=1",
imageAlt: "professional woman portrait headshot",
},
{
@@ -279,7 +279,7 @@ export default function HomePage() {
name: "Michael Chen",
handle: "Property Manager",
testimonial: "Fast response time and excellent communication. They handle all our maintenance needs consistently and professionally.",
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg?_wi=1",
imageAlt: "professional man business portrait",
},
{
@@ -287,7 +287,7 @@ export default function HomePage() {
name: "Emily Rodriguez",
handle: "Homeowner",
testimonial: "Preparing my home for sale, and DLM delivered amazing results. The yard looks fantastic! Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg?_wi=1",
imageAlt: "professional woman business portrait",
},
{
@@ -295,7 +295,7 @@ export default function HomePage() {
name: "David Kim",
handle: "Landlord",
testimonial: "Reliable, trustworthy, and they take pride in their work. DLM is my go-to service for all my properties.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-mobile_23-2148479555.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-mobile_23-2148479555.jpg?_wi=1",
imageAlt: "professional man business headshot",
},
{
@@ -303,7 +303,7 @@ export default function HomePage() {
name: "Jennifer Moore",
handle: "Senior Homeowner",
testimonial: "So grateful for DLM's help maintaining my yard. Professional service without the hassle. They're wonderful to work with.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-middle-aged-attractive-woman-with-blonde-hair_273609-48348.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-middle-aged-attractive-woman-with-blonde-hair_273609-48348.jpg?_wi=1",
imageAlt: "senior woman portrait smiling",
},
{
@@ -311,7 +311,7 @@ export default function HomePage() {
name: "Robert Taylor",
handle: "HOA Manager",
testimonial: "DLM manages common areas beautifully. Our residents notice the difference. Excellent service consistently.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=1",
imageAlt: "senior man professional portrait",
},
]}

View File

@@ -91,7 +91,7 @@ export default function ServicesPage() {
title: "Lawn Mowing",
description: "Professional grass cutting with attention to detail. We keep your lawn looking pristine and healthy with precision equipment and expert technique.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-worker-using-leaf-blower-city-park-fall-back-view-strong-man-wearing_7502-10305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-worker-using-leaf-blower-city-park-fall-back-view-strong-man-wearing_7502-10305.jpg?_wi=2",
imageAlt: "professional lawn mowing green grass",
},
items: [
@@ -106,7 +106,7 @@ export default function ServicesPage() {
title: "Trimming & Hedging",
description: "Expert shrub and hedge trimming to maintain shape and health. We handle tree branches and overgrowth with precision and care.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/sideways-senior-man-with-water-hose_23-2148256656.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sideways-senior-man-with-water-hose_23-2148256656.jpg?_wi=2",
imageAlt: "hedge trimming shrub pruning landscaping",
},
items: [
@@ -121,7 +121,7 @@ export default function ServicesPage() {
title: "Yard Cleanup & Debris Removal",
description: "Complete yard cleanup including debris, branches, and junk removal. We leave your property spotless and well-maintained.",
media: {
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=2",
imageAlt: "yard cleanup debris removal branches",
},
items: [
@@ -149,7 +149,7 @@ export default function ServicesPage() {
name: "Sarah Johnson",
handle: "Homeowner",
testimonial: "DLM completely transformed my yard! Reliable, professional, and affordable. I couldn't be happier with the results.",
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-girl-wearing-casual-clothes-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-8530.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-girl-wearing-casual-clothes-happy-face-smiling-with-crossed-arms-looking-camera-positive-person_839833-8530.jpg?_wi=2",
imageAlt: "professional woman portrait headshot",
},
{
@@ -157,7 +157,7 @@ export default function ServicesPage() {
name: "Michael Chen",
handle: "Property Manager",
testimonial: "Fast response time and excellent communication. They handle all our maintenance needs consistently and professionally.",
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg?_wi=2",
imageAlt: "professional man business portrait",
},
{
@@ -165,7 +165,7 @@ export default function ServicesPage() {
name: "Emily Rodriguez",
handle: "Homeowner",
testimonial: "Preparing my home for sale, and DLM delivered amazing results. The yard looks fantastic! Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg?_wi=2",
imageAlt: "professional woman business portrait",
},
{
@@ -173,7 +173,7 @@ export default function ServicesPage() {
name: "David Kim",
handle: "Landlord",
testimonial: "Reliable, trustworthy, and they take pride in their work. DLM is my go-to service for all my properties.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-mobile_23-2148479555.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-using-mobile_23-2148479555.jpg?_wi=2",
imageAlt: "professional man business headshot",
},
{
@@ -181,7 +181,7 @@ export default function ServicesPage() {
name: "Jennifer Moore",
handle: "Senior Homeowner",
testimonial: "So grateful for DLM's help maintaining my yard. Professional service without the hassle. They're wonderful to work with.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-middle-aged-attractive-woman-with-blonde-hair_273609-48348.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-middle-aged-attractive-woman-with-blonde-hair_273609-48348.jpg?_wi=2",
imageAlt: "senior woman portrait smiling",
},
{
@@ -189,7 +189,7 @@ export default function ServicesPage() {
name: "Robert Taylor",
handle: "HOA Manager",
testimonial: "DLM manages common areas beautifully. Our residents notice the difference. Excellent service consistently.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=2",
imageAlt: "senior man professional portrait",
},
]}