From 6500c6244aaa76d74b762fb26aecffc3141f8102 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:16:04 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cd56cb9..99325ea 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,20 +10,27 @@ export default function AboutPage() { return ( - - - + +
+ +
+
); -- 2.49.1