From 18c91b26a9e7514c3c78a37495dee5b2cec357a4 Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 22:56:15 +0000 Subject: [PATCH] Seed: blog template (17 files) --- src/pages/Index.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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}