Merge version_13_1780922967663 into main #10

Merged
bender merged 1 commits from version_13_1780922967663 into main 2026-06-08 12:51:48 +00:00

View File

@@ -81,12 +81,6 @@ export default function PromoSection() {
/>
</motion.div>
</div>
{/* Decorative background elements */}
<div className="absolute top-0 left-0 w-full h-full overflow-hidden pointer-events-none opacity-10">
<div className="absolute -top-24 -left-24 w-96 h-96 bg-white rounded-full blur-3xl"></div>
<div className="absolute -bottom-24 -right-24 w-96 h-96 bg-white rounded-full blur-3xl"></div>
</div>
</section>
);
}
}