Skip to content

Commit 0a94c02

Browse files
committed
test: add visual deploy indicator
1 parent d4a1c57 commit 0a94c02

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

components/landing/hero.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)