Skip to content

Commit 1550514

Browse files
Redesigned Academy page
1 parent ed1d158 commit 1550514

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/pages/Contact.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,18 @@ const Contact: React.FC = () => {
206206
<div className="w-24 h-[1px] bg-gradient-to-l from-transparent via-alien-gold/60 to-alien-gold/80" />
207207
</motion.div>
208208

209-
{/* Welcome Message Bubble - Compact & Sophisticated */}
209+
{/* Welcome Message Bubble - Comic-style with triangular pointer */}
210210
<motion.div
211211
initial={{ opacity: 0, y: 20 }}
212212
animate={{ opacity: 1, y: 0 }}
213213
transition={{ duration: 0.6, delay: 0.5 }}
214214
className="relative max-w-2xl px-6 py-4 rounded-2xl backdrop-blur-md bg-black/30 border border-alien-green/40 shadow-[0_0_30px_rgba(57,255,20,0.1)]"
215215
>
216+
{/* Comic-style triangular pointer */}
217+
<div className="absolute -bottom-3 left-1/2 -translate-x-1/2">
218+
<div className="w-0 h-0 border-l-[12px] border-l-transparent border-r-[12px] border-r-transparent border-t-[12px] border-t-alien-green/40" />
219+
<div className="absolute -top-[1px] left-1/2 -translate-x-1/2 w-0 h-0 border-l-[10px] border-l-transparent border-r-[10px] border-r-transparent border-t-[10px] border-t-black/30" />
220+
</div>
216221
<p className="text-base lg:text-lg leading-relaxed font-exo">
217222
<span className="text-muted-foreground">Have questions or want to join the </span>
218223
<span className="text-alien-green font-nasalization drop-shadow-[0_0_8px_rgba(57,255,20,0.6)]">Δlieπ</span>

0 commit comments

Comments
 (0)