Skip to content
Open
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
8 changes: 8 additions & 0 deletions src/components/home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@ export function Hero() {
>
Whitepaper
</Button>
<Button
href="https://app.blokcapital.io"
size="lg"
variant="primary"
>
Launch App
<Arrow />
</Button>
</m.div>

<m.p
Expand Down
6 changes: 3 additions & 3 deletions src/components/home/HowItWorks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ function InvestorMock() {
variants={fadeUp}
className="mt-5 grid grid-cols-3 gap-3 border-t border-ink/10 pt-4"
>
<Kpi label="Balance" value="$48,210" />
<Kpi label="Balance ⚠️ Example" value="$48,210" />
<Kpi label="This week" value="+2.41%" tone="primary" />
<Kpi label="Since planted" value="+18.4%" tone="primary" />
<Kpi label="Since planted (illustrative)" value="+18.4%" tone="primary" />
</m.div>

{/* Activity log, chain-style */}
Expand Down Expand Up @@ -412,7 +412,7 @@ function ManagerMock() {

{/* Kpi grid */}
<m.div variants={fadeUp} className="mt-5 grid grid-cols-2 gap-4">
<Kpi label="Plants tended" value="$4.22M" />
<Kpi label="Plants tended (example)" value="$4.22M" />
<Kpi label="Hired you" value="184 gardeners" />
<Kpi label="This week" value="+1.84%" tone="primary" />
<Kpi label="Reputation" value="94 / 100" tone="primary" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/RoadmapTrack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function RoadmapTrack() {
return (
<Section
id="roadmap"
eyebrow="The Almanac · Roadmap"
eyebrow="The Almanac · Roadmap · 🟢 Beta Live on Arbitrum · Mainnet: Q3 2026"
title={
<>
Five chapters.{" "}
Expand Down
4 changes: 2 additions & 2 deletions src/components/home/TokenTeaser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function TokenTeaser() {
<p className="eyebrow text-moss">Utilities</p>
<span className="inline-flex items-center gap-2 rounded-full border border-clay/35 bg-clay/[0.06] px-2.5 py-0.5 text-[11px] font-medium tracking-wide text-clay-deep">
<span className="size-1.5 rounded-full bg-clay" />
Launches at IDO · Q1 2026
Launches at IDO · Q2 2027
</span>
</div>

Expand Down Expand Up @@ -250,7 +250,7 @@ function SeedPacket() {
variants={fadeUp}
className="script mt-4 text-[18px] leading-none text-clay"
>
plant after Q1 2026
plant after Q2 2027
</m.p>
</m.article>
);
Expand Down