here is some futuristic hero page
Loading preview...
import Image from "next/image"; import { QuantumHero } from "@/components/ui/hero-futuristic"; export default function Home() { return <QuantumHero />; }