From 5b91d5ee83f143a0838cfb0342042f92c8c1c4ec Mon Sep 17 00:00:00 2001 From: Matheo Guilbert Date: Thu, 16 Apr 2026 09:29:53 +0200 Subject: [PATCH] fixed design and responsive details --- components/layout/Header.tsx | 8 ++++---- components/sections/HeroSection.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx index 7926fa1..713ee1f 100644 --- a/components/layout/Header.tsx +++ b/components/layout/Header.tsx @@ -98,10 +98,10 @@ export default function Header() { key={index} onClick={(e) => handleAnchorClick(e, link.target)} className={` - cursor-pointer text-brand-beige font-serif text-[clamp(2.4rem,9vw,5rem)] leading-[0.95] - transition-all duration-700 ease-out - ${showText ? "translate-x-0 opacity-100" : "-translate-x-12 opacity-0"} - `} + cursor-pointer text-brand-beige font-serif text-[clamp(2.4rem,9vw,5rem)] leading-[0.95] + transition-all duration-700 ease-out + ${showText ? "translate-x-0 opacity-100" : "-translate-x-12 opacity-0"} + `} style={{ transitionDelay: showText ? `${index * 140}ms` : "0ms", }} diff --git a/components/sections/HeroSection.tsx b/components/sections/HeroSection.tsx index e645fbb..7073919 100644 --- a/components/sections/HeroSection.tsx +++ b/components/sections/HeroSection.tsx @@ -9,7 +9,7 @@ export default function HeroSection() { "> {/* Rotating texts */}
-

Ensemble nous allons...

+

Ensemble nous allons...

Construire une solution qui répond à votre problème.