Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-22 14:21:20 +00:00
7 changed files with 79 additions and 51 deletions

View File

@@ -120,14 +120,14 @@ export default function AboutPage() {
id: 2,
title: "Competitive Pricing",
description: "High-quality services at affordable rates. We believe great gardening shouldn't break the bank.",
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=2",
imageAlt: "Affordable gardening service",
},
{
id: 3,
title: "Local Expertise",
description: "Deep knowledge of Randburg and Fourways' climate, soil conditions, and local landscaping needs.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=5",
imageAlt: "Local gardening expertise",
},
]}

View File

@@ -138,21 +138,21 @@ const ContactPage = () => {
id: 1,
title: "Randburg",
description: "Full range of gardening and landscaping services for residential and commercial properties in Randburg.",
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=3",
imageAlt: "Randburg gardening services",
},
{
id: 2,
title: "Fourways",
description: "Professional lawn maintenance, fencing, and landscaping services for Fourways residents and businesses.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=6",
imageAlt: "Fourways landscaping services",
},
{
id: 3,
title: "Surrounding Areas",
description: "Extended service coverage to neighboring areas. Call for specific location inquiries and availability.",
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-gardening-scissors_23-2149382186.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-gardening-scissors_23-2149382186.jpg?_wi=3",
imageAlt: "Extended service areas",
},
]}

View File

@@ -92,42 +92,42 @@ export default function GalleryPage() {
id: "1",
name: "Lawn Transformation",
price: "View",
imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg?_wi=2",
imageAlt: "Before and after lawn transformation",
},
{
id: "2",
name: "Garden Renovation",
price: "View",
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg?_wi=2",
imageAlt: "Before and after garden renovation",
},
{
id: "3",
name: "Landscape Design",
price: "View",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261228.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261228.jpg?_wi=2",
imageAlt: "Before and after landscape design",
},
{
id: "4",
name: "Tree Removal",
price: "View",
imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905232.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905232.jpg?_wi=2",
imageAlt: "Before and after tree removal",
},
{
id: "5",
name: "Hedge Trimming",
price: "View",
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=2",
imageAlt: "Before and after hedge trimming",
},
{
id: "6",
name: "Complete Makeover",
price: "View",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-plant-pot_23-2149128121.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-plant-pot_23-2149128121.jpg?_wi=2",
imageAlt: "Before and after complete garden makeover",
},
]}

View File

@@ -1,28 +1,54 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { 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 { DM_Sans } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Professional Gardening & Landscaping Services in Randburg",
description: "Expert lawn mowing, fencing, tree cutting, and landscaping services in Randburg, Fourways. Fast, reliable, and affordable. 5.0 ⭐ rated. Call 084 835 9057.",
keywords: "gardening services Randburg, lawn mowing Fourways, landscaping services, tree cutting, garden maintenance, fencing installation, irrigation repair",
metadataBase: new URL("https://deepwatersgardening.co.za"),
alternates: {
canonical: "https://deepwatersgardening.co.za",
},
openGraph: {
title: "Deep Waters Gardening Services - Randburg",
description: "Professional gardening and landscaping services you can trust. Serving Randburg and Fourways.",
url: "https://deepwatersgardening.co.za",
siteName: "Deep Waters Gardening Services",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Deep Waters Gardening Services - Randburg",
description: "Professional gardening and landscaping services you can trust.",
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +57,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +71,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -97,7 +97,7 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=1"
imageAlt="Professional lawn maintenance and landscaping service"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -119,42 +119,42 @@ export default function HomePage() {
id: 1,
title: "Lawn Mowing & Maintenance",
description: "Regular lawn mowing, edging, and maintenance to keep your grass healthy and manicured.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=1",
imageAlt: "Professional lawn mowing service",
},
{
id: 2,
title: "Fencing Installation",
description: "Expert fencing installation and repair to enhance privacy and property boundaries.",
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515937.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515937.jpg?_wi=1",
imageAlt: "Garden fence installation",
},
{
id: 3,
title: "Hedge Trimming",
description: "Professional hedge and shrub trimming to maintain shape and health of your garden.",
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-gardening-scissors_23-2149382186.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-gardening-scissors_23-2149382186.jpg?_wi=1",
imageAlt: "Professional hedge trimming",
},
{
id: 4,
title: "Tree Cutting & Removal",
description: "Safe and professional tree cutting, trimming, and removal services for hazardous or overgrown trees.",
imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-226.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-226.jpg?_wi=1",
imageAlt: "Professional tree cutting service",
},
{
id: 5,
title: "Irrigation System Repair",
description: "Expert installation, maintenance, and repair of irrigation systems for optimal water efficiency.",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-watering-taking-care-plants_176420-3836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-watering-taking-care-plants_176420-3836.jpg?_wi=1",
imageAlt: "Irrigation system installation",
},
{
id: 6,
title: "Garden Clean-ups & More",
description: "Comprehensive garden clean-ups, grass seeding, weed control, mulching, pest control, and waste removal.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=2",
imageAlt: "Garden cleanup and maintenance",
},
]}
@@ -205,7 +205,7 @@ export default function HomePage() {
name: "Sarah Johnson",
handle: "Homeowner - Fourways",
testimonial: "Deep Waters transformed our garden. Professional, reliable, and very affordable. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
{
@@ -213,7 +213,7 @@ export default function HomePage() {
name: "Michael Chen",
handle: "Property Manager - Randburg",
testimonial: "Outstanding service. They handle all our maintenance needs across multiple properties. Always punctual.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-office-computer_1303-31490.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-office-computer_1303-31490.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
@@ -221,7 +221,7 @@ export default function HomePage() {
name: "Emily Rodriguez",
handle: "Business Owner - Fourways",
testimonial: "Great job on our commercial landscaping. The team is professional and takes pride in their work.",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg?_wi=1",
imageAlt: "Emily Rodriguez",
},
{
@@ -229,7 +229,7 @@ export default function HomePage() {
name: "David Kim",
handle: "Homeowner - Randburg",
testimonial: "Fast, reliable, and affordable. They fixed our irrigation system perfectly. Will use them again.",
imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-bearded-male-using-laptop-cafe-street_613910-12216.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-bearded-male-using-laptop-cafe-street_613910-12216.jpg?_wi=1",
imageAlt: "David Kim",
},
{
@@ -237,7 +237,7 @@ export default function HomePage() {
name: "Lisa Thompson",
handle: "Homeowner - Fourways",
testimonial: "Professional landscapers. They made our garden look like new. Excellent attention to detail.",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-drink_1098-14107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-drink_1098-14107.jpg?_wi=1",
imageAlt: "Lisa Thompson",
},
{
@@ -245,7 +245,7 @@ export default function HomePage() {
name: "James Anderson",
handle: "Business Owner - Randburg",
testimonial: "Best gardening service in the area. Trustworthy, hardworking, and reasonably priced.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
imageAlt: "James Anderson",
},
]}
@@ -270,42 +270,42 @@ export default function HomePage() {
id: "1",
name: "Lawn Transformation",
price: "View",
imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg?_wi=1",
imageAlt: "Before and after lawn transformation",
},
{
id: "2",
name: "Garden Renovation",
price: "View",
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg?_wi=1",
imageAlt: "Before and after garden renovation",
},
{
id: "3",
name: "Landscape Design",
price: "View",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261228.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261228.jpg?_wi=1",
imageAlt: "Before and after landscape design",
},
{
id: "4",
name: "Tree Removal",
price: "View",
imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905232.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905232.jpg?_wi=1",
imageAlt: "Before and after tree removal",
},
{
id: "5",
name: "Hedge Trimming",
price: "View",
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg?_wi=1",
imageAlt: "Before and after hedge trimming",
},
{
id: "6",
name: "Complete Makeover",
price: "View",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-plant-pot_23-2149128121.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-plant-pot_23-2149128121.jpg?_wi=1",
imageAlt: "Before and after complete garden makeover",
},
]}

View File

@@ -93,7 +93,7 @@ const ReviewsPage = () => {
name: "Sarah Johnson",
handle: "Homeowner - Fourways",
testimonial: "Deep Waters transformed our garden. Professional, reliable, and very affordable. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg?_wi=2",
imageAlt: "Sarah Johnson",
},
{
@@ -101,7 +101,7 @@ const ReviewsPage = () => {
name: "Michael Chen",
handle: "Property Manager - Randburg",
testimonial: "Outstanding service. They handle all our maintenance needs across multiple properties. Always punctual.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-office-computer_1303-31490.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-office-computer_1303-31490.jpg?_wi=2",
imageAlt: "Michael Chen",
},
{
@@ -109,7 +109,7 @@ const ReviewsPage = () => {
name: "Emily Rodriguez",
handle: "Business Owner - Fourways",
testimonial: "Great job on our commercial landscaping. The team is professional and takes pride in their work.",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg?_wi=2",
imageAlt: "Emily Rodriguez",
},
{
@@ -117,7 +117,7 @@ const ReviewsPage = () => {
name: "David Kim",
handle: "Homeowner - Randburg",
testimonial: "Fast, reliable, and affordable. They fixed our irrigation system perfectly. Will use them again.",
imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-bearded-male-using-laptop-cafe-street_613910-12216.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-bearded-male-using-laptop-cafe-street_613910-12216.jpg?_wi=2",
imageAlt: "David Kim",
},
{
@@ -125,7 +125,7 @@ const ReviewsPage = () => {
name: "Lisa Thompson",
handle: "Homeowner - Fourways",
testimonial: "Professional landscapers. They made our garden look like new. Excellent attention to detail.",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-drink_1098-14107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-drink_1098-14107.jpg?_wi=2",
imageAlt: "Lisa Thompson",
},
{
@@ -133,7 +133,7 @@ const ReviewsPage = () => {
name: "James Anderson",
handle: "Business Owner - Randburg",
testimonial: "Best gardening service in the area. Trustworthy, hardworking, and reasonably priced.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
imageAlt: "James Anderson",
},
]}

View File

@@ -91,42 +91,42 @@ export default function ServicesPage() {
id: 1,
title: "Lawn Mowing & Maintenance",
description: "Weekly or bi-weekly lawn mowing services with professional edging, trimming, and grass health management. We use modern equipment and proven techniques to maintain your lawn in pristine condition year-round.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=3",
imageAlt: "Professional lawn mowing service",
},
{
id: 2,
title: "Fencing Installation & Repair",
description: "Expert fencing services including installation, repair, and maintenance. We work with various materials including wood, vinyl, and chain-link to enhance your property's privacy, security, and curb appeal.",
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515937.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515937.jpg?_wi=2",
imageAlt: "Garden fence installation",
},
{
id: 3,
title: "Hedge & Shrub Trimming",
description: "Professional hedge and shrub trimming services to maintain shape, promote healthy growth, and enhance your garden's aesthetic appeal. We handle all types of hedges and shrubs with precision.",
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-gardening-scissors_23-2149382186.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-gardening-scissors_23-2149382186.jpg?_wi=2",
imageAlt: "Professional hedge trimming",
},
{
id: 4,
title: "Tree Cutting & Removal",
description: "Safe and professional tree cutting, trimming, and complete removal services. Our certified team handles hazardous trees, overgrown branches, and stump removal with safety and expertise.",
imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-226.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-226.jpg?_wi=2",
imageAlt: "Professional tree cutting service",
},
{
id: 5,
title: "Irrigation System Services",
description: "Installation, repair, and maintenance of efficient irrigation systems. We design and implement water-saving solutions that keep your garden healthy while reducing water waste and utility costs.",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-watering-taking-care-plants_176420-3836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-watering-taking-care-plants_176420-3836.jpg?_wi=2",
imageAlt: "Irrigation system installation",
},
{
id: 6,
title: "Garden Clean-ups & Specialized Services",
description: "Comprehensive garden clean-ups, grass seeding, weed control, mulching, pest control, composting setup, and waste removal. We handle all aspects of garden maintenance and improvement.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=4",
imageAlt: "Garden cleanup and maintenance",
},
]}