diff --git a/src/components/Hero.js b/src/components/Hero.js index 8942945..e761c07 100755 --- a/src/components/Hero.js +++ b/src/components/Hero.js @@ -15,9 +15,12 @@ export default function Hero() {

- I am a junior software developer passionate about productionizing - AI. I enjoy transforming AI tools and research into practical, - scalable software solutions. + As a junior software developer, I am passionate about turning AI + tools and research into practical, scalable software solutions. My + focus is on implementing AI technologies efficiently and + effectively, ensuring they serve real-world applications. My goal + is to make advanced AI accessible and useful in various + industries.

+ return ( +
- {props.name} - { props.partner && } + {props.name} + {props.partner && } -
- ) + + ); } export default function Home() { @@ -37,6 +42,7 @@ export default function Home() {

Projects

+ - +
@@ -125,8 +128,7 @@ export default function Home() { -
-
+
); diff --git a/static/img/projects_logo/markai.png b/static/img/projects_logo/markai.png new file mode 100644 index 0000000..1d27106 Binary files /dev/null and b/static/img/projects_logo/markai.png differ