// Hero.jsx — landing hero function Hero({ onPrimary, onSecondary, headline, showTerminal = true, showGrid = true, }) { const title = headline || "Votre informatique, simplement."; return (
{/* algorithmic background — circuit traces, nodes, code grid */} {showGrid && ( {/* circuit traces */} {/* binary glyphs floating */} 01001110 {"{ ssd: ok }"} 11010 sudo apt )}

Informatique · à domicile · Belgique (Bruxelles)

{title.replace(/\.$/, "")} .

Dépannage, upgrades, montage de PC sur mesure, sites web et applications. Un seul interlocuteur — clair, technique, sans jargon inutile.

Disponible en week-end · Devis sans engagement · Région de Bruxelles
{/* hero visual: floating tokens demonstrating the brand */}
{/* terminal token */} {showTerminal && (
$ winget upgrade --all
22 packages mis à jour ✓
)}
); } window.Hero = Hero;