diff --git a/public/logo.svg b/public/logo.svg index d8f4d05..e5d1696 100644 --- a/public/logo.svg +++ b/public/logo.svg @@ -1,17 +1 @@ - - - - - - - - - - IA - - - quà - - L'IA POUR LES PME - - +IAqu'àL'IA POUR LES PME diff --git a/src/components/BrandLogo.astro b/src/components/BrandLogo.astro index 3050d03..69619f1 100644 --- a/src/components/BrandLogo.astro +++ b/src/components/BrandLogo.astro @@ -1,56 +1,70 @@ --- /** - * BrandLogo — lockup "IA qu'à" + baseline "L'IA POUR LES PME" - * (palette Mint & Ocean Blue, color package §1 ; preset "Pure Swiss Typography" de Paul). - * Space Grotesk : "IA" 700 + "qu'à" 300. "IA"/apostrophe/baseline en dégradé mint→ocean, - * "qu'à" en slate adaptatif clair/sombre. Double sens assumé : "IA qu'à" ↔ "Y'a qu'à". + * BrandLogo — logo "IA qu'à" de Paul, EXACT (export logo-designer, preset + * "Pure Swiss Typography", palette Mint & Ocean Blue). Géométrie / poids / + * baseline repris à l'identique. Seule adaptation : "qu'à", figé en #E2E8F0 + * dans l'export (pour fond sombre), devient slate adaptatif clair/sombre. + * viewBox recadré sur le contenu pour un rendu net dans la navbar. */ interface Props { class?: string; } const { class: className = "h-10 w-auto" } = Astro.props; const gid = "iaGrad-" + Math.random().toString(36).slice(2, 8); +const ff = + "'Space Grotesk', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif"; --- - + - - - - IA - qu + - - à - - - - L'IA POUR LES PME + IA + + + qu'à + + L'IA POUR LES PME +