diff --git a/src/components/FAQSection.tsx b/src/components/FAQSection.tsx index 41e98d0..7061509 100644 --- a/src/components/FAQSection.tsx +++ b/src/components/FAQSection.tsx @@ -4,21 +4,17 @@ import { useState } from "react"; import { Plus, Minus } from "lucide-react"; const faqs = [ - { - question: "Do you offer emergency electrical services in Corpus Christi?", - answer: "Yes, Budd Electric Co. provides 24/7 emergency electrical services in Corpus Christi and surrounding areas. We have licensed electricians on call around the clock to handle power outages, storm damage, and dangerous electrical faults safely." - }, - { - question: "Are your electricians licensed and insured?", - answer: "Absolutely. We are fully licensed by the State of Texas (TECL #17007) and carry comprehensive insurance. All our electricians are background-checked and drug-tested for your peace of mind." - }, { question: "Do you install Kohler whole-home generators?", - answer: "Yes, we are an authorized Kohler Generator dealer. We specialize in the sale, professional installation, and ongoing maintenance of Kohler standby generators to keep your home powered during outages." + answer: "Yes, Budd Electric Co. is an authorized Kohler dealer. We are certified to maintain and install generators and electrical fixtures by Kohler. Our backup generators on standby keep your whole home or business powered in the event of a local community blackout due to inclement weather or utility failure." }, { - question: "What areas do you serve besides Corpus Christi?", - answer: "We serve the entire Coastal Bend region, including Portland, Robstown, Ingleside, Rockport, Aransas Pass, and Port Aransas. If you're in South Texas, give us a call!" + question: "What areas do you serve?", + answer: "We serve Corpus Christi, Texas and the entire Coastal Bend, as well as the entire South Texas general geographic area. No project is too large or too small for Budd Electric Co." + }, + { + question: "How long have you been in business?", + answer: "Since 1969, Budd Electric Co. has been providing commercial and residential electrical services to the Coastal Bend. We are a three-generation family owned and operated electrical contracting company with almost half a century of experience, specializing in electrical upgrades, installations and generators." } ];