A responsive, futuristic hero section featuring an interactive animated background with support for both light and dark themes.
import FuturisticHero from "@/components/ui/glow-hero-section"; export default function DemoOne() { return <FuturisticHero />; }