Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="twitter:card" content="summary_large_image">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Serif:opsz,wght@8..144,400;8..144,600;8..144,700&family=Roboto:wght@300;400;500;700&family=Roboto+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
Expand Down
17 changes: 7 additions & 10 deletions src/components/plugin-blog/HeroSection.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AnimatedSection } from '../common/AnimatedSection';
import { AnimatedSection } from "../common/AnimatedSection";

export const HeroSection = () => (
<header className="hero">
Expand All @@ -10,7 +10,9 @@ export const HeroSection = () => (
<h1>How We Built AI-Powered Policy Analysis</h1>
</AnimatedSection>
<AnimatedSection delay={0.2}>
<p className="hero-subtitle">The story of turning a general-purpose AI into a policy expert</p>
<p className="hero-subtitle">
The story of turning a general-purpose AI into a policy expert
</p>
</AnimatedSection>
<AnimatedSection delay={0.35}>
<div className="hero-intro">
Expand All @@ -19,17 +21,12 @@ export const HeroSection = () => (
and multiple countries. Our ecosystem spans 40+ repositories,
thousands of parameters, and a codebase where a single misread
regulation can produce wrong numbers for millions of households.
</p>
<p>
<em>
This is the story of how we turned a general-purpose AI into a
domain expert.
</em>
Here&rsquo;s how we taught Claude to navigate all of it.
</p>
<p>
<a
href="https://policyengine.org/us/claude-plugins"
style={{ textDecoration: 'underline', fontWeight: 500 }}
href="https://policyengine.org/us/claude-plugin"
style={{ textDecoration: "underline", fontWeight: 500 }}
>
See how you can use what we built &rarr;
</a>
Expand Down
Loading