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:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user