4 Commits

Author SHA1 Message Date
kudinDmitriyUp
c46d47952f Bob AI: Reorder the elements within the hero section: move the text 2026-04-16 05:14:31 +00:00
725ae37201 Merge version_3_1776316186565 into main
Merge version_3_1776316186565 into main
2026-04-16 05:11:27 +00:00
kudinDmitriyUp
dad69dac5b Bob AI: Adjust the vertical alignment of the text, subtext, and butt 2026-04-16 05:11:06 +00:00
0c1d2ac648 Merge version_2_1776316001450 into main
Merge version_2_1776316001450 into main
2026-04-16 05:08:35 +00:00
2 changed files with 16 additions and 5 deletions

View File

@@ -38,11 +38,6 @@ const HeroAnimated = ({
className="hero-animated-container"
onMouseMove={handleMouseMove}
>
<div className="hero-animated-image-container">
<div className="hero-animated-parallax-wrapper" style={parallaxStyle}>
<ImageOrVideo imageSrc={imageSrc} videoSrc={videoSrc} className="hero-animated-image" />
</div>
</div>
<div className="hero-animated-content w-content-width mx-auto">
<div className="flex flex-col items-center gap-3 md:gap-5">
<span className="px-3 py-1 mb-1 text-sm card rounded">{tag}</span>
@@ -64,6 +59,11 @@ const HeroAnimated = ({
</div>
</div>
</div>
<div className="hero-animated-image-container">
<div className="hero-animated-parallax-wrapper" style={parallaxStyle}>
<ImageOrVideo imageSrc={imageSrc} videoSrc={videoSrc} className="hero-animated-image" />
</div>
</div>
</section>
);
};

View File

@@ -151,6 +151,17 @@ h6 {
font-family: var(--font-manrope), sans-serif;
}
#hero {
padding-top: 4rem;
}
.hero-animated-container {
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
}
/* WEBILD_CARD_STYLE */
/* @cards/gradient-mesh */
.card {