diff --git a/frontend/public/boards/arduino-mega.svg b/frontend/public/boards/arduino-mega.svg
new file mode 100644
index 0000000..be6ad06
--- /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 0000000..af9eccc
--- /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 0000000..0d22476
--- /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 32f4154..622cbc2 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 = () => (