diff --git a/src/components/FeatureAnnouncement.tsx b/src/components/FeatureAnnouncement.tsx index 81b57ef66..c37c655dd 100644 --- a/src/components/FeatureAnnouncement.tsx +++ b/src/components/FeatureAnnouncement.tsx @@ -1,21 +1,85 @@ +import { useState } from 'react'; +import { Modal } from './Modal.tsx'; +import { PartyPopper } from 'lucide-react'; + type FeatureAnnouncementProps = {}; export function FeatureAnnouncement(props: FeatureAnnouncementProps) { - return ( - setIsPlaying(false)} + bodyClassName={'h-auto overflow-hidden'} + wrapperClassName={'md:max-w-3xl lg:max-w-4xl xl:max-w-5xl'} > - - New - {' '} - - Practice your skills with projects - - - Build projects to skill up - - +
+ + New + + Projects are live on the{' '} + + backend roadmap + + + {' '} + and are coming soon on the others{' '} + + +
+
+ {/*https://www.youtube.com/embed/?playsinline=1&disablekb=1&&iv_load_policy=3&cc_load_policy=0&controls=0&rel=0&autoplay=1&mute=1&origin=https%3A%2F%2Fytch.xyz&widgetid=1*/} +