Update homepage feature cards

This commit is contained in:
Holden
2026-06-27 13:45:31 -05:00
parent ca9a739e09
commit 9556a5833e
4 changed files with 38 additions and 26 deletions

View File

@@ -19,6 +19,7 @@ import happyvrImage from "$assets/images/credits/happyvr.png";
import magolorImage from "$assets/images/credits/magolor.png";
import tagcomputingImage from "$assets/images/credits/tagcomputing.png";
import miaImage from "$assets/images/credits/mia.png";
import andryImage from "$assets/images/credits/andry.png";
const credits = [
{
@@ -113,6 +114,11 @@ const credits = [
role: "Test Squad",
image: miaImage,
},
{
name: "andry6702",
role: 'Coined the term "First EA"',
image: andryImage,
},
];
---