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 ( - + - + - + +
+ - +
+
);