Merge version_8_1778175521002 into main

Merge version_8_1778175521002 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-07 17:39:45 +00:00

View File

@@ -30,7 +30,13 @@ const HeroSplitMediaGrid = ({
<div className="flex flex-col md:flex-row items-center gap-10 md:gap-20 w-content-width mx-auto">
<div className="w-full md:w-1/2">
<div className="flex flex-col items-center md:items-start gap-3">
<span className="px-3 py-1 mb-1 text-sm card rounded">{tag}</span>
<div className="flex items-center gap-3 mb-3 p-3 card rounded-theme">
<div className="relative flex items-center justify-center w-4 h-4">
<div className="absolute w-full h-full bg-green-500 rounded-full animate-ping"></div>
<div className="w-2 h-2 bg-green-500 rounded-full"></div>
</div>
<span className="text-sm">2,345 people active now</span>
</div>
<TextAnimation
text={title}
@@ -52,13 +58,6 @@ const HeroSplitMediaGrid = ({
<Button text={primaryButton.text} href={primaryButton.href} variant="primary"/>
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary"animationDelay={0.1} />
</div>
<div className="flex items-center gap-3 mt-5 p-3 card rounded-theme">
<div className="relative flex items-center justify-center w-4 h-4">
<div className="absolute w-full h-full bg-green-500 rounded-full animate-ping"></div>
<div className="w-2 h-2 bg-green-500 rounded-full"></div>
</div>
<span className="text-sm">2,345 people active now</span>
</div>
</div>
</div>