This commit is contained in:
a2a-platform
2026-06-12 00:10:52 +00:00
parent 61a5054b98
commit 4e7fba5e92

View File

@@ -75,19 +75,6 @@ export function ProfilePage({ content }) {
type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}
/>
<nav className="topbar" aria-label={content.navAria}>
<a className="brand" href="#top">RS</a>
<div className="nav-links">
<a href="#work">{content.nav.work}</a>
<a href="#philosophy">{content.nav.philosophy}</a>
<a href="#interests">{content.nav.interests}</a>
<a href="#connect">{content.nav.connect}</a>
</div>
<div className="language-switch" aria-label="Language">
<span>{content.currentLabel}</span>
<a href={content.alternateHref}>{content.alternateLabel}</a>
</div>
</nav>
<section
className="hero"