feat: add showcase background image to feature section mockup containers

This commit is contained in:
Usman Baig
2026-03-21 20:02:22 +01:00
parent 74a48299ab
commit 4afaf32e58
2 changed files with 6 additions and 2 deletions

View File

@@ -59,9 +59,13 @@ function FeatureSection({
className={`relative ${reverse ? 'lg:order-first' : ''}`}
>
<div className="absolute -inset-8 bg-brand-orange/8 rounded-[2.5rem] blur-3xl" />
<div className="relative rounded-3xl overflow-hidden border border-white/[0.08] bg-neutral-900/80">
<div className="relative rounded-3xl overflow-hidden border border-white/[0.08]">
<img src="/pulse-showcase-bg.png" alt="" className="absolute inset-0 w-full h-full object-cover" />
<div className="absolute inset-0 bg-black/30" />
<div className="relative">
{mockup}
</div>
</div>
</motion.div>
</div>
</section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB