diff --git a/experiments.json b/experiments.json index 9820763..93906c8 100644 --- a/experiments.json +++ b/experiments.json @@ -1,4 +1,18 @@ { "$schema": "./schema.json", - "experiments": [] + "experiments": [ + { + "title": "Dot Interactive", + "slug": "dot-interactive", + "description": "Interactive background for Joyco Landing page.", + "href": "https://laboratory-dot-interactive.vercel.app/", + "tags": [ + "background", + "mesh", + "dot" + ], + "template": "3d", + "date": "2026-03-10" + } + ] }