diff --git a/public/img/emait-logo.png b/public/img/emait-logo.png
new file mode 100644
index 0000000..621af38
Binary files /dev/null and b/public/img/emait-logo.png differ
diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx
index 8ee7831..676f667 100644
--- a/src/components/Hero.tsx
+++ b/src/components/Hero.tsx
@@ -3,6 +3,7 @@ import Link from "next/link";
import { Container } from "@/components/Container";
import heroImg from "../../public/img/nature.png";
import usocomeLogo from "../../public/img/usocome-logo.png";
+import emaitLogo from "../../public/img/emait-logo.png"
export const Hero = () => {
return (
@@ -54,6 +55,11 @@ export const Hero = () => {