WIP website
1---
2import Item from "../PortfolioItem.astro"
3---
4<Item
5 type="team"
6 title="SMP Sales"
7 subtitle="A Minecraft SMP freelancing hub, from developers to artists, all you'll need to start an SMP of your own."
8 href="https://discord.gg/DUa3asXpvs"
9 tag="Developer"
10 tagcolor="--catppuccin-color-rosewater"
11 badges={[
12 {
13 icon: "Github",
14 href: "https://github.com/smpsales",
15 color: "var(--catppuccin-color-green)"
16 },
17 ]}
18/>