From 60d1b08c28a9cf4cebba0aac5ddf297d319fc094 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:39:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fbb9718..1b0d8e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { title: "Garden Maintenance", description: "Regular garden care, weeding, and upkeep to keep your outdoor space pristine year-round.", icon: Sprout, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg?_wi=1", imageAlt: "Garden maintenance services"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg", imageAlt: "Garden maintenance services"}, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Garden maintenance results"}, ], @@ -89,7 +89,7 @@ export default function LandingPage() { title: "Lawn Care & Grass Services", description: "Professional lawn care, mowing, treatment, and installation for healthy, lush grass.", icon: Clover, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg?_wi=2", imageAlt: "Professional lawn care"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-gardener-posing-while-trimming-conifer-bush-by-electric-hedge-clippers-sunny-day_7502-10442.jpg", imageAlt: "Professional lawn care"}, { imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg", imageAlt: "Lawn transformation"}, ], @@ -100,14 +100,14 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", imageAlt: "Hedge and tree trimming"}, { - imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=1", imageAlt: "Professional trimming results"}, + imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", imageAlt: "Professional trimming results"}, ], }, { title: "Landscape Design & Installation", description: "Creative landscape solutions tailored to your vision. Modern designs with sustainable practices.", icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=2", imageAlt: "Landscape design service"}, + imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", imageAlt: "Landscape design service"}, { imageSrc: "http://img.b2bpic.net/free-photo/gardener-with-weedwacker-cutting-grass-garden_329181-20539.jpg", imageAlt: "Completed landscape project"}, ], @@ -134,7 +134,7 @@ export default function LandingPage() { id: "3", title: "Detail-Oriented Work", subtitle: "Meticulous attention to every garden detail", category: "Quality", value: "100% Focus"}, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} /> @@ -149,13 +149,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Tiaan Mare testimonial"}, { id: "2", name: "Tebogo Modiba", role: "Property Manager", company: "Pretoria East", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Tebogo Modiba testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Tebogo Modiba testimonial"}, { id: "3", name: "Eunice Coetzee", role: "Estate Owner", company: "Brooklyn, Pretoria", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Eunice Coetzee testimonial"}, { id: "4", name: "James Wilson", role: "Business Owner", company: "Menlyn, Pretoria", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "James Wilson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Wilson testimonial"}, ]} kpiItems={[ { value: "28+", label: "Verified Reviews" }, -- 2.49.1