diff --git a/src/components/sections/hero/HeroAnimated.tsx b/src/components/sections/hero/HeroAnimated.tsx
index c877f8f..ce162a1 100644
--- a/src/components/sections/hero/HeroAnimated.tsx
+++ b/src/components/sections/hero/HeroAnimated.tsx
@@ -38,11 +38,6 @@ const HeroAnimated = ({
className="hero-animated-container"
onMouseMove={handleMouseMove}
>
-
{tag}
@@ -64,6 +59,11 @@ const HeroAnimated = ({
+
);
};
diff --git a/src/index.css b/src/index.css
index f61a6db..55745eb 100644
--- a/src/index.css
+++ b/src/index.css
@@ -155,6 +155,13 @@ h6 {
padding-top: 4rem;
}
+.hero-animated-container {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 2rem;
+}
+
/* WEBILD_CARD_STYLE */
/* @cards/gradient-mesh */
.card {