From 672435f27874f7e1677ceec0074ee5eb59603369 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:50:57 +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 652cf66..8ce3c75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,7 +137,7 @@ export default function LandingPage() { faqs={[ { id: "faq1", title: "Do you offer free estimates?", content: "Yes, we provide free, no-obligation estimates for all our services." }, { id: "faq2", title: "Are you available on weekends?", content: "We are open 24 hours Monday through Saturday, and 9:00 AM - 7:00 PM on Sundays." }, - { id: "faq3", title: "What payment methods do you accept?", content: "We accept cash, credit cards, and Zelle for your convenience." }, + { id: "faq3", title: "What payment methods do you accept?", content: "We accept cash, credit cards, and Zelle. Secure digital payments available for your convenience." }, ]} title="Common Questions" description="Need more information? Here's what you should know."