diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx index c1de1cd..d2d0243 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -6,56 +6,16 @@ import FactoryNewsletterLayout from './sections/FactoryNewsletterLayout' import RiskSection from './sections/RiskSection' import { useLang } from '@/context/LangContext' -/* ─── Section chapter marker ───────────────────────────── - A thin full-bleed dark bar that stamps the start of every - major section — creates instant, unmistakable boundaries. -──────────────────────────────────────────────────────── */ -function SectionLabel({ n, bg = 'paper' }: { n: string; bg?: 'paper' | 'paper-2' }) { - return ( -