diff options
| author | soryu <soryu@soryu.co> | 2025-12-05 03:24:02 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-12-23 14:47:17 +0000 |
| commit | f6799b32958cb438a54ea374a2b6f33912ffe376 (patch) | |
| tree | f8dfa49c42eece27cbadf9bfa6c939cc6ed1a4c6 /frontend/src/components | |
| parent | fd9e9fbb9dce8b02646852add46d07e519238abf (diff) | |
| download | soryu-f6799b32958cb438a54ea374a2b6f33912ffe376.tar.gz soryu-f6799b32958cb438a54ea374a2b6f33912ffe376.zip | |
Add Makima inline icon and mesh copy
Diffstat (limited to 'frontend/src/components')
| -rw-r--r-- | frontend/src/components/LandingPage.tsx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/frontend/src/components/LandingPage.tsx b/frontend/src/components/LandingPage.tsx index f22c1bd..f73b3fc 100644 --- a/frontend/src/components/LandingPage.tsx +++ b/frontend/src/components/LandingPage.tsx @@ -176,26 +176,26 @@ export function LandingPage({ onLogin }: LandingPageProps) { </div> ) : activePanel === 'makima' ? ( <div className="mission-screen makima-screen" role="region" aria-label="Makima"> - <h1 className="mission-headline makima-headline">makima.jp | concentric listening lattice for contested domains</h1> - <img src="/logo/makima-logo.svg" alt="Makima concentric circle logo" className="mission-image makima-logo" /> + <h1 className="mission-headline makima-headline">makima.jp | mesh listening lattice for contested domains</h1> + <img src="/logo/makima-logo.svg" alt="Makima mesh logo" className="mission-image makima-logo" /> <p className="mission-paragraph"> - The makima.jp listening system fuses wideband capture, correlation, and operator tooling into a single - persistent layer that hears everything—terrestrial, orbital, and opportunistic—and hands it to crews - with zero friction. It is built to be quiet, relentless, and to surface intent faster than any human - watch can keep up. + The makima.jp listening system runs a dynamic mesh of acoustic arrays over contested domains, + delivering live audio surveillance, detection, and analysis in one persistent layer. It stays quiet, + relentless, and surfaces intent faster than a staffed watchfloor can react. </p> <p className="mission-paragraph"> - Value for espionage, defense, and warfare is direct: clandestine signal interception that maps networks, - blue-force protection through resilient spectrum awareness, and kinetic decisioning that pairs telemetry - with targeting in seconds. The <ruby>支配<rt>しはい</rt></ruby> operations system sits at the core, orchestrating - tasking, interdiction, and human review so every intercepted whisper is actionable. + Value holds for espionage, defense, and warfare alike: clandestine interception that maps networks, + blue-force protection through resilient spectrum awareness, and dynamic telemetry for detection, + orchestration, and mission-critical decisions under pressure. The <ruby>支配<rt>しはい</rt></ruby> operations system + sits at the core, directing unmanned combat vehicles, cyber campaigns, and weaponized autonomy + <img src="/logo/makima-icon-red.svg" className="makima-inline-icon" alt="" aria-hidden="true" /> </p> <div className="mission-paragraph makima-value"> <strong>Operational payoffs:</strong> <ul className="makima-list"> - <li>Espionage: concentric-capture mesh and cross-correlation expose command paths, covert beacons, and exfiltration routes.</li> - <li>Defense: resilient horizon-to-satellite coverage spots intrusion, spectrum denial, and spoofing before they degrade mission links.</li> - <li>Warfare: targeting flows fuse the signal graph with effects, pushing lethal updates to crews through <ruby>支配<rt>しはい</rt></ruby> without slowing tempo.</li> + <li>Listening lattice mesh for contested domains: live audio surveillance, detection, and analysis via hardened acoustic arrays.</li> + <li>Dynamic, relentless telemetry for detection, orchestration, and mission-critical decisions under changing signal conditions.</li> + <li><ruby>支配<rt>しはい</rt></ruby> operations system for unmanned combat vehicles, cyber warfare, and weaponized autonomy.</li> </ul> </div> </div> |
