diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index bb8d8ae..f8adba4 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -77,15 +77,15 @@ export default function IndexPage() { {/* ── FEATURED HERO ── */}
- +
-
+
- + {featuredArticle.category}
@@ -133,12 +133,12 @@ export default function IndexPage() {
{latestArticles.map((article) => ( - + -
+
- + {article.category}
@@ -187,7 +187,7 @@ export default function IndexPage() {
    {categories.map((cat) => (
  • - + {cat.name} {cat.count} @@ -255,7 +255,7 @@ export default function IndexPage() {
      {latestArticles.slice(0, 3).map((article, i) => (
    • - + 0{i + 1}

      {article.title}