Merge version_12_1779817779897 into main #11

Merged
bender merged 1 commits from version_12_1779817779897 into main 2026-05-26 17:51:34 +00:00

View File

@@ -50,7 +50,7 @@ const HeroBillboardCarousel = ({
className="text-base md:text-lg leading-tight text-balance"
/>
<div className="flex flex-wrap justify-center gap-3 mt-3">
<div className="flex flex-wrap justify-center gap-3 mt-3 shadow-2xl">
<Button text={primaryButton.text} href={primaryButton.href} variant="primary"/>
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary"animationDelay={0.1} />
</div>