Components
A rotating Earth animation with glowing edges and twinkling stars on a dark cosmic backdrop. Ideal for landing pages, astronomy apps, or immersive websites needing a futuristic space-themed loading or background effect.
Loading preview...
import Card from "@/components/ui/animated-earth-background";
export default function DemoOne() {
return <Card />;
}