@@ -2,12 +2,33 @@ export default function Home() {
22 return (
33 < >
44 < header className = "text-black" >
5- < div className = "flex flex-col items-center justify-center min-h-screen bg-gray-100" >
5+ < div className = "flex flex-col items-center justify-center min-h-screen bg-gray-100 px-4 " >
66 < h1 className = "text-3xl font-bold" > Suwethan M</ h1 >
7- < p className = "text-lg text-gray-700" > Software Engineer</ p >
8- < p className = "mt-2 text-center max-w-md" >
9- Passionate about building scalable applications and solving complex problems.
7+ < p className = "text-lg text-gray-700" >
8+ < b > Software Engineer |</ b > < i > 2+ years of experience</ i >
109 </ p >
10+ < ul className = "mt-4 text-center max-w-md list-disc list-inside space-y-2 text-gray-800" >
11+ < li >
12+ Passionate about building scalable, high-performance applications and
13+ solving complex problems with innovative solutions.
14+ </ li >
15+ < li >
16+ Skilled at designing robust architectures, optimizing systems for
17+ efficiency, and translating business needs into technical deliverables.
18+ </ li >
19+ < li >
20+ Strong foundation in problem-solving, with a focus on clean,
21+ maintainable code and continuous improvement.
22+ </ li >
23+ < li >
24+ Thrives in collaborative environments, embracing challenges as
25+ opportunities to grow and create impactful software that scales.
26+ </ li >
27+ </ ul >
28+ < div className = "mt-12 px-6 py-3 bg-yellow-100 text-yellow-800 rounded-xl text-center text-lg shadow-sm" >
29+ 🚧 This website is under construction. < br />
30+ Please check back later for updates!
31+ </ div >
1132 </ div >
1233 </ header >
1334 </ >
0 commit comments