Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-19 21:07:18 +00:00
5 changed files with 47 additions and 19 deletions

View File

@@ -59,7 +59,7 @@ export default function AboutPage() {
description="GreenScape Pro has been transforming outdoor spaces across the region for nearly two decades. We combine proven landscaping expertise with innovative sustainable practices."
subdescription="Our team of certified landscape professionals is dedicated to creating outdoor environments that inspire, beautify, and endure."
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-taking-care-her-plants_23-2148579931.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-taking-care-her-plants_23-2148579931.jpg?_wi=2"
imageAlt="Professional landscaping team at work"
mediaAnimation="slide-up"
useInvertedBackground={true}

View File

@@ -54,28 +54,28 @@ export default function GalleryPage() {
id: "project-1",
name: "Modern Backyard Oasis",
price: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-pool-resort_74190-1619.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-pool-resort_74190-1619.jpg?_wi=2",
imageAlt: "modern backyard patio stone landscape",
},
{
id: "project-2",
name: "Commercial Plaza Landscaping",
price: "Commercial",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-saleswoman-beige-business-suit-holding-blue-folder-with-work-documents-standing_1258-194074.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-saleswoman-beige-business-suit-holding-blue-folder-with-work-documents-standing_1258-194074.jpg?_wi=2",
imageAlt: "commercial plaza landscape design plants",
},
{
id: "project-3",
name: "Native Plant Garden",
price: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/beauty-defocus-focus-flora-white_1253-446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beauty-defocus-focus-flora-white_1253-446.jpg?_wi=2",
imageAlt: "native plants sustainable garden design",
},
{
id: "project-4",
name: "Stone Hardscape Design",
price: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg?_wi=2",
imageAlt: "stone hardscape patio walkway design",
},
]}

View File

@@ -1,24 +1,50 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } 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 { Mulish } 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 mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Professional Landscaping Services - GreenScape Pro",
description: "Expert landscape design, installation, and maintenance for residential and commercial properties. Serving the area with professional outdoor space transformations.",
keywords: "landscaping, landscape design, lawn care, landscaping services, landscape installation, hardscaping",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Professional Landscaping Services - GreenScape Pro",
description: "Transform your outdoor space with professional landscaping design and installation services.",
type: "website",
siteName: "GreenScape Pro",
images: [
{
url: "http://img.b2bpic.net/free-photo/beautiful-panorama-green-city-park-dawn_1127-3213.jpg",
alt: "beautiful landscaped garden stone pathway",
},
],
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +53,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +67,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -116,7 +116,7 @@ export default function HomePage() {
description="GreenScape Pro has been transforming outdoor spaces across the region for nearly two decades. We combine proven landscaping expertise with innovative sustainable practices."
subdescription="Our team of certified landscape professionals is dedicated to creating outdoor environments that inspire, beautify, and endure."
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-taking-care-her-plants_23-2148579931.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-taking-care-her-plants_23-2148579931.jpg?_wi=1"
imageAlt="landscaping team working together outdoors"
mediaAnimation="slide-up"
useInvertedBackground={true}
@@ -180,28 +180,28 @@ export default function HomePage() {
id: "project-1",
name: "Modern Backyard Oasis",
price: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-pool-resort_74190-1619.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-pool-resort_74190-1619.jpg?_wi=1",
imageAlt: "modern backyard patio stone landscape",
},
{
id: "project-2",
name: "Commercial Plaza Landscaping",
price: "Commercial",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-saleswoman-beige-business-suit-holding-blue-folder-with-work-documents-standing_1258-194074.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-saleswoman-beige-business-suit-holding-blue-folder-with-work-documents-standing_1258-194074.jpg?_wi=1",
imageAlt: "commercial plaza landscape design plants",
},
{
id: "project-3",
name: "Native Plant Garden",
price: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/beauty-defocus-focus-flora-white_1253-446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beauty-defocus-focus-flora-white_1253-446.jpg?_wi=1",
imageAlt: "native plants sustainable garden design",
},
{
id: "project-4",
name: "Stone Hardscape Design",
price: "Residential",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg?_wi=1",
imageAlt: "stone hardscape patio walkway design",
},
]}

View File

@@ -96,7 +96,7 @@ export default function ServicesPage() {
description="GreenScape Pro has been transforming outdoor spaces across the region for nearly two decades. We combine proven landscaping expertise with innovative sustainable practices."
subdescription="Our team of certified landscape professionals is dedicated to creating outdoor environments that inspire, beautify, and endure."
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-taking-care-her-plants_23-2148579931.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-taking-care-her-plants_23-2148579931.jpg?_wi=3"
imageAlt="landscaping team working together outdoors"
mediaAnimation="slide-up"
useInvertedBackground={true}