Skip to content
Merged
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
17 changes: 13 additions & 4 deletions src/components/sections/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,12 @@ export default function Hero() {
}`}
>
<p className="text-xl xl:text-2xl leading-relaxed text-gray-600 dark:text-gray-300 font-medium text-left">
Compile TypeScript into deterministic, structured context (components, contracts, dependencies).{' '}
<span className="font-bold text-gray-900 dark:text-gray-100">One-time setup. Up to 70% token savings.</span>
<span className="block">
Compile TypeScript into deterministic, structured context.
</span>
<span className="mt-1 block font-bold text-gray-900 dark:text-gray-100">
One-time setup. Up to 70% token savings.
</span>
</p>
<p className="mt-4 text-base xl:text-lg text-gray-500 dark:text-gray-400 text-left">
Fast • Deterministic • Open Source
Expand Down Expand Up @@ -291,8 +295,13 @@ export default function Hero() {
}`}
>
<p className="mt-8 text-xl lg:text-2xl leading-relaxed text-gray-600 dark:text-gray-300 font-medium max-w-4xl mx-auto">
Compile TypeScript into deterministic, structured context (components, contracts, dependencies).{' '}
<span className="font-bold text-gray-900 dark:text-gray-100">One-time setup. Up to 70% token savings.</span>
<span className="block">
Compile TypeScript into deterministic, structured context.
</span>
<span className="mt-1 block font-bold text-gray-900 dark:text-gray-100">
<span className="block">One-time setup.</span>
<span className="mt-0.5 block">Up to 70% token savings.</span>
</span>
</p>
<p className="mt-4 text-base lg:text-lg text-gray-500 dark:text-gray-400">
Fast • Deterministic • Open Source
Expand Down
Loading