From f38a33eecfef43867e4c10d464ecdfac7b94b797 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:46:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88543c0..7eba500 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,6 +86,7 @@ export default function LandingPage() { description={[ "I'm a passionate full-stack developer with 8+ years of experience building web applications that scale. My journey started with a curiosity about how things work on the web, which evolved into a deep expertise in modern JavaScript frameworks and cloud technologies.", "I specialize in creating performant, accessible, and beautifully designed digital products. From concept to deployment, I focus on clean code, user experience, and continuous improvement. I'm equally comfortable working solo on projects or collaborating within dynamic teams.", "When I'm not coding, you'll find me contributing to open-source projects, writing technical blog posts, or exploring emerging web technologies. I believe in the power of sharing knowledge and lifting up the developer community." ]} + descriptionClassName="first:text-lg first:font-semibold first:leading-relaxed" buttons={[ { text: "Download Resume", href: "#" } ]} -- 2.49.1