Epic 1 — OG-image & SEO base: - Replace wrong og-image.png with branded 1200×630 Cohorta design - index.html: full title, og:type/url/image dimensions, twitter:card, canonical Epic 2 — Pricing from admin panel: - Pricing.tsx: remove hardcoded DEFAULT_PACKS; add loading skeleton and error+retry state - Features list and personas/sessions counts computed from API credits/costs - billing.py /packs: also returns persona_cost and run_cost for frontend math - app_settings.py: add popular:True to pro pack default Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
34 lines
1.9 KiB
HTML
Executable file
34 lines
1.9 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=2" />
|
|
<title>Cohorta — AI-Powered Synthetic Focus Groups</title>
|
|
<meta name="description" content="Run AI-moderated focus groups with synthetic personas. Get real research insights in minutes, not weeks — no recruits, no scheduling, no bias." />
|
|
<meta name="author" content="AImpress" />
|
|
<link rel="canonical" href="https://cohorta.ai-impress.com" />
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="Cohorta" />
|
|
<meta property="og:url" content="https://cohorta.ai-impress.com" />
|
|
<meta property="og:title" content="Cohorta — AI-Powered Synthetic Focus Groups" />
|
|
<meta property="og:description" content="Run AI-moderated focus groups with synthetic personas. Get real research insights in minutes, not weeks — no recruits, no scheduling, no bias." />
|
|
<meta property="og:image" content="https://cohorta.ai-impress.com/og-image.png" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<meta property="og:image:alt" content="Cohorta — Synthetic focus groups. Real insights, no recruits." />
|
|
|
|
<!-- Twitter / X -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Cohorta — AI-Powered Synthetic Focus Groups" />
|
|
<meta name="twitter:description" content="Run AI-moderated focus groups with synthetic personas. Get real research insights in minutes, not weeks." />
|
|
<meta name="twitter:image" content="https://cohorta.ai-impress.com/og-image.png" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|