// SVG flag components — true-to-spec, used in Direct Contact and footer const FlagUS = ({ size = 28 }) => ( {/* 13 stripes */} {Array.from({ length: 7 }).map((_, i) => ( ))} {/* Canton */} {/* Stars (simplified — 9 dots) */} {Array.from({ length: 9 }).map((_, i) => { const col = i % 3; const row = Math.floor(i / 3); return ; })} ); const FlagIN = ({ size = 28 }) => ( {/* Ashoka chakra */} {Array.from({ length: 24 }).map((_, i) => ( ))} ); const CTAFooter = () => { return ( <> {/* Big CTA */}
Start now

Start your AI
transformation.

Tell us where the friction is. We'll come back with an AIDD pilot scope, a measurable outcome, and a 6-week plan to ship it.

{/* Form */}
{e.preventDefault(); alert('Thanks — a Webever AI engineer will reach out within one business day.');}}>