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:
parent
26c7d50310
commit
cd3ee6172b
|
|
@ -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 & 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue