feat: refonte complète landing page - nouveau copywriting + 3 démos
- SEO: nouveau title/description optimisé artisans BTP Nord (59) - Navbar: CTA téléphone cliquable + menu simplifié - Hero: fond sombre, H1 percutant "aussi solide que vos ouvrages" - Nouvelle section Problématique (identification pain points) - System: redesign sombre "Dossier de Confiance" avec 3 piliers tech - Démos Live: 3 cards vers /macon, /paysagiste, /plombier - FAQ: nouvelles questions orientées objections (Facebook, site gratuit) - Footer: SEO avec expertises + zone d'intervention étendue - /macon: galerie Avant/Après + bouton Urgence Fuite - /paysagiste: design épuré + filtrage Création vs Entretien - /plombier: tarifs clairs + formulaire diagnostic rapide https://claude.ai/code/session_01H2aRGDaKgarPvhay2HxN6Y
This commit is contained in:
@@ -16,45 +16,23 @@ export default function Footer() {
|
||||
</span>
|
||||
</Link>
|
||||
<p className="text-text-light text-sm leading-relaxed max-w-xs">
|
||||
Agence web spécialisée dans la visibilité locale des artisans
|
||||
du bâtiment dans le Nord.
|
||||
Création de sites pour le Bâtiment et l’Artisanat.
|
||||
</p>
|
||||
<p className="text-text-muted text-xs mt-3">
|
||||
Flines-lez-Raches, Nord (59)
|
||||
59148 Flines-lez-Raches
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* Links */}
|
||||
{/* Expertises SEO */}
|
||||
<div>
|
||||
<h4 className="text-navy font-semibold text-sm mb-4">
|
||||
Navigation
|
||||
Expertises
|
||||
</h4>
|
||||
<ul className="space-y-2">
|
||||
<li>
|
||||
<a href="#systeme" className="text-text-light hover:text-navy text-sm transition-colors">
|
||||
Le Système
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#portfolio" className="text-text-light hover:text-navy text-sm transition-colors">
|
||||
Réalisations
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#qui-suis-je" className="text-text-light hover:text-navy text-sm transition-colors">
|
||||
Qui suis-je
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#faq" className="text-text-light hover:text-navy text-sm transition-colors">
|
||||
FAQ
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#contact" className="text-text-light hover:text-navy text-sm transition-colors">
|
||||
Contact
|
||||
</a>
|
||||
</li>
|
||||
<ul className="space-y-2 text-text-light text-sm">
|
||||
<li>Site internet Couvreur</li>
|
||||
<li>SEO Maçonnerie</li>
|
||||
<li>Webmaster Paysagiste</li>
|
||||
<li>Visibilité Menuisier</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -69,20 +47,25 @@ export default function Footer() {
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/confidentialite" className="text-text-light hover:text-navy text-sm transition-colors">
|
||||
Confidentialité
|
||||
Politique de Confidentialité
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/plan-du-site" className="text-text-light hover:text-navy text-sm transition-colors">
|
||||
Plan du site
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Bottom */}
|
||||
{/* Bottom SEO */}
|
||||
<div className="border-t border-border mt-8 pt-6 flex flex-col md:flex-row items-center justify-between gap-3">
|
||||
<p className="text-text-muted text-xs">
|
||||
© {new Date().getFullYear()} HookLab — Enguerrand Ozano · SIREN 994 538 932
|
||||
</p>
|
||||
<p className="text-text-muted text-xs">
|
||||
Douai · Orchies · Valenciennes · Arleux
|
||||
<p className="text-text-muted text-xs text-center md:text-right">
|
||||
Intervention : Douai · Orchies · Arleux · Valenciennes · Saint-Amand-les-Eaux
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user