diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx new file mode 100644 index 0000000..caa3741 --- /dev/null +++ b/src/pages/HomePage.tsx @@ -0,0 +1,25 @@ +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 ( +