fix: replace incorrect beta pilot card with Village case study
The third "What's New" card incorrectly linked to /blog.html with product pricing — wrong site, wrong audience. Replaced with Village case study link appropriate for the research site. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c1d5016381
commit
aa2858037e
2 changed files with 7 additions and 7 deletions
|
|
@ -119,13 +119,13 @@
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="/blog.html" class="block bg-white rounded-xl shadow-md border border-gray-200 hover:shadow-xl hover:-translate-y-1 transition-all duration-300 overflow-hidden group">
|
<a href="/village-case-study.html" class="block bg-white rounded-xl shadow-md border border-gray-200 hover:shadow-xl hover:-translate-y-1 transition-all duration-300 overflow-hidden group">
|
||||||
<div class="bg-gradient-to-r from-amber-500 to-orange-500 p-4">
|
<div class="bg-gradient-to-r from-amber-500 to-orange-500 p-4">
|
||||||
<span class="text-amber-100 text-xs font-semibold uppercase tracking-wide" data-i18n="whats_new.card3_label">Beta Open</span>
|
<span class="text-amber-100 text-xs font-semibold uppercase tracking-wide" data-i18n="whats_new.card3_label">Case Study</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-5">
|
<div class="p-5">
|
||||||
<h3 class="font-bold text-gray-900 mb-2 group-hover:text-amber-700 transition" data-i18n="whats_new.card3_title">Village Beta Pilot</h3>
|
<h3 class="font-bold text-gray-900 mb-2 group-hover:text-amber-700 transition" data-i18n="whats_new.card3_title">Village: Tractatus in Production</h3>
|
||||||
<p class="text-sm text-gray-600" data-i18n-html="whats_new.card3_desc">Village is accepting beta applications from communities ready to participate in constitutional AI governance. <span class="font-semibold">Community Basic from $10/mo.</span></p>
|
<p class="text-sm text-gray-600" data-i18n="whats_new.card3_desc">The first deployment of constitutional AI governance in a live community platform. Production metrics, honest limitations, and evidence from 17 months of operation.</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,9 @@
|
||||||
"card2_label": "Deployed",
|
"card2_label": "Deployed",
|
||||||
"card2_title": "Guardian Agents in Production",
|
"card2_title": "Guardian Agents in Production",
|
||||||
"card2_desc": "Four-phase verification using mathematical similarity, not generative checking. Confidence badges, claim-level analysis, and adaptive learning — all tenant-scoped.",
|
"card2_desc": "Four-phase verification using mathematical similarity, not generative checking. Confidence badges, claim-level analysis, and adaptive learning — all tenant-scoped.",
|
||||||
"card3_label": "Beta Open",
|
"card3_label": "Case Study",
|
||||||
"card3_title": "Village Beta Pilot",
|
"card3_title": "Village: Tractatus in Production",
|
||||||
"card3_desc": "Village is accepting beta applications from communities ready to participate in constitutional AI governance. <span class=\"font-semibold\">Community Basic from $10/mo.</span>"
|
"card3_desc": "The first deployment of constitutional AI governance in a live community platform. Production metrics, honest limitations, and evidence from 17 months of operation."
|
||||||
},
|
},
|
||||||
"hero": {
|
"hero": {
|
||||||
"title": "Architectural Governance for AI Systems",
|
"title": "Architectural Governance for AI Systems",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue