Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-23 09:03:00 +00:00

View File

@@ -75,7 +75,10 @@ export default function LandingPage() {
useInvertedBackground={true}
title="About Me"
buttons={[{ text: "Download CV", href: "#" }]}
/>
className="text-center"
>
I approach problem-solving by dissecting complex technical challenges into manageable, scalable architectural components. By prioritizing clean code and user-centric design, I deliver robust solutions that consistently establish professional authority in competitive markets.
</TextAbout>
</div>
<div id="skills" data-section="skills">
@@ -134,4 +137,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}