diff --git a/src/components/sections/hero/hero.tsx b/src/components/sections/hero/hero.tsx deleted file mode 100644 index 1f95fd7..0000000 --- a/src/components/sections/hero/hero.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import Button from "@/components/ui/Button"; -import TextAnimation from "@/components/ui/TextAnimation"; -import ImageOrVideo from "@/components/ui/ImageOrVideo"; - -export default function Hero() { - return ( -
-
-
-
- - - - - Active now -
- - -
-
-
-
- -
-
-
- ); -} \ No newline at end of file