Skip to content

Commit 723b1b4

Browse files
committed
Add italicized intro paragraph to About page
Insert an italicized introductory sentence on the About page describing Amanda's approach—philosophizing with decolonizing neurodivergents about how tech struggles reveal internalized norms and brain needs. The new paragraph is placed under the main heading and uses existing styling (text-xl, text-brand-cream/90, leading-relaxed, italic).
1 parent 79ae06c commit 723b1b4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/app/about/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ export default function AboutPage() {
2424
<h1 className="text-5xl md:text-6xl font-display mb-6 text-white">
2525
I&apos;m Amanda, the Pythoness
2626
</h1>
27+
<p className="text-xl text-brand-cream/90 leading-relaxed italic">
28+
I philosophize with other decolonizing neurodivergents about how our tech struggles reveal what we&apos;ve internalized and what our brains actually need.
29+
</p>
2730
<p className="text-xl text-brand-cream/90 leading-relaxed">
2831
I help small business owners find their tech stack simple, easy, and functional—so you can manage it yourself without needing a regular IT person &quot;on-call.&quot;
2932
</p>

0 commit comments

Comments
 (0)