Skip to content

Commit bcbef6b

Browse files
committed
style: simplify landing page copy and adjust paper cover image dimensions
1 parent 8b9cac0 commit bcbef6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/page.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ export default function IndexPage() {
116116
Read More →
117117
</a>
118118
</div>
119-
<p className="mt-4 lg:mt-8 text-xl sm:text-2xl md:text-3xl text-[#BAE9F4]">
119+
<p className="mt-4 lg:mt-6 text-xl sm:text-2xl md:text-3xl text-[#BAE9F4]">
120120
A Third Path for the Intelligence Age
121121
</p>
122122
<p className="mt-6 text-xl">
123-
Humanity stands at a crossroads defined by a new form of power. The means of intellectual production can now be generated at near-zero cost. This inverts our world. The new scarcity is not capital, but trust, coordination, and verifiable truth. This power presents two paths to ruin.
123+
Our philosophy and roadmap for the new infrastructure of the Intelligence Age.
124124
</p>
125125
</div>
126126
</section>
@@ -142,15 +142,15 @@ export default function IndexPage() {
142142
The Symbioism Economics Framework
143143
</p>
144144
<p className="mt-6 text-xl">
145-
The theoretical edifice of 20th-century economics, built on the twin pillars of scarcity and equilibrium, is crumbling. This paper argues that incremental fixes are insufficient. We require a complete reconstruction of economic science, moving its foundations from the contingent psychology of human preference to the universal physics of information and computation. This is the charter for that reconstruction: a new paradigm we call Intelligent Economics.
145+
Our full framework for Intelligent Economics. Formal mathematics, empirical proofs, code and more.
146146
</p>
147147
</div>
148148
<div className="mt-8 md:mt-0 flex-shrink-0">
149149
<Image
150150
src="/paper-cover.png"
151151
alt="Intelligent Economics"
152-
width={250}
153-
height={250}
152+
width={200}
153+
height={200}
154154
className="rounded-xl"
155155
/>
156156
</div>

0 commit comments

Comments
 (0)