From af970e6085dd5a46cdcc051a43cbb959c4bb2234 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 03:51:33 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3cac7b8..9554c35 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -9,32 +9,41 @@ import { Award } from "lucide-react"; export default function AboutPage() { return ( - + - + - + +
+ - +
+
);