diff --git a/src/components/landing/LandingPage.tsx b/src/components/landing/LandingPage.tsx index 6a709c683..b10eaae7d 100644 --- a/src/components/landing/LandingPage.tsx +++ b/src/components/landing/LandingPage.tsx @@ -573,11 +573,14 @@ function HeroSection() { {/* Tagline */} -

+

Open-source developer productivity dashboard. Track GitHub streaks, PR velocity, and coding goals — automatically.

@@ -672,8 +675,9 @@ function CommitTicker() { {doubled.map((c, i) => ( @@ -714,6 +718,8 @@ function AboutHighlightCard({ transformOrigin: 'top center', transform: visible ? tiltStyle.transform : `perspective(1000px) rotateX(-90deg)`, transition: visible ? tiltStyle.transition : `opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) ${index * 80}ms, transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) ${index * 80}ms`, + background: 'var(--card)', + border: '1px solid var(--border)', backdropFilter: 'blur(20px)', WebkitBackdropFilter: 'blur(20px)', cursor: 'pointer', @@ -737,14 +743,20 @@ function AboutHighlightCard({ }}>