File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 1-
21export 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}
You can’t perform that action at this time.
0 commit comments