fix: supprime social proof fake, fixe bannière + navbar, popup mobile

- Supprime SocialProofTicker (notifications fake visiblement artificielles)
- Navbar passe de fixed à sticky pour s'empiler correctement sous la bannière
- Bannière d'annonce responsive (texte court sur mobile, bouton close adapté)
- Hero: réduit le padding top (plus besoin de compenser un navbar fixed)
- Exit-intent popup fonctionne sur mobile (trigger au scroll-up après 60% de page)
- Popup responsive: tailles ajustées pour mobile

https://claude.ai/code/session_01H2aRGDaKgarPvhay2HxN6Y
This commit is contained in:
Claude
2026-02-11 16:46:54 +00:00
parent ba1d24fa02
commit 1926d51213
5 changed files with 80 additions and 38 deletions

View File

@@ -11,7 +11,6 @@ import TrustBadges from "@/components/marketing/TrustBadges";
import FAQ from "@/components/marketing/FAQ";
import FinalCTA from "@/components/marketing/FinalCTA";
import Footer from "@/components/marketing/Footer";
import SocialProofTicker from "@/components/marketing/SocialProofTicker";
import ExitIntentPopup from "@/components/marketing/ExitIntentPopup";
import StickyMobileCTA from "@/components/marketing/StickyMobileCTA";
@@ -59,10 +58,7 @@ export default function LandingPage() {
{/* Footer */}
<Footer />
{/* Social proof notifications (bottom left) */}
<SocialProofTicker />
{/* Exit intent popup (desktop only) */}
{/* Exit intent popup */}
<ExitIntentPopup />
{/* Sticky mobile CTA bar */}