Edit: make hero title yellow

This commit is contained in:
2026-01-26 20:49:54 +02:00
parent be6d800537
commit b018c1254d
3 changed files with 26 additions and 26 deletions

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
title="<span className='text-yellow-500'>AI</span>"
title="AI"
description="An evidence-based investigation into why invasive neurolink technology threatens individual freedom, cognitive liberty, and human dignity."
tag="Science Project"
imagePosition="right"
@@ -240,4 +240,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}