import React from 'react'; import { motion } from 'framer-motion'; import FileUploader from './FileUploader'; import { DocumentTextIcon, ChatBubbleBottomCenterTextIcon, LightBulbIcon, AcademicCapIcon } from '@heroicons/react/24/outline'; const WelcomeScreen = ({ onStartChat, onNewChat, darkMode }) => { const suggestions = [ "What is depreciation in accounting?", "Explain the concept of working capital", "What are the different types of financial statements?", "How do you calculate return on investment?" ]; const features = [ { icon: DocumentTextIcon, title: "Upload Documents", description: "Upload PDFs, Word docs, and text files for instant analysis" }, { icon: ChatBubbleBottomCenterTextIcon, title: "Ask Questions", description: "Get detailed answers based on your uploaded study materials" }, { icon: LightBulbIcon, title: "Smart Insights", description: "AI-powered explanations tailored for CA exam preparation" } ]; return (
Upload your study materials and get instant, intelligent answers
{feature.description}