feat: pivot complet - agence web artisans BTP Nord + Sanity CMS

Transformation complète du site HookLab de formation TikTok Shop
vers une landing page haute conversion pour agence web locale ciblant
les artisans du bâtiment dans le Nord (Douai, Orchies, Valenciennes).

- Nouveau design system : bleu nuit/orange sur fond clair (mobile-first)
- Hero avec promesse artisan + CTA orange "Réserver mon Audit"
- Section "Le Système" (3 étapes : Trouvé, Choisi, Contacté)
- Portfolio connecté à Sanity.io (fallback data intégré)
- Section "Qui suis-je" avec carte OpenStreetMap interactive
- FAQ orientée artisans avec JSON-LD pour Google
- Formulaire contact audit gratuit
- SEO local : 12 keywords artisans, JSON-LD LocalBusiness
- Sanity.io schemas (portfolio, siteSettings) + client conditionnel
- Accessibilité : skip-to-content, focus-visible, aria-labels

https://claude.ai/code/session_01H2aRGDaKgarPvhay2HxN6Y
This commit is contained in:
Claude
2026-02-15 12:50:52 +00:00
parent 1926d51213
commit bca3745603
26 changed files with 1364 additions and 571 deletions

View File

@@ -23,17 +23,17 @@ const Button = forwardRef<HTMLButtonElement, ButtonProps>(
ref
) => {
const baseStyles =
"inline-flex items-center justify-center font-semibold transition-all duration-300 rounded-[12px] cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed";
"inline-flex items-center justify-center font-semibold transition-all duration-300 rounded-xl cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed";
const variants = {
primary:
"gradient-bg text-white hover:opacity-90 hover:translate-y-[-2px] hover:shadow-lg",
"bg-orange text-white hover:bg-orange-hover hover:translate-y-[-1px] hover:shadow-lg",
secondary:
"bg-dark-light text-white border border-dark-border hover:border-primary/50 hover:translate-y-[-2px]",
"bg-navy text-white hover:bg-navy-light hover:translate-y-[-1px] hover:shadow-lg",
outline:
"bg-transparent text-primary border-2 border-primary hover:bg-primary hover:text-white",
"bg-transparent text-navy border-2 border-navy hover:bg-navy hover:text-white",
ghost:
"bg-transparent text-white/70 hover:text-white hover:bg-white/5",
"bg-transparent text-text-light hover:text-navy hover:bg-bg-muted",
};
const sizes = {