From 8120c289791d96369f19ffcc3d7d302700228a21 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 08:14:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9b14a7..c91406d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,36 +133,36 @@ export default function LandingPage() { title: "Lawn Treatment", description: "Revitalise your lawn with our tailored feeding and nutrient programs for vibrant green health.", icon: CheckCircle, mediaItems: [ { - url: "http://img.b2bpic.net/free-photo/close-up-woman-taking-care-her-garden_329181-16526.jpg", alt: "Lawn treatment before and after"}, + src: "http://img.b2bpic.net/free-photo/close-up-woman-taking-care-her-garden_329181-16526.jpg", alt: "Lawn treatment before and after"}, { - url: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg", alt: "Professional lawn fertilising"}, + src: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg", alt: "Professional lawn fertilising"}, ], }, { title: "Weed & Moss Control", description: "Eliminate unwanted weeds and stubborn moss to restore your lawn's pristine appearance and health.", icon: Target, mediaItems: [ { - url: "http://img.b2bpic.net/free-photo/flat-lay-green-grass_23-2148849313.jpg", alt: "Weed control application"}, + src: "http://img.b2bpic.net/free-photo/flat-lay-green-grass_23-2148849313.jpg", alt: "Weed control application"}, { - url: "http://img.b2bpic.net/free-photo/little-lonely-tree-angle-view_23-2148249152.jpg", alt: "Moss removal on lawn"}, + src: "http://img.b2bpic.net/free-photo/little-lonely-tree-angle-view_23-2148249152.jpg", alt: "Moss removal on lawn"}, ], }, { title: "Aeration & Scarification", description: "Improve soil health and drainage, and remove thatch to encourage stronger root growth and thicker grass.", icon: Cloud, mediaItems: [ { - url: "http://img.b2bpic.net/free-photo/close-up-woman-taking-care-her-garden_329181-16526.jpg", alt: "Lawn aeration machine"}, + src: "http://img.b2bpic.net/free-photo/close-up-woman-taking-care-her-garden_329181-16526.jpg", alt: "Lawn aeration machine"}, { - url: "http://img.b2bpic.net/free-photo/flat-lay-green-grass_23-2148849313.jpg", alt: "Scarification of lawn"}, + src: "http://img.b2bpic.net/free-photo/flat-lay-green-grass_23-2148849313.jpg", alt: "Scarification of lawn"}, ], }, { title: "Seasonal Lawn Care", description: "Our year-round programs ensure your lawn receives optimal care, adapting to seasonal needs for continuous vitality.", icon: Calendar, mediaItems: [ { - url: "http://img.b2bpic.net/free-photo/little-lonely-tree-angle-view_23-2148249152.jpg", alt: "Spring lawn care"}, + src: "http://img.b2bpic.net/free-photo/little-lonely-tree-angle-view_23-2148249152.jpg", alt: "Spring lawn care"}, { - url: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg", alt: "Autumn lawn care"}, + src: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg", alt: "Autumn lawn care"}, ], }, ]} -- 2.49.1