From 1f0c3ae8580268ea228d1030839b558ee4d5e710 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 25 Dec 2025 15:35:05 +0000 Subject: remove tools --- src/data/tools.ts | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/data/tools.ts') diff --git a/src/data/tools.ts b/src/data/tools.ts index 61a3482..0f753f0 100644 --- a/src/data/tools.ts +++ b/src/data/tools.ts @@ -35,28 +35,4 @@ export const Tools = [ description: "Declarative & reproducible", image: "/icons/nix.svg" }, - { - name: "Tailwind", - color: "bg-blue-500/20", - description: "CSS framework", - image: "/icons/tailwind.svg", - }, - { - name: "React", - color: "bg-blue-500/20", - description: "UI library", - image: "/icons/react.svg", - }, - { - name: "TypeScript", - color: "bg-blue-500/20", - description: "JavaScript but better", - image: "/icons/typescript.svg", - }, - { - name: "MongoDB", - color: "bg-green-500/20", - description: "Database", - image: "/icons/mongodb.svg", - }, ]; -- cgit v1.3.1