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