omnidev / lib /hero-presets.ts
kalhdrawi's picture
Reupload OmniDev clean version
b0e750c
raw
history blame
570 Bytes
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" },
];