const QUESTIONS = [ 'How does authentication work in this system?', 'Which services depend on the database?', 'Where are request validation rules defined?', 'What should a new engineer read first?', 'Which modules are highest risk to change?', 'How is deployment configured?', ]; export default function SuggestedQuestions({ onSelect }) { return (