diff --git a/public/images/projects/survivors.gif b/public/images/projects/survivors.gif new file mode 100644 index 0000000..f3baad9 Binary files /dev/null and b/public/images/projects/survivors.gif differ diff --git a/public/images/projects/survivors1.gif b/public/images/projects/survivors1.gif new file mode 100644 index 0000000..e0cd3f8 Binary files /dev/null and b/public/images/projects/survivors1.gif differ diff --git a/src/app/components/HeroSection.jsx b/src/app/components/HeroSection.jsx index ca80acf..c17191f 100644 --- a/src/app/components/HeroSection.jsx +++ b/src/app/components/HeroSection.jsx @@ -29,6 +29,8 @@ const HeroSection = () => { 1000, "Eager To Learn", 1000, + "Making Games", + 1000, ]} wrapper="span" speed={30} diff --git a/src/app/components/ProjectCard.jsx b/src/app/components/ProjectCard.jsx index bc3c81d..4d4efb5 100644 --- a/src/app/components/ProjectCard.jsx +++ b/src/app/components/ProjectCard.jsx @@ -7,7 +7,7 @@ const ProjectCard = ({ imgUrl, title, description, gitUrl, previewUrl }) => {
{