Skip to content

Commit 77fdcfc

Browse files
committed
f
1 parent e5241bc commit 77fdcfc

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

src/app/page.tsx

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -107,42 +107,42 @@ export default async function Home({
107107
</p>
108108
</div>
109109
{/* Deep Fish Promo Bar */}
110-
<Link
111-
href="https://deepfi.sh"
112-
target="_blank"
113-
className={cn(
114-
buttonVariants({
115-
variant: "outline",
116-
size: "lg",
117-
className:
118-
"group mt-2 inline-flex w-full max-w-xs items-center justify-between gap-3",
119-
}),
120-
)}
121-
>
122-
<div className="flex items-center gap-2 text-sm font-semibold">
123-
<div className="relative">
110+
<div className="relative mt-2 w-full max-w-xs">
111+
<span className="absolute -top-2 left-4 z-10 flex h-5 w-11 items-center justify-center rounded-full bg-pink-500 text-[10px] font-bold text-white shadow-sm">
112+
NEW
113+
</span>
114+
<Link
115+
href="https://deepfi.sh"
116+
target="_blank"
117+
className={cn(
118+
buttonVariants({
119+
variant: "outline",
120+
size: "lg",
121+
className:
122+
"group inline-flex w-full items-center justify-between gap-3 pl-5",
123+
}),
124+
)}
125+
>
126+
<div className="flex items-center gap-2 text-sm font-semibold">
124127
<Image
125128
src="/deepfish.png"
126129
width={24}
127130
height={24}
128131
alt="Deep Fish logo"
129-
className="animate-bounce rounded-full"
132+
className="rounded-full"
130133
/>
131-
<span className="absolute -right-2 -top-2 flex h-4 w-8 items-center justify-center rounded-full bg-pink-500 text-[9px] font-bold text-white">
132-
NEW
134+
<span>
135+
Hook bigger audiences with
136+
<span className="pl-1 underline decoration-primary/30 underline-offset-4">
137+
Deep Fish
138+
</span>
133139
</span>
134140
</div>
135-
<span>
136-
Hook bigger audiences with
137-
<span className="pl-1 underline decoration-white/60 underline-offset-4">
138-
Deep Fish
139-
</span>
141+
<span className="text-sm font-medium transition-colors group-hover:text-accent-foreground">
142+
140143
</span>
141-
</div>
142-
<span className="text-sm font-medium transition-colors group-hover:text-accent-foreground">
143-
Join →
144-
</span>
145-
</Link>
144+
</Link>
145+
</div>
146146
</div>
147147

148148
{/* {userDB && userDB?.user ? (

0 commit comments

Comments
 (0)