"use client" import Link from "next/link" import { LayoutGroup, motion } from "motion/react" import { Component } from "@/lib/get-components" import TextRotate from "@/fancy/components/text/text-rotate" import { HeroImages } from "./hero-images" const MotionLink = motion.create(Link) export function LandingHero({ allComps }: { allComps: Component[] | null }) { return (
{allComps && }
Make your website{" "} with a growing library of ready-to-use react components & microinteractions. free & open source.
Check docs → ★ on GitHub
) }