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*/}
+
+
+
+ );
+
+ return (
+ <>
+ {isPlaying && videoModal}
+
+ >
);
}
diff --git a/src/components/HeroSection/HeroSection.astro b/src/components/HeroSection/HeroSection.astro
index 10eece507..a55867e59 100644
--- a/src/components/HeroSection/HeroSection.astro
+++ b/src/components/HeroSection/HeroSection.astro
@@ -11,7 +11,7 @@ import { FeatureAnnouncement } from "../FeatureAnnouncement";
id='hero-text'
>
-
+