/* global React, Logo, Counter, Reveal, GlowCard, BlueprintHouse, Sparkline, DonutChart, Icon, DimCorner */ // Hero, Nav, Marquee, Metrics - v2 editorial / blueprint const { useEffect, useState } = React; function Nav() { const [scrolled, setScrolled] = useState(false); useEffect(() => { const onScroll = () => setScrolled(window.scrollY > 20); window.addEventListener("scroll", onScroll, { passive: true }); return () => window.removeEventListener("scroll", onScroll); }, []); return ( ); } // ------------ Floating dashboard mockup ---------------- function HeroDashboard() { return (
The AI command center for modern construction. Connect crews, projects, scheduling, budgets, the customer portal, and field intelligence in a single seamless ecosystem. It's your assistant that never sleeps or takes a day off.