Update src/app/page.tsx

This commit is contained in:
2026-05-14 12:30:17 +00:00
parent 1701a345fe
commit cb0b1befff

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "gradient-bars" }}
title="Cosmic Synapses: The Universe Inside"
title="Experience the Cosmic Connection: Brain vs. Universe"
description="An interactive digital exploration of structural analogies between the human neural network and the cosmic web."
tag="Exam Project"
mediaItems={[
@@ -209,4 +209,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}