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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user