"use client"; import { ShootingStars } from "./ui/shooting-stars"; import { SparklesCore } from "./ui/sparkles"; import { StarsBackground } from "./ui/stars-background"; const WelcomeSection = () => { return (

ATOM

{/* Gradients */}
{/* Core component */}

Your one-stop shop
for gravity-free design...

{/* Radial Gradient to prevent sharp edges */}
); }; export default WelcomeSection;