From 061eeea00fa6778d1e3af0ce74fdfadad41b788d Mon Sep 17 00:00:00 2001 From: Matheo Guilbert Date: Fri, 17 Apr 2026 15:11:14 +0200 Subject: [PATCH] Remove the technology tags from the hero section of the homepage --- components/sections/HeroSection.tsx | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/components/sections/HeroSection.tsx b/components/sections/HeroSection.tsx index c0a0298..782981a 100644 --- a/components/sections/HeroSection.tsx +++ b/components/sections/HeroSection.tsx @@ -110,21 +110,7 @@ export default function HeroSection() { {/* Bottom bar — scroll indicator */} -
- {/* Tech tags */} -
- {['FastAPI', 'React', 'PostgreSQL', 'Docker'].map((tag) => ( - - {tag} - - ))} -
+
{/* Scroll arrow */}