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."