From bc15874d14c69110947ce33a3f4a27e14950a07d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 19:49:28 +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 de149b2..861b7bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "small", title: "Junk Removal", price: "$60+", period: "", features: ["$60 Porterville Only ", "$135 Starting Price All Other Areas ", "Responsible disposal"], + id: "small", title: "Junk Removal", price: "$60+", period: "", features: ["$60 Starting in Porterville Only ", "$135 Starting Price All Other Areas ", "Responsible disposal"], button: { text: "Book Now", href: "#contact" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAbs2mtVAarsbwSrty8hTuKmCw/uploaded-1776019278239-tps7lb1l.jpg", imageAlt: "eco friendly recycling symbol" }, -- 2.49.1