Merge version_1 into main #1
@@ -97,7 +97,7 @@ export default function AboutPage() {
|
||||
{ value: "500+", title: "Projects Completed" },
|
||||
{ value: "10+", title: "Years Experience" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/successful-business-team-with-thumbs-up-smiling_1262-2021.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/successful-business-team-with-thumbs-up-smiling_1262-2021.jpg?_wi=2"
|
||||
imageAlt="Professional ARP Landscaping team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -117,7 +117,7 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Landscape Design",
|
||||
description: "Custom outdoor design that complements your home and maximizes curb appeal. Professional consultation included.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-closed-umbrellas_1127-2150.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-closed-umbrellas_1127-2150.jpg?_wi=3",
|
||||
imageAlt: "Professional landscape design consultation",
|
||||
buttonIcon: Sparkles,
|
||||
buttonHref: "/services",
|
||||
@@ -125,7 +125,7 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Lawn Installation & Maintenance",
|
||||
description: "Healthy, vibrant lawns start with proper installation and consistent care. We ensure your grass thrives year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-public-park-toowoomba-queensland-australia_181624-15191.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-public-park-toowoomba-queensland-australia_181624-15191.jpg?_wi=3",
|
||||
imageAlt: "Professional lawn maintenance and care",
|
||||
buttonIcon: Sparkles,
|
||||
buttonHref: "/services",
|
||||
|
||||
@@ -1,28 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Libre_Baskerville } 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";
|
||||
|
||||
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 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: "ARP Landscaping & Irrigation - Expert Landscapers in Dallas, TX",
|
||||
description: "Professional landscaping and irrigation services in Dallas, Texas. Expert landscape design, lawn maintenance, sprinkler repair, and drainage solutions. Get your free quote today!",
|
||||
keywords: "landscaping Dallas, irrigation services Dallas, landscape design Texas, sprinkler repair Dallas, lawn maintenance Dallas",
|
||||
metadataBase: new URL("https://arplandscaping.com"),
|
||||
alternates: {
|
||||
canonical: "https://arplandscaping.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "ARP Landscaping & Irrigation - Transform Your Outdoor Space",
|
||||
description: "Professional landscaping and irrigation services in Dallas, Texas. Over 500 completed projects and 100+ happy clients.",
|
||||
url: "https://arplandscaping.com",
|
||||
siteName: "ARP Landscaping & Irrigation",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://arplandscaping.com/og-image.jpg",
|
||||
alt: "ARP Landscaping - Professional Landscaping Services Dallas",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ARP Landscaping & Irrigation Dallas",
|
||||
description: "Expert landscaping and irrigation services. Free quotes available.",
|
||||
images: ["https://arplandscaping.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -32,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${libreBaskerville.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -44,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -121,7 +121,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Landscape Design",
|
||||
description: "Custom outdoor design that complements your home and maximizes curb appeal. Professional consultation included.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-closed-umbrellas_1127-2150.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-closed-umbrellas_1127-2150.jpg?_wi=1",
|
||||
imageAlt: "Professional landscape design consultation",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonHref: "/services",
|
||||
@@ -129,7 +129,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Lawn Installation & Maintenance",
|
||||
description: "Healthy, vibrant lawns start with proper installation and consistent care. We ensure your grass thrives year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-public-park-toowoomba-queensland-australia_181624-15191.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-public-park-toowoomba-queensland-australia_181624-15191.jpg?_wi=1",
|
||||
imageAlt: "Professional lawn maintenance and care",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonHref: "/services",
|
||||
@@ -137,7 +137,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Irrigation Systems",
|
||||
description: "Modern irrigation solutions that save water and keep your landscape healthy. Professional installation and optimization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-watering-garden-plants_23-2147828871.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-watering-garden-plants_23-2147828871.jpg?_wi=1",
|
||||
imageAlt: "Advanced irrigation system installation",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonHref: "/services",
|
||||
@@ -145,7 +145,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Sprinkler Repair & Maintenance",
|
||||
description: "Keep your irrigation system running efficiently. Quick repairs and preventive maintenance to avoid costly downtime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-man-repairing-car-with-tool_181624-45035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-man-repairing-car-with-tool_181624-45035.jpg?_wi=1",
|
||||
imageAlt: "Professional sprinkler system repair",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonHref: "/services",
|
||||
@@ -153,7 +153,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Drainage Solutions",
|
||||
description: "Solve water management issues with expert drainage design and installation. Protect your property from water damage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=1",
|
||||
imageAlt: "Professional drainage solution installation",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonHref: "/services",
|
||||
@@ -193,7 +193,7 @@ export default function HomePage() {
|
||||
title: "Years Experience",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/successful-business-team-with-thumbs-up-smiling_1262-2021.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/successful-business-team-with-thumbs-up-smiling_1262-2021.jpg?_wi=1"
|
||||
imageAlt="Professional ARP Landscaping team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
|
||||
@@ -92,7 +92,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Landscape Design",
|
||||
description: "Custom outdoor design that complements your home and maximizes curb appeal. Professional consultation included. We assess your property, understand your vision, and create a detailed plan tailored to your needs and budget.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-closed-umbrellas_1127-2150.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-closed-umbrellas_1127-2150.jpg?_wi=2",
|
||||
imageAlt: "Professional landscape design consultation",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonHref: "/contact",
|
||||
@@ -100,7 +100,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Lawn Installation & Maintenance",
|
||||
description: "Healthy, vibrant lawns start with proper installation and consistent care. We ensure your grass thrives year-round. Our maintenance includes mowing, edging, fertilization, weed control, and seasonal treatments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-public-park-toowoomba-queensland-australia_181624-15191.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-public-park-toowoomba-queensland-australia_181624-15191.jpg?_wi=2",
|
||||
imageAlt: "Professional lawn maintenance and care",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonHref: "/contact",
|
||||
@@ -108,7 +108,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Irrigation Systems",
|
||||
description: "Modern irrigation solutions that save water and keep your landscape healthy. Professional installation and optimization. We design systems for efficiency, install with precision, and maintain for peak performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-watering-garden-plants_23-2147828871.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-watering-garden-plants_23-2147828871.jpg?_wi=2",
|
||||
imageAlt: "Advanced irrigation system installation",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonHref: "/contact",
|
||||
@@ -116,7 +116,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Sprinkler Repair & Maintenance",
|
||||
description: "Keep your irrigation system running efficiently. Quick repairs and preventive maintenance to avoid costly downtime. We troubleshoot issues, replace parts, and optimize your system for water conservation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-man-repairing-car-with-tool_181624-45035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-man-repairing-car-with-tool_181624-45035.jpg?_wi=2",
|
||||
imageAlt: "Professional sprinkler system repair",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonHref: "/contact",
|
||||
@@ -124,7 +124,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Drainage Solutions",
|
||||
description: "Solve water management issues with expert drainage design and installation. Protect your property from water damage. We identify problem areas and implement solutions for proper water flow and landscape health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=2",
|
||||
imageAlt: "Professional drainage solution installation",
|
||||
buttonIcon: "ArrowRight",
|
||||
buttonHref: "/contact",
|
||||
|
||||
Reference in New Issue
Block a user