copy: rewrite landing hero — drop SPICE jargon, lead with the boards

The previous hero ("Circuits + Code. / One Browser Tab. / SPICE-accurate.")
was optimised for EE engineers searching for circuit simulators. Most
visitors land here looking for an Arduino emulator they can use without
installing anything — the names of the supported boards are a stronger
hook than analog-simulation accuracy.

Restored the older "Arduino, ESP32 & Raspberry Pi. / Right in your
browser." framing and tightened the subtitle to action verbs (Write,
wire, run) plus concrete numbers (19 boards, 48+ parts). Drops:
- "SPICE-accurate" — kept on the dedicated /arduino-emulator,
  /circuit-simulator etc. SEO landing pages where the audience is
  actively looking for it
- "ngspice", "co-simulated", "custom chips in C or Rust" — niche, fit
  better in the features section below
This commit is contained in:
David Montero Crespo 2026-05-05 11:29:45 -03:00
parent 26c7d50310
commit cd3ee6172b
1 changed files with 5 additions and 7 deletions

View File

@ -889,16 +889,14 @@ export const LandingPage: React.FC = () => {
<section className="landing-hero">
<div className="hero-left">
<h1 className="hero-title">
Circuits + Code.
Arduino, ESP32 &amp; Raspberry Pi.
<br />
One Browser Tab.
<br />
<span className="hero-accent">SPICE-accurate.</span>
<span className="hero-accent">Right in your browser.</span>
</h1>
<p className="hero-subtitle">
Free online circuit simulator with real ngspice analog co-simulated with 19 boards
Arduino Uno, Mega, ATtiny85, ESP32, ESP32-C3, Raspberry Pi Pico, Raspberry Pi 3
plus build your own custom chips in C or Rust. No hardware, no cloud, no limits.
Write code, wire up components, hit run.
19 boards, 48+ parts, real CPU emulation
no hardware, no installation, no cloud.
</p>
<div className="hero-ctas">
<Link