From 3a063d3e0cbc2ad316ee60980d5a8e6f9b087649 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 09:02:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 +} -- 2.49.1