Skip to content

Commit e95a965

Browse files
committed
chore: page updated.
1 parent 4eefaad commit e95a965

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

src/app/page.tsx

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1-
21
export default function Home() {
32
return (
4-
<div className="font-sans grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20">
5-
<h1>Coming Soon...</h1>
6-
<p>Updating design...</p>
3+
<div className="min-h-screen flex flex-col justify-center items-center bg-gray-900 text-white px-4">
4+
<div className="text-center space-y-4">
5+
<h1 className="text-5xl font-extrabold bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-teal-300 animate-pulse">
6+
🚀 Coming Soon...
7+
</h1>
8+
<p className="text-lg text-gray-300">
9+
I’m currently updating my portfolio with a fresh new design and
10+
features.
11+
</p>
12+
<div className="mt-6">
13+
<div className="w-48 h-1 mx-auto bg-gradient-to-r from-blue-500 to-teal-400 rounded-full animate-pulse"></div>
14+
</div>
15+
<p className="text-sm text-gray-500 mt-6">
16+
Stay tuned — the new experience is almost ready.
17+
</p>
18+
</div>
719
</div>
820
);
921
}

0 commit comments

Comments
 (0)