diff --git a/README.md b/README.md
index fd834ed..064b928 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
diff --git a/src/components/editor/CodeEditor.astro b/src/components/editor/CodeEditor.astro
index 9dd1f99..7b43778 100644
--- a/src/components/editor/CodeEditor.astro
+++ b/src/components/editor/CodeEditor.astro
@@ -7,94 +7,320 @@ interface Props {
const { slug, initialCode = 'fn main() {\n println!("Hola, mundo!");\n}\n' } = Astro.props
---
-
+
-
diff --git a/src/components/editor/output/Terminal.astro b/src/components/editor/output/Terminal.astro
index 00cb371..28d40e1 100644
--- a/src/components/editor/output/Terminal.astro
+++ b/src/components/editor/output/Terminal.astro
@@ -2,6 +2,7 @@
import IconLoader2 from "~icons/tabler/loader-2"
import IconPlayerPlay from "~icons/tabler/player-play"
import IconRestore from "~icons/tabler/restore"
+import IconSparkles from "~icons/tabler/sparkles"
import IconTerminal from "~icons/tabler/terminal"
interface Props {
@@ -47,6 +48,20 @@ const isTestMode = !!testCode
Reiniciar
+
+
Reiniciar
+
-
+
@@ -185,16 +185,40 @@ const t = useTranslations(lang)
+
+
diff --git a/src/features/home/components/Hero.astro b/src/features/home/components/Hero.astro
index fd9e0bd..7c40b04 100644
--- a/src/features/home/components/Hero.astro
+++ b/src/features/home/components/Hero.astro
@@ -146,12 +146,6 @@ const t = useTranslations(lang)
))}
-
-
-