From 345e917da461495192912abdbce1640e4052a2c1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:06:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 193 +++++++---------------------------------------- 1 file changed, 29 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc5020a..c24a276 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,80 +28,36 @@ export default function LandingPage() {
@@ -110,45 +66,20 @@ export default function LandingPage() { useInvertedBackground={true} title="Engineering Vision" description={[ - "With a focus on robust architecture and delightful user experiences, I turn complex requirements into elegant, high-impact digital products.", - "My workflow blends deep technical expertise in CLI tooling with high-fidelity UI design for web and mobile platforms.", - ]} + "With a focus on robust architecture and delightful user experiences, I turn complex requirements into elegant, high-impact digital products.", "My workflow blends deep technical expertise in CLI tooling with high-fidelity UI design for web and mobile platforms."]} />
-- 2.49.1