diff --git a/public/landing-gif-2c.mp4 b/public/landing-gif-2c.mp4
new file mode 100644
index 0000000..b129352
Binary files /dev/null and b/public/landing-gif-2c.mp4 differ
diff --git a/public/landing-gifc.mp4 b/public/landing-gifc.mp4
new file mode 100644
index 0000000..489edf8
Binary files /dev/null and b/public/landing-gifc.mp4 differ
diff --git a/src/components/AnimatedSVG/index.tsx b/src/components/AnimatedSVG/index.tsx
index d7e184b..ea946c1 100644
--- a/src/components/AnimatedSVG/index.tsx
+++ b/src/components/AnimatedSVG/index.tsx
@@ -1,15 +1,16 @@
import React from "react";
import styles from "./AnimatedSVG.module.css";
-const AnimatedSVG = (): React.ReactNode => {
+type AnimatedSVGProps = { size?: number };
+const AnimatedSVG = ({ size = 256 }: AnimatedSVGProps): React.ReactNode => {
const stroke = "#fff";
return (
{/* width, height and viewBox are necessary */}