mirror of
https://github.com/FranP-code/Reflecto.git
synced 2025-10-13 00:43:31 +00:00
feat: remove decorative blobs from Header component for cleaner design
This commit is contained in:
@@ -74,38 +74,6 @@ export default function Header() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Decorative blobs for subtle flair matching landing visuals */}
|
||||
<div
|
||||
className={[
|
||||
"absolute",
|
||||
"-z-10",
|
||||
"left-0",
|
||||
"top-0",
|
||||
"h-40",
|
||||
"w-40",
|
||||
"rounded-full",
|
||||
"bg-gradient-to-br",
|
||||
"from-purple-500/30",
|
||||
"to-fuchsia-500/20",
|
||||
"blur-3xl",
|
||||
].join(" ")}
|
||||
/>
|
||||
<div
|
||||
className={[
|
||||
"absolute",
|
||||
"-z-10",
|
||||
"right-10",
|
||||
"top-0",
|
||||
"h-56",
|
||||
"w-56",
|
||||
"rounded-full",
|
||||
"bg-gradient-to-br",
|
||||
"from-cyan-400/25",
|
||||
"to-emerald-400/15",
|
||||
"blur-3xl",
|
||||
].join(" ")}
|
||||
/>
|
||||
</header>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user