From 113fac95d669e8d06307e585c1e6c3bead5e78ff Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 08:15:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2080191..c9ffa41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,7 +162,9 @@ export default function LandingPage() { faqs={[ { id: "faq1", title: "Do you provide free estimates?", content: "Yes, contact us today for a fast and free estimate." }, { id: "faq2", title: "Are you fully insured?", content: "We are a professional, fully insured service provider." }, - { id: "faq3", title: "Do you handle commercial projects?", content: "We handle both residential and light commercial projects." } + { id: "faq3", title: "Do you handle commercial projects?", content: "We handle both residential and light commercial projects." }, + { id: "faq4", title: "What items do you not accept?", content: "We cannot accept hazardous materials, chemicals, or automotive fluids. Please contact us for specific item inquiries." }, + { id: "faq5", title: "How soon can you schedule a pickup?", content: "We often offer same-day or next-day scheduling. Contact us to confirm availability for your preferred window." } ]} title="COMMON QUESTIONS" description="Need to know more about our junk removal and cleanout process?" -- 2.49.1