diff --git a/src/app/(pages)/about/_about.tsx b/src/app/(pages)/about/_about.tsx index d5e1283f..ab39f479 100644 --- a/src/app/(pages)/about/_about.tsx +++ b/src/app/(pages)/about/_about.tsx @@ -82,11 +82,8 @@ export default function Page() {

You can learn more about me from my blogs than I can convey here. -
But in short, I believe in - code, - - teams, and effective - +
But in short, I believe in quality code, high-performing + teams, and effective management
And I do offer services aimed at enhancing some of these aspects for software teams.

diff --git a/src/app/components/protos/hero-section.tsx b/src/app/components/protos/hero-section.tsx index d0073333..5a749204 100644 --- a/src/app/components/protos/hero-section.tsx +++ b/src/app/components/protos/hero-section.tsx @@ -377,6 +377,10 @@ import { Button } from '../ui/button'; /* eslint-disable */ +/* eslint-disable */ + +/* eslint-disable */ + function TypingAnimation() { const el = useRef(null); diff --git a/src/app/components/reusables/code/code-block.tsx b/src/app/components/reusables/code/code-block.tsx index 9cf04d33..a0ae5e23 100644 --- a/src/app/components/reusables/code/code-block.tsx +++ b/src/app/components/reusables/code/code-block.tsx @@ -138,6 +138,16 @@ import CopyButton from './copy-code'; // react-syntax-highlighter has no types +/* eslint-disable */ +// @ts-nocheck + +// react-syntax-highlighter has no types + +/* eslint-disable */ +// @ts-nocheck + +// react-syntax-highlighter has no types + /* eslint-disable */ // @ts-nocheck SyntaxHighlighter.registerLanguage('rust', rust);