sprintf('What dental services does %s offer?', $business_data['name']),
'answer' => sprintf('%s provides comprehensive dental care services specializing in %s. Services include routine cleanings, dental exams, fillings, crowns, root canals, teeth whitening, and preventive care.', $business_data['name'], $business_data['category'])
),
array(
'question' => 'Do they accept dental insurance?',
'answer' => 'This practice accepts most major dental insurance plans. Patients can contact the office to verify if they accept specific insurance plans.'
),
array(
'question' => 'Do they provide emergency dental care?',
'answer' => 'Yes, this practice offers emergency dental services for patients experiencing severe pain, broken teeth, or other urgent dental issues.'
),
array(
'question' => 'What should patients expect during their first visit?',
'answer' => 'During the first visit, patients can expect a comprehensive dental examination, including X-rays if needed, a thorough cleaning, and a discussion about dental health goals.'
),
array(
'question' => 'How do patients schedule an appointment?',
'answer' => 'Patients can schedule an appointment by calling the office during business hours. New patients are welcome, and the practice strives to accommodate same-day appointments when possible.'
)
);
foreach ($faqs as $index => $faq):
?>