1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

fix: rename portfolio to projects + reorganize home page ordering of sections

This commit is contained in:
2025-08-31 20:51:55 +02:00
parent b3140dd977
commit 49896bbaeb
4 changed files with 15 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ export const PortfolioItem: React.FC<PortfolioItemProps> = (props) => {
>
<div className="flex justify-center">
<Image
className="size-[300px] rounded-xl transition-opacity duration-500 group-hover:opacity-20 dark:group-hover:opacity-5"
className="size-[300px] rounded-xl transition-opacity duration-500 group-hover:opacity-15 dark:group-hover:opacity-5"
width={300}
height={300}
src={image}