1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2026-02-20 03:09:20 +01:00

feat(portfolio): separate Fusey and Fusey ARK

This commit is contained in:
2026-02-17 01:38:35 +01:00
parent d0cde4538c
commit 74a9e039d4
5 changed files with 17 additions and 17 deletions

View File

@@ -16,6 +16,13 @@ export const Portfolio: React.FC<PortfolioProps> = () => {
link: "https://fusey.gg",
image: "/images/portfolio/Fusey.webp",
},
{
id: "fusey-ark",
title: t("home.portfolio.fusey-ark.title"),
description: t("home.portfolio.fusey-ark.description"),
link: "https://ark.fusey.gg",
image: "/images/portfolio/Fusey-ARK.webp",
},
{
id: "carolo",
title: t("home.portfolio.carolo.title"),
@@ -23,13 +30,6 @@ export const Portfolio: React.FC<PortfolioProps> = () => {
link: "https://carolo.theoludwig.fr",
image: "/images/portfolio/Carolo.webp",
},
{
id: "leon",
title: t("home.portfolio.leon.title"),
description: t("home.portfolio.leon.description"),
link: "https://getleon.ai",
image: "/images/portfolio/Leon.webp",
},
]
return (