Skip to content

Commit e9c3bbc

Browse files
committed
Update HeroCard background gradient color from dark green to dark purple for enhanced visual appeal.
1 parent d433459 commit e9c3bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/HeroCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function HeroCard({
3131
]
3232
const lines = paragraphs ?? (mainText ? [mainText] : defaultParagraphs)
3333
return (
34-
<div className="bg-gradient-to-b from-brand-green-dark to-brand-green-dark text-white py-12 relative overflow-hidden">
34+
<div className="bg-gradient-to-b from-brand-green-dark to-brand-purple-dark text-white py-12 relative overflow-hidden">
3535
{/* Enhanced background patterns with multiple layers */}
3636
<div className="absolute inset-0 overflow-hidden">
3737
<div className="absolute inset-0 opacity-[0.05] bg-[url('/pattern.svg')] bg-repeat animate-[spin_60s_linear_infinite]"></div>

0 commit comments

Comments
 (0)