Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-19 01:40:36 +00:00
4 changed files with 51 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ export default function AboutPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg"
imageSrc="http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg?_wi=3"
imageAlt="Professional landscaping team at work"
useInvertedBackground={false}
/>

View File

@@ -1,24 +1,54 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Raleway } 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 { Raleway } 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 raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Professional Lawn Care & Landscaping - Maury City, TN | Top Cut",
description: "Top Cut provides dependable lawn mowing, spring cleanups, and landscaping services for Maury City homeowners. 5-star rated, free estimates available.",
keywords: "lawn care Maury City TN, lawn service near me, landscaping Maury City, spring cleanup, professional lawn mowing",
metadataBase: new URL("https://topcut.local"),
alternates: {
canonical: "https://topcut.local",
},
openGraph: {
title: "Professional Lawn Care & Landscaping - Maury City, TN",
description: "Dependable lawn care and landscaping services with 5-star reviews. Spring cleanups, mowing, shrub trimming, and more.",
url: "https://topcut.local",
siteName: "Top Cut Lawn & Landscape",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Professional Lawn Care - Maury City, TN",
description: "5-star rated lawn care and landscaping services. Call today for your free estimate.",
},
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={`${raleway.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +71,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -115,28 +115,28 @@ const HomePage = () => {
id: 1,
title: "Lawn Mowing",
description: "Precision cutting and maintenance to keep your lawn looking sharp and well-cared for.",
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803934.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803934.jpg?_wi=1",
imageAlt: "Professional lawn mowing service",
},
{
id: 2,
title: "Spring Cleanups",
description: "Seasonal cleanup services to prepare your yard for the growing season.",
imageSrc: "http://img.b2bpic.net/free-photo/male-gardener-guiding-her-friend-water-plant-with-hose_23-2148165202.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-gardener-guiding-her-friend-water-plant-with-hose_23-2148165202.jpg?_wi=1",
imageAlt: "Spring yard cleanup and landscaping",
},
{
id: 3,
title: "Shrub Trimming",
description: "Expert shrub and hedge trimming for a polished, professional appearance.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-cutting-plant_23-2148826126.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-cutting-plant_23-2148826126.jpg?_wi=1",
imageAlt: "Professional shrub trimming and hedge work",
},
{
id: 4,
title: "Mulch & Bed Work",
description: "Quality mulch installation and landscape bed preparation for beautiful, maintained gardens.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=1",
imageAlt: "Mulch installation and landscape bed work",
},
]}
@@ -207,7 +207,7 @@ const HomePage = () => {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg"
imageSrc="http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg?_wi=1"
imageAlt="Professional landscaping team at work"
useInvertedBackground={false}
/>

View File

@@ -53,28 +53,28 @@ const ServicesPage = () => {
id: 1,
title: "Lawn Mowing",
description: "Precision cutting and maintenance to keep your lawn looking sharp and well-cared for every season.",
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803934.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803934.jpg?_wi=2",
imageAlt: "Professional lawn mowing service",
},
{
id: 2,
title: "Spring Cleanups",
description: "Seasonal cleanup and preparation services to get your yard ready for the growing season.",
imageSrc: "http://img.b2bpic.net/free-photo/male-gardener-guiding-her-friend-water-plant-with-hose_23-2148165202.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-gardener-guiding-her-friend-water-plant-with-hose_23-2148165202.jpg?_wi=2",
imageAlt: "Spring yard cleanup and landscaping",
},
{
id: 3,
title: "Shrub Trimming",
description: "Expert shrub and hedge trimming for a polished, professional appearance.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-cutting-plant_23-2148826126.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-cutting-plant_23-2148826126.jpg?_wi=2",
imageAlt: "Professional shrub trimming and hedge work",
},
{
id: 4,
title: "Mulch Installation",
description: "Quality mulch installation and landscape bed preparation for beautiful, maintained gardens.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=2",
imageAlt: "Mulch installation and landscape bed work",
},
]}
@@ -97,7 +97,7 @@ const ServicesPage = () => {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg"
imageSrc="http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg?_wi=2"
imageAlt="Professional landscaping team at work"
useInvertedBackground={false}
/>