diff --git a/frontend/src/components/TextParallax.tsx b/frontend/src/components/TextParallax.tsx new file mode 100644 index 00000000..df51c533 --- /dev/null +++ b/frontend/src/components/TextParallax.tsx @@ -0,0 +1,156 @@ +import React, { useRef } from "react"; +import { FiArrowUpRight } from "react-icons/fi"; + +import { motion, useScroll, useTransform } from "framer-motion"; + +export const TextParallaxContentExample = () => { + return ( +
+ {subheading} +
+{heading}
++ Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi, + blanditiis soluta eius quam modi aliquam quaerat odit deleniti minima + maiores voluptate est ut saepe accusantium maxime doloremque nulla + consectetur possimus. +
++ Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusantium + reiciendis blanditiis aliquam aut fugit sint. +
+ +- K-Lang is a next-generation programming language designed - specifically for controlling and programming humanoid robots. With - its intuitive syntax and powerful features, K-Lang empowers both - beginners and experts to create sophisticated robot behaviors and - interactions. -
-- Ready to start programming your humanoid robot with K-Lang? Follow - these steps: -
-- Want to experiment with K-Lang before setting up your development - environment? Our interactive online code editor is coming soon! - Stay tuned for updates. -
-+ When compiling a Klang program, we choose a frame rate which will match + the frame rate for the model that we will ultimately want to run (for + example 50 Hz). The “program supervisor” runs at this frequency, keeping + track of scoped values, running functions, and any control flow. The + equivalent of a program counter taking a step is the program supervisor + incrementing by one time step. +
++ K-Lang is a WIP programming language. +
+ +