
// AUTO-GENERATED by scripts/timings.mjs — do not edit by hand.
export const FPS = 30;
export const VIDEO_DURATION = 1800; // frames (60.00s)
export const LINE_SECONDS: Record<string, number> = {
  "hook": 3.840,
  "problem": 7.848,
  "solution": 9.072,
  "search": 6.552,
  "ai": 5.856,
  "services": 7.680,
  "cta": 6.312,
  "outro": 3.936,
};
export const SCHEDULE = [
  { name: "hook", start: 0.000, duration: 3.840 },
  { name: "problem", start: 4.390, duration: 7.848 },
  { name: "solution", start: 12.738, duration: 9.072 },
  { name: "search", start: 22.310, duration: 6.552 },
  { name: "ai", start: 29.312, duration: 5.856 },
  { name: "services", start: 35.618, duration: 7.680 },
  { name: "cta", start: 43.748, duration: 6.312 },
  { name: "outro", start: 50.760, duration: 3.936 },
];
