Animated dot-grid background with diagonal shooting star streaks and glowing nodes for hero sections and feature blocks.
import { ShootingStarsGrid } from "@/components/ui/shooting-stars-grid"; export default function Default() { return ( <div className="p-6"> <ShootingStarsGrid /> </div> ); }