From 5ae97a3c0cae0bb30198f9ffb2b798f83d522d89 Mon Sep 17 00:00:00 2001 From: Joaquin Montes Date: Tue, 10 Mar 2026 12:52:33 -0300 Subject: [PATCH 1/2] Add experiment: Dot Interactive --- experiments.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/experiments.json b/experiments.json index 9820763..4deca68 100644 --- a/experiments.json +++ b/experiments.json @@ -1,4 +1,17 @@ { "$schema": "./schema.json", - "experiments": [] + "experiments": [ + { + "title": "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" + } + ] } From ecaadbd359041baeaeed563fc7ccb90cd51ac5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20R=2E=20Montes?= Date: Tue, 10 Mar 2026 14:07:13 -0300 Subject: [PATCH 2/2] Add slug to Dot Interactive experiment --- experiments.json | 1 + 1 file changed, 1 insertion(+) diff --git a/experiments.json b/experiments.json index 4deca68..93906c8 100644 --- a/experiments.json +++ b/experiments.json @@ -3,6 +3,7 @@ "experiments": [ { "title": "Dot Interactive", + "slug": "dot-interactive", "description": "Interactive background for Joyco Landing page.", "href": "https://laboratory-dot-interactive.vercel.app/", "tags": [