'use client'; import React from 'react'; import styles from './SpaceBackground.module.css'; export default function SpaceBackground() { return (
{/* Animated Stars - More Natural Distribution */} {/* Floating Particles */} {/* Distant Planets/Objects */} {/* Nebula-like background shapes */} {/* Multiple Shooting Stars */} {/* Flying Rocket - 5x Bigger */} {/* Rocket Body */} {/* Rocket Nose */} {/* Rocket Fins */} {/* Rocket Exhaust */} {/* Rocket Window */} {/* Gradient Definitions */}
); }