File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -107,42 +107,42 @@ export default async function Home({
107
107
</ p >
108
108
</ div >
109
109
{ /* 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" >
124
127
< Image
125
128
src = "/deepfish.png"
126
129
width = { 24 }
127
130
height = { 24 }
128
131
alt = "Deep Fish logo"
129
- className = "animate-bounce rounded-full"
132
+ className = "rounded-full"
130
133
/>
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 >
133
139
</ span >
134
140
</ 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
+ →
140
143
</ 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 >
146
146
</ div >
147
147
148
148
{ /* {userDB && userDB?.user ? (
You can’t perform that action at this time.
0 commit comments