fix: move showcase bg to outer container, increase overlay opacity for card contrast
This commit is contained in:
@@ -179,12 +179,12 @@ export default function DashboardDemo() {
|
|||||||
{/* Orange glow behind */}
|
{/* Orange glow behind */}
|
||||||
<div className="absolute -inset-8 bg-brand-orange/8 rounded-[2.5rem] blur-3xl" />
|
<div className="absolute -inset-8 bg-brand-orange/8 rounded-[2.5rem] blur-3xl" />
|
||||||
|
|
||||||
{/* Dashboard content */}
|
{/* Outer container with showcase bg */}
|
||||||
<div className="relative rounded-3xl border border-white/[0.08] overflow-hidden">
|
<div className="relative rounded-3xl border border-white/[0.08] overflow-hidden">
|
||||||
<img src="/pulse-showcase-bg.png" alt="" className="absolute inset-0 w-full h-full object-cover" />
|
<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="absolute inset-0 bg-black/50" />
|
||||||
|
|
||||||
<div className="relative p-4 sm:p-6">
|
<div className="relative p-4 sm:p-6 lg:p-8">
|
||||||
{/* Dashboard header */}
|
{/* Dashboard header */}
|
||||||
<div className="flex items-center justify-between mb-6">
|
<div className="flex items-center justify-between mb-6">
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex items-center gap-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user