Spaces:
Running
Running
File size: 570 Bytes
b0e750c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
export const HERO_STYLES = [
{ id: "animated-gradient", label: "Animated Gradient" },
{ id: "particles", label: "Particles" },
{ id: "waves", label: "Waves" },
{ id: "noise", label: "Noise Overlay" },
{ id: "parallax", label: "Parallax Layers" },
{ id: "vanta-globe", label: "Vanta Globe" },
{ id: "morphing-blobs", label: "Morphing Blobs" },
{ id: "rays", label: "Rays / Aurora" },
{ id: "grid", label: "Animated Grid" },
{ id: "shapes", label: "Floating Shapes" },
{ id: "lines", label: "Moving Lines" },
{ id: "orbits", label: "Orbits" },
];
|