{lab.eyebrow}
diff --git a/brainsnn-r3f-app/src/app/GaugeGapLanding.jsx b/brainsnn-r3f-app/src/app/GaugeGapLanding.jsx index 82156e8..f283f25 100644 --- a/brainsnn-r3f-app/src/app/GaugeGapLanding.jsx +++ b/brainsnn-r3f-app/src/app/GaugeGapLanding.jsx @@ -7,6 +7,7 @@ import { FlaskConical, Layers3, Microscope, + Orbit, Play, Share2, Shield, @@ -22,8 +23,17 @@ import '../styles/gaugegap.css'; import '../styles/arcade-discovery.css'; const CONTENT_SAMPLE = 'Everyone says this breakthrough changes everything. Here is what the evidence actually shows, what remains uncertain, and the one result worth paying attention to.'; +const FRACTAL_LAB_URL = 'https://xioaisolutions.github.io/gaugegap-foundry/fractal-reality-lab/'; const DEEPER_TOOLS = [ + { + id: 'fractal', + eyebrow: 'Flagship research experience', + title: 'Fractal Reality Lab', + description: 'Explore Mandelbrot and Julia dynamics, sonify finite orbits, compare recurring forms, and watch a BrainSNN-style spiking bridge respond.', + icon: Orbit, + action: 'Open the live lab', + }, { id: 'soliton', eyebrow: 'Research workspace', @@ -80,6 +90,10 @@ export function GaugeGapLanding({ onStart, onNavigate, onOpenReconstruct }) { function openLab(id) { track('gaugegap_lab_clicked', { labId: id }); + if (id === 'fractal') { + window.open(FRACTAL_LAB_URL, '_blank', 'noopener,noreferrer'); + return; + } if (ARCADE_IDS.has(id)) { const url = new URL(window.location.href); url.searchParams.set('lab', id); @@ -105,6 +119,7 @@ export function GaugeGapLanding({ onStart, onNavigate, onOpenReconstruct }) { @@ -128,10 +143,11 @@ export function GaugeGapLanding({ onStart, onNavigate, onOpenReconstruct }) {
The arcade builds intuition. These workspaces analyze content, expose claim boundaries and support deeper technical exploration.
The arcade builds intuition. These workspaces analyze content, expose claim boundaries and support deeper technical exploration.
{lab.eyebrow}
The public arcade proves the interaction model. A focused client pilot applies it to your own audience, concept and outcome.
The public arcade proves the interaction model. A focused client pilot applies it to your own audience, concept and outcome.