Update src/app/page.tsx

This commit is contained in:
2026-03-11 12:35:47 +00:00
parent e8d613f3b9
commit a0a6efff44

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
<TextSplitAbout
title="About Me"
description={[
"I'm a passionate developer with expertise in building scalable web applications and solving complex technical challenges. My journey in technology is driven by curiosity and a commitment to continuous learning.", "With a focus on clean code, user-centered design, and innovative solutions, I collaborate with teams to deliver projects that make a real impact. I believe in the power of technology to transform ideas into reality."
"I'm a passionate developer with expertise in building scalable web applications and solving complex technical challenges. My journey in technology is driven by curiosity and a commitment to continuous learning.", "I've helped startups reduce load times by 60% and enterprise teams ship features 3x faster through optimized architecture, streamlined workflows, and strategic technical solutions."
]}
buttons={[{ text: "Download Resume", href: "#" }]}
showBorder={false}
@@ -188,4 +188,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}