From 251794c74325340052cf51e4f9a4614845f5126c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 20:14:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c87ecd..4fbe3c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -187,6 +187,9 @@ export default function LandingPage() { id: "f2", title: "Are you available 24/7?", content: "Yes, we are open 24 hours a day for emergency support."}, { id: "f3", title: "Do you serve my area?", content: "We serve Duluth and nearby areas."}, + { + id: "f4", title: "What is your pricing policy?", content: "We offer a 'No-Surprise Pricing' guarantee, ensuring you know the exact cost before we start any work, with no hidden fees." + } ]} imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg" mediaAnimation="slide-up" -- 2.49.1