From 611d2154fef9fcdabd113f74d2f36bb9a3e02123 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:04:48 +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 07cf3dc..91e54b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { enableKpiAnimation={true} buttons={[ { - text: "Get Your Free Quote", href: "#contact"}, + text: "Book Your Junk Removal", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127871.jpg" imageAlt="O&R Removal and Hauling truck" @@ -182,7 +182,7 @@ export default function LandingPage() { { id: "f1", title: "Do you offer same-day service?", content: "Yes, we strive to offer same-day or next-day service based on our current schedule availability."}, { - id: "f2", title: "How is pricing calculated?", content: "Pricing is based on volume, weight, and type of materials. We provide a transparent quote upfront, and all our estimates are free and no-obligation, so you can inquire with total peace of mind."}, + id: "f2", title: "How is pricing calculated?", content: "Pricing is based on volume, weight, and type of materials. We provide a transparent quote upfront."}, { id: "f3", title: "What areas do you serve?", content: "We primarily serve the North Carolina 919 area code and surrounding regions."}, ]} -- 2.49.1