Merge version_1 into main #1
@@ -1,29 +1,53 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Libre_Baskerville, Inter } 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 { Libre_Baskerville } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Prolawn Landscape Management | Landscaping Services NJ",
|
||||
description: "Professional landscaping services in New Jersey. 10+ years of experience in landscape design, hardscaping, lawn care, and snow removal. Call (732) 433-2351 for free estimate.",
|
||||
keywords: "landscaping, landscape design, lawn care, hardscape, patio installation, snow removal, New Jersey",
|
||||
metadataBase: new URL("https://prolawnlandscape.com"),
|
||||
alternates: {
|
||||
canonical: "https://prolawnlandscape.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Prolawn Landscape Management | Landscaping Services",
|
||||
description: "Transform your outdoor space with 10+ years of professional landscaping expertise.",
|
||||
siteName: "Prolawn Landscape Management",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/suburban-housing_53876-14307.jpg",
|
||||
alt: "Professional landscaping services"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Prolawn Landscape Management",
|
||||
description: "Professional landscaping services with 10+ years of expertise",
|
||||
images: ["http://img.b2bpic.net/free-photo/suburban-housing_53876-14307.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -32,7 +56,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -44,4 +70,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -173,7 +173,7 @@ export default function HomePage() {
|
||||
content: "Complete peace of mind with our comprehensive insurance coverage.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-cutting-grass-with-lawn-mover-back-yard-male-black-apron-family-working-home_1157-41441.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-cutting-grass-with-lawn-mover-back-yard-male-black-apron-family-working-home_1157-41441.jpg?_wi=1"
|
||||
imageAlt="professional landscape team working"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -263,7 +263,7 @@ export default function HomePage() {
|
||||
handle: "Verified Customer",
|
||||
testimonial: "Fernando replied to my call the same day. Came that day for an estimate, started the job that week repairing a 25-year-old paver patio, driveway, and walkway. Everything looks brand new!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg?_wi=1",
|
||||
imageAlt: "Maria Mecca",
|
||||
},
|
||||
{
|
||||
@@ -272,7 +272,7 @@ export default function HomePage() {
|
||||
handle: "Verified Customer",
|
||||
testimonial: "They did a great job with my front yard. The price is reasonable and the owner is responsible. I really like their philosophy for yard design.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg?_wi=1",
|
||||
imageAlt: "Ashley Liu",
|
||||
},
|
||||
{
|
||||
@@ -281,7 +281,7 @@ export default function HomePage() {
|
||||
handle: "Long-time Client",
|
||||
testimonial: "I have used Prolawn for more than 15 years. They provide very good service and are thoroughly professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg?_wi=2",
|
||||
imageAlt: "Sudha Shekhar",
|
||||
},
|
||||
{
|
||||
@@ -290,7 +290,7 @@ export default function HomePage() {
|
||||
handle: "Verified Customer",
|
||||
testimonial: "My yard was extremely overgrown. The crew worked diligently for two days and transformed it. Even the neighbors commented on the improvement.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1",
|
||||
imageAlt: "Janet Hawkins",
|
||||
},
|
||||
{
|
||||
@@ -299,7 +299,7 @@ export default function HomePage() {
|
||||
handle: "Verified Customer",
|
||||
testimonial: "Prolawn installed a beautiful patio and new landscaping. The team was professional, on-time, and the results exceeded our expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-handsome-man-thumbs-up-isolated-pink-space-with-copy-space_141793-60566.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-handsome-man-thumbs-up-isolated-pink-space-with-copy-space_141793-60566.jpg?_wi=1",
|
||||
imageAlt: "John Peterson",
|
||||
},
|
||||
{
|
||||
@@ -308,7 +308,7 @@ export default function HomePage() {
|
||||
handle: "Verified Customer",
|
||||
testimonial: "Outstanding service and attention to detail. They transformed our neglected yard into a stunning outdoor space. We couldn't be happier!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg?_wi=1",
|
||||
imageAlt: "Sarah Martinez",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -76,7 +76,7 @@ export default function ReviewsPage() {
|
||||
handle: "Verified Customer",
|
||||
testimonial: "Fernando replied to my call the same day. Came that day for an estimate, started the job that week repairing a 25-year-old paver patio, driveway, and walkway. Everything looks brand new!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg?_wi=3",
|
||||
imageAlt: "Maria Mecca",
|
||||
},
|
||||
{
|
||||
@@ -85,7 +85,7 @@ export default function ReviewsPage() {
|
||||
handle: "Verified Customer",
|
||||
testimonial: "They did a great job with my front yard. The price is reasonable and the owner is responsible. I really like their philosophy for yard design.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg?_wi=2",
|
||||
imageAlt: "Ashley Liu",
|
||||
},
|
||||
{
|
||||
@@ -94,7 +94,7 @@ export default function ReviewsPage() {
|
||||
handle: "Long-time Client",
|
||||
testimonial: "I have used Prolawn for more than 15 years. They provide very good service and are thoroughly professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg?_wi=4",
|
||||
imageAlt: "Sudha Shekhar",
|
||||
},
|
||||
{
|
||||
@@ -103,7 +103,7 @@ export default function ReviewsPage() {
|
||||
handle: "Verified Customer",
|
||||
testimonial: "My yard was extremely overgrown. The crew worked diligently for two days and transformed it. Even the neighbors commented on the improvement.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2",
|
||||
imageAlt: "Janet Hawkins",
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ export default function ReviewsPage() {
|
||||
handle: "Verified Customer",
|
||||
testimonial: "Prolawn installed a beautiful patio and new landscaping. The team was professional, on-time, and the results exceeded our expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-handsome-man-thumbs-up-isolated-pink-space-with-copy-space_141793-60566.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-handsome-man-thumbs-up-isolated-pink-space-with-copy-space_141793-60566.jpg?_wi=2",
|
||||
imageAlt: "John Peterson",
|
||||
},
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function ReviewsPage() {
|
||||
handle: "Verified Customer",
|
||||
testimonial: "Outstanding service and attention to detail. They transformed our neglected yard into a stunning outdoor space. We couldn't be happier!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg?_wi=2",
|
||||
imageAlt: "Sarah Martinez",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -186,7 +186,7 @@ export default function ServicesPage() {
|
||||
content: "When winter arrives, we're ready. Our snow removal services keep your driveways and walkways safe and accessible throughout the season.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-cutting-grass-with-lawn-mover-back-yard-male-black-apron-family-working-home_1157-41441.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-cutting-grass-with-lawn-mover-back-yard-male-black-apron-family-working-home_1157-41441.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user