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 ( -
-
-
-
- {n} -
-
-
-
-
- ) -} - /* ─── Home page ──────────────────────────────────────── */ export default function Home() { const { lang } = useLang() return (
- {/* ── 00 · Hero ─────────────────────────────────── */} - - {/* ── 01 · اسکنر جهانی + رویدادها ─────────────── */} - - - {/* ── 02 · ماهنامه + خبرنامه ──────────────────────── */} - - - {/* ── 04 · نقشه ریسک ────────────────────────────── */} -
)