import { motion } from "motion/react" import useScreenSize from "@/hooks/use-screen-size" import Gravity, { MatterBody, } from "@/fancy/components/physics/cursor-attractor-and-gravity" export default function Preview() { const screenSize = useScreenSize() const words = [ "we", "analyze", { text: "millions", highlight: true }, { text: "of", highlight: true }, { text: "data", highlight: true }, { text: "points", highlight: true }, "per", "second", "to", "provide", "you", "with", "the", "most", "accurate", "insights.", ] return (