diff --git a/public/images/products/toolbox-icon.webp b/public/images/products/toolbox-icon.webp new file mode 100644 index 0000000..7b55223 Binary files /dev/null and b/public/images/products/toolbox-icon.webp differ diff --git a/src/app/download/DownloadToggle.tsx b/src/app/download/DownloadToggle.tsx new file mode 100644 index 0000000..ec9942f --- /dev/null +++ b/src/app/download/DownloadToggle.tsx @@ -0,0 +1,37 @@ +"use client"; + +import { useState } from "react"; +import { Button } from "@/components/ui/Button"; + +export function DownloadToggle() { + const [open, setOpen] = useState(false); + + return ( +
{description}
- - {installCommand && ( -- Install via pip: -
-
- $ {installCommand}
-
- - Available on -
-{note}
- )} -+ Our blocks & Python coding environment to program the + Micromelon Rover and the Robot Simulator. Start with + drag-and-drop blocks and progress to Python with the + side-by-side editor. +
++ Available on +
++ Control a simulated Micromelon Rover in a 3D virtual + environment. Solve challenges, navigate environments, and test + your code — no physical robot needed. +
++ Available on +
++ Ideal for students not yet confident to navigate the Code + Editor, or for lesson plans which aim to teach the basics of + computational thinking with a simplified interface. +
++ Available on +
++ Manage your fleet of Micromelon Rovers. Update firmware, + configure settings, and keep every Rover in your classroom + ready to code. +
++ Available on +
++ A dedicated Python module providing an API for connecting and + controlling Micromelon Rovers and simulated rovers. Perfect for + senior students and advanced projects. +
++ Install via pip: +
+
+ $ pip install micromelon
+
+ + Code with Micromelon directly inside Visual Studio Code. Connect + to your Rover or the Robot Simulator without leaving your + favourite editor. +
+