File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,10 +48,13 @@ export function LandingHero() {
4848 < Link
4949 href = "/"
5050 onClick = { markVisited }
51- className = "w-full sm:w-auto px-8 py-4 bg-primary text-white rounded-xl font-bold text-lg shadow-xl shadow-primary/20 hover:bg-primary/90 hover:-translate-y-1 transition-all active:scale-95 flex items-center justify-center gap-3"
51+ className = "w-full sm:w-auto px-8 py-4 bg-primary text-white rounded-xl font-bold text-lg shadow-xl shadow-primary/20 hover:bg-primary/90 hover:-translate-y-1 transition-all active:scale-95 flex items-center justify-center gap-3 relative "
5252 >
5353 { t ( "hero.ctaPrimary" ) }
5454 < ArrowRight className = "w-5 h-5" />
55+ < span className = "absolute -top-3 -right-3 px-2 py-1 bg-yellow-400 text-black text-[10px] font-black rounded-full border-2 border-white rotate-12 shadow-md animate-bounce" >
56+ DEPLOY TEST
57+ </ span >
5558 </ Link >
5659 < a
5760 href = "#features"
You can’t perform that action at this time.
0 commit comments