Build Your Kit page and full Micromelon website

Complete website build including:
- Build Your Kit store page with cart system, sectioned layout
  (Hardware, Software, Attachments, Spare Parts), inline quote
  request form, and sticky sidebar summary
- 16+ pages: Education, Platform, Resources, News, About Us,
  Download, Contact, Rover, Code Editor, Robot Simulator, etc.
- 89+ MDX resource articles and 18 news posts
- Store product images scraped from micromelon.com.au
- Quote request API route with Airtable integration
- Dynamic back links and cover photos on resource pages
- Redesigned downloads page
- Fixed corrupted MDX code blocks
This commit is contained in:
Tim Hadwen
2026-02-28 19:00:42 +10:00
parent 5233233662
commit 707c49dd3f
320 changed files with 22333 additions and 107 deletions

View File

@@ -9,9 +9,12 @@
"lint": "eslint"
},
"dependencies": {
"gray-matter": "^4.0.3",
"next": "16.1.6",
"next-mdx-remote": "^6.0.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"stripe": "^20.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",