diff --git a/pages/home.go b/pages/home.go
index 03931a7..cd6e2e5 100644
--- a/pages/home.go
+++ b/pages/home.go
@@ -63,11 +63,6 @@ func Home(c echo.Context) error {
Href: "https://react.dev",
Icon: template.HTML(``),
},
- {
- Name: "Remix",
- Href: "https://remix.run",
- Icon: template.HTML(``),
- },
{
Name: "TypeScript",
Href: "https://typescriptlang.org",
@@ -93,21 +88,11 @@ func Home(c echo.Context) error {
Href: "https://postgresql.org",
Icon: template.HTML(``),
},
- {
- Name: "SQLite",
- Href: "https://sqlite.org",
- Icon: template.HTML(``),
- },
{
Name: "Redis",
Href: "https://redis.io",
Icon: template.HTML(``),
},
- {
- Name: "Railway",
- Href: "https://railway.app?referralCode=i4U1gm",
- Icon: template.HTML(``),
- },
{
Name: "Docker",
Href: "https://docker.com",