export type HeroTemplateId = | "animated-gradient" | "particles" | "waves" | "noise" | "parallax" | "morphing-blobs" | "rays" | "grid" | "shapes" | "lines" | "orbits"; export interface HeroTemplate { id: HeroTemplateId; name: string; html: string; // full HTML snippet to insert inside
} export const HERO_TEMPLATES: HeroTemplate[] = [ { id: "animated-gradient", name: "Animated Gradient", html: `Effortless visuals with tailwind-only waves.
Subtle noise overlay for premium feel.
Layered glow with depth illusion.
SVG animated blobs with gradient.
Conic gradient rays for an Aurora feel.
Animated grid with light sweep.
Gentle motion with CSS keyframes.
Subtle animated lines create motion.
Concentric orbits with minimal styling.