diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea5c95c..852ba3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ All notable changes to the New Optic website will be documented in this file.
- Kept the language switcher visible in the mobile top navigation bar.
- Added cursor-reactive stretch motion to desktop nav links and matched the glossy dark WhatsApp CTA style on mobile.
- Corrected the French 2004 trust wording to use "depuis" without "autour de".
+- Tightened mobile sizing for the WhatsApp nav pill and hero trust badge.
## [1.0.0] - 2026-05-16
diff --git a/components/HeroSection.tsx b/components/HeroSection.tsx
index b3bccb9..38cbb07 100644
--- a/components/HeroSection.tsx
+++ b/components/HeroSection.tsx
@@ -29,9 +29,9 @@ export default function HeroSection({ t, whatsappUrl }: { t: Messages; whatsappU
{t.hero.subtitle}
diff --git a/components/Navbar.tsx b/components/Navbar.tsx index abd1f2f..8e7925d 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -48,9 +48,9 @@ export default function Navbar({ locale, onLocaleChange, t, whatsappUrl }: { loc