diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index caa3741..e501bff 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -3,10 +3,13 @@ import WelcomeSection from '../components/WelcomeSection' import QuickActions from '../components/QuickActions' import RecentProjects from '../components/RecentProjects' import FeaturesHighlight from '../components/FeaturesHighlight' +import { VideoPlayer2 } from '@/components/VideoPlayer2' const HomePage: React.FC = () => { return (