import React from 'react'; import { Header } from './components/Header'; import { Hero } from './components/Hero'; import { LeakViewer } from './components/LeakViewer'; import { PricingTiers } from './components/PricingTiers'; import { RoastGenerator } from './components/RoastGenerator'; import { Footer } from './components/Footer'; const App: React.FC = () => { return (
{/* Evidence CTA */}
Verification

Evidence index & trace verification

Browse hashes, trace bundles, and reproducibility notes. If you want the bite, keep the proof.

Evidence index (staged)
); }; export default App;