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