diff --git a/frontend/public/boards/arduino-mega.svg b/frontend/public/boards/arduino-mega.svg
new file mode 100644
index 00000000..be6ad069
--- /dev/null
+++ b/frontend/public/boards/arduino-mega.svg
@@ -0,0 +1,230 @@
+
+
diff --git a/frontend/public/boards/arduino-nano.svg b/frontend/public/boards/arduino-nano.svg
new file mode 100644
index 00000000..af9eccce
--- /dev/null
+++ b/frontend/public/boards/arduino-nano.svg
@@ -0,0 +1,179 @@
+
+
diff --git a/frontend/public/boards/arduino-uno.svg b/frontend/public/boards/arduino-uno.svg
new file mode 100644
index 00000000..0d224765
--- /dev/null
+++ b/frontend/public/boards/arduino-uno.svg
@@ -0,0 +1,243 @@
+
+
diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx
index 32f41540..622cbc26 100644
--- a/frontend/src/pages/LandingPage.tsx
+++ b/frontend/src/pages/LandingPage.tsx
@@ -246,73 +246,6 @@ const CircuitSchematic = () => (
);
/* ── Board SVGs ───────────────────────────────────────── */
-const BoardUno = () => (
-
-);
-
-const BoardNano = () => (
-
-);
-
-const BoardPico = () => (
-
-);
-
-const BoardMega = () => (
-
-);
const BoardATtiny85 = () => (