From e422ea6cbf7b7854b4a44588e900c86d4903b889 Mon Sep 17 00:00:00 2001 From: Chneemann Date: Mon, 27 Jul 2026 08:59:16 +0200 Subject: [PATCH] style: add featured project badge styling and brighten portfolio project preview images --- src/components/Portfolio.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/Portfolio.tsx b/src/components/Portfolio.tsx index 6931982..566ea96 100644 --- a/src/components/Portfolio.tsx +++ b/src/components/Portfolio.tsx @@ -75,6 +75,9 @@ export default function Portfolio() { {featuredProject && (
+
+ Featured Project +
{/* Description */}
@@ -141,9 +144,9 @@ export default function Portfolio() { alt={`${featuredProject.title} Vorschau`} fill sizes="(max-width: 768px) 100vw, 40vw" - className="object-cover object-top opacity-60 group-hover:opacity-80 group-hover:scale-105 transition-all duration-500 ease-out" + className="w-full h-full object-cover object-top opacity-90 group-hover:opacity-100 group-hover:scale-105 transition-all duration-500 ease-out" /> -
+
)} @@ -164,9 +167,9 @@ export default function Portfolio() { alt={project.title} fill sizes="(max-width: 768px) 100vw, 50vw" - className="object-cover object-top opacity-60 group-hover:opacity-80 group-hover:scale-105 transition-all duration-500 ease-out" + className="w-full h-full object-cover object-top opacity-90 group-hover:opacity-100 group-hover:scale-105 transition-all duration-500 ease-out" /> -
+
{/* Description */}