We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf392b commit cbf419cCopy full SHA for cbf419c
1 file changed
src/components/HeroCard.tsx
@@ -31,7 +31,7 @@ export default function HeroCard({
31
]
32
const lines = paragraphs ?? (mainText ? [mainText] : defaultParagraphs)
33
return (
34
- <div className="bg-gradient-to-b from-brand-green-dark to-brand-purple-dark text-white py-12 relative overflow-hidden">
+ <div className="bg-gradient-to-b from-brand-green-dark via-brand-purple-dark to-brand-green-dark text-white py-12 relative overflow-hidden">
35
{/* Enhanced background patterns with multiple layers */}
36
<div className="absolute inset-0 overflow-hidden">
37
<div className="absolute inset-0 opacity-[0.05] bg-[url('/pattern.svg')] bg-repeat animate-[spin_60s_linear_infinite]"></div>
0 commit comments