import React from 'react' import WelcomeSection from '../components/WelcomeSection' import QuickActions from '../components/QuickActions' import RecentProjects from '../components/RecentProjects' import FeaturesHighlight from '../components/FeaturesHighlight' const HomePage: React.FC = () => { return (