Skip to content

Commit 95c8c31

Browse files
committed
Update hero title to use prayer flag blue color
- Change hero title color from gradient to prayer flag blue (#3b82f6) - Matches the blue color used in prayer flags throughout the site
1 parent 0029f2b commit 95c8c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function Home() {
3535
animate={{ opacity: 1, y: 0 }}
3636
transition={{ duration: 0.8, ease: 'easeOut' }}
3737
>
38-
<h1 className="text-5xl md:text-7xl lg:text-8xl tracking-tight mb-6 text-gradient-blue">
38+
<h1 className="text-5xl md:text-7xl lg:text-8xl tracking-tight mb-6" style={{ color: '#3b82f6' }}>
3939
{hero.title.split('\n').map((line, i) => (
4040
<span key={i}>
4141
{line}

0 commit comments

Comments
 (0)