diff --git a/src/components/sections/hero/hero.tsx b/src/components/sections/hero/hero.tsx new file mode 100644 index 0000000..11e8143 --- /dev/null +++ b/src/components/sections/hero/hero.tsx @@ -0,0 +1,35 @@ +import Button from "@/components/ui/Button"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; + +export default function Hero() { + return ( +
+
+
+ + +
+
+
+
+ +
+
+
+ ); +} \ No newline at end of file