2 Commits

Author SHA1 Message Date
cb0b1befff Update src/app/page.tsx 2026-05-14 12:30:17 +00:00
1701a345fe Merge version_1 into main
Merge version_1 into main
2026-05-14 12:28:39 +00:00

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>
);
}
}