From 34f762413a88aa6a8b6a163aeedb21735edd487a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:40:31 +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 6d38a20..935ac25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -236,6 +236,9 @@ export default function LandingPage() { id: "q2", title: "Are your detergents safe?", content: "Yes, all our soaps are environmentally friendly and biodegradable."}, { id: "q3", title: "Do I need to be home?", content: "Not necessarily for exterior-only services, provided we have access."}, + { + id: "q4", title: "Do you offer a satisfaction guarantee?", content: "Absolutely. If you're not completely satisfied with our work, we will return and re-clean the area until it meets our high standards." + } ]} title="Common Questions" description="Find answers to our most frequently asked questions about our power cleaning process." -- 2.49.1