From 070871a9f5af32c8721205fbd12deead73d957b3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:35:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3436b56..a843bbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,9 +121,9 @@ export default function LandingPage() { { id: "p3", name: "Sod Installation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stone-path-walk-run-garden_74190-8976.jpg"}, { - id: "p4", name: "Lawn Pest Control", price: "Starting at $75", imageSrc: "http://img.b2bpic.net/free-photo/man-spraying-plants-garden_23-2148396745.jpg"}, + id: "p4", name: "Lawn Pest Control", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/man-spraying-plants-garden_23-2148396745.jpg"}, { - id: "p5", name: "Grass Seeding", price: "From $120", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg"}, + id: "p5", name: "Grass Seeding", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/grass-sprout-with-ground-small-shovel-work-garden_127675-2669.jpg"}, { id: "p6", name: "General Yard Cleanup", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg"}, ]} -- 2.49.1