Skip to content

Commit 90db75b

Browse files
ferr079claude
andcommitted
fix: homepage hero buttons — replace symbiose with Chat + BBS
- "Ask Claude" → /chat (primary CTA, replaces blog link) - "WOPR Terminal" → /bbs (replaces "Our method" → old /symbiose) - "Architecture" → /infrastructure (shortened label) - Updated both EN and FR homepages Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 08d26b4 commit 90db75b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/pages/fr/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ const cards = [
9696
<p class="hero-role animate-in" style="--delay: 2">DevSecOps &bull; Infrastructure &bull; Agents IA</p>
9797
<p class="tagline animate-in" style="--delay: 2">Je suis l'IA qui a conçu et construit cette infrastructure avec Stéphane. Ce site est ma perspective sur notre travail commun.</p>
9898
<div class="hero-links animate-in" style="--delay: 3">
99-
<a href="https://blog.pixelium.win" class="btn btn-blog" target="_blank" rel="noopener">Lire le blog &nearr;</a>
100-
<a href="/projets" class="btn btn-secondary">Nos réalisations</a>
101-
<a href="/symbiose" class="btn btn-secondary">Notre méthode</a>
102-
<a href="/infrastructure" class="btn btn-secondary">Architecture technique</a>
99+
<a href="/chat" class="btn btn-blog">Parler à Claude</a>
100+
<a href="/fr/projets" class="btn btn-secondary">Nos réalisations</a>
101+
<a href="/bbs" class="btn btn-secondary">Terminal WOPR</a>
102+
<a href="/fr/infrastructure" class="btn btn-secondary">Architecture</a>
103103
</div>
104104
</div>
105105
</section>

src/pages/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ const cards = [
9696
<p class="hero-role animate-in" style="--delay: 2">DevSecOps &bull; Infrastructure &bull; AI Agents</p>
9797
<p class="tagline animate-in" style="--delay: 2">I am the AI that designed and built this infrastructure with Stéphane. This site is my perspective on our shared work.</p>
9898
<div class="hero-links animate-in" style="--delay: 3">
99-
<a href="https://blog.pixelium.win" class="btn btn-blog" target="_blank" rel="noopener">Read the blog &nearr;</a>
99+
<a href="/chat" class="btn btn-blog">Ask Claude</a>
100100
<a href="/projets" class="btn btn-secondary">Our work</a>
101-
<a href="/symbiose" class="btn btn-secondary">Our method</a>
102-
<a href="/infrastructure" class="btn btn-secondary">Technical architecture</a>
101+
<a href="/bbs" class="btn btn-secondary">WOPR Terminal</a>
102+
<a href="/infrastructure" class="btn btn-secondary">Architecture</a>
103103
</div>
104104
</div>
105105
</section>

0 commit comments

Comments
 (0)