diff --git a/src/app/page.tsx b/src/app/page.tsx index f72dd2b..8db1934 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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. +
@@ -134,4 +137,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}