From 5d4c149433a9337e94f1d6db30d2f98e1c6c5a72 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:37:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a843bbd..d274f5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Lawn Mowing & Maintenance", price: "From $50", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41429.jpg"}, + id: "p1", name: "Lawn Mowing & Maintenance", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41429.jpg"}, { id: "p2", name: "Landscape Design", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30871.jpg"}, { -- 2.49.1