/** * TopNav — logo mark on the left, GitHub + theme toggle on the right. * Deliberately quiet — no full navigation, no CTAs. The site is one page. */ import { ThemeToggle } from "./ThemeToggle"; const GITHUB_URL = "https://github.com/adityapatel007-byte/structured-data-extractor"; export function TopNav() { return (
Ledger / structured extraction
); } function LogoMark() { // A minimal ink glyph — a page corner folded over. Two strokes, that's it. return ( ); }