Skip to content

Commit 29cd896

Browse files
committed
Rework homepage hero with voice and gradient accent
1 parent 147d0fb commit 29cd896

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/pages/index.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ const allPosts = [...featuredPosts, ...recentPosts];
2424
<main id="main-content" data-layout="index" class="app-layout">
2525
<!-- Intro -->
2626
<section class="pt-12 pb-10">
27-
<h1 class="font-display font-semibold text-foreground mb-5 text-4xl sm:text-5xl tracking-tight leading-[1.05] max-w-xl">
28-
Backend systems and agent infrastructure.
27+
<h1 class="font-display font-semibold text-foreground mb-6 text-4xl sm:text-5xl md:text-6xl tracking-tight leading-[1.02] max-w-3xl">
28+
Nine years of backend. Now building
29+
<span class="bg-gradient-to-r from-accent to-pink-500 bg-clip-text text-transparent">agents that run themselves.</span>
2930
</h1>
30-
<p class="text-foreground/60 leading-relaxed max-w-lg">
31+
<p class="text-foreground/65 leading-relaxed max-w-xl text-base sm:text-lg">
3132
Software engineer at <strong class="text-foreground font-medium">Motorola Solutions</strong>, Bangalore.
32-
Nine years in production backend systems — Java, C#, TypeScript, Python.
33-
Currently building agent infrastructure on the side: tool orchestration, knowledge systems, and a
33+
Java, C#, TypeScript, Python on the backend. On the side: tool orchestration, knowledge systems, and a
3434
<a href="https://jishu.argha.dev/chat" target="_blank" rel="noopener noreferrer" class="text-accent hover:underline underline-offset-4">24/7 autonomous agent</a>
3535
with its own cognitive architecture.
3636
</p>

0 commit comments

Comments
 (0)