diff --git a/themes/starter/components/Blog.js b/themes/starter/components/Blog.js index 1a21f28d..a5771510 100644 --- a/themes/starter/components/Blog.js +++ b/themes/starter/components/Blog.js @@ -1,3 +1,4 @@ +/* eslint-disable @next/next/no-img-element */ import { siteConfig } from '@/lib/config' import CONFIG from '../config' @@ -5,131 +6,65 @@ export const Blog = () => { return <> {/* */}
-
-
-
-
- - {siteConfig('STARTER_BLOG_TITLE', null, CONFIG)} - -

- {siteConfig('STARTER_BLOG_TEXT_1', null, CONFIG)} -

-

+

+ {/* 区块标题文字 */} +
+
+
+ + {siteConfig('STARTER_BLOG_TITLE', null, CONFIG)} + +

+ {siteConfig('STARTER_BLOG_TEXT_1', null, CONFIG)} +

+

-

+

+
+
+
+ {/* 博客列表 此处优先展示3片文章 */} +
+
+
+
+ + image + +
+
+ + Dec 22, 2023 + +

+ + Meet AutoManage, the best AI management tools + +

+

+ Lorem Ipsum is simply dummy text of the printing and + typesetting industry. +

+
+
+
-
-
-
-
-
- - image - -
-
- - Dec 22, 2023 - -

- - Meet AutoManage, the best AI management tools - -

-

- Lorem Ipsum is simply dummy text of the printing and - typesetting industry. -

-
-
-
-
-
-
- - image - -
-
- - Mar 15, 2023 - -

- - How to earn more money as a wellness coach - -

-

- Lorem Ipsum is simply dummy text of the printing and - typesetting industry. -

-
-
-
-
-
-
- - image - -
-
- - Jan 05, 2023 - -

- - The no-fuss guide to upselling and cross selling - -

-

- Lorem Ipsum is simply dummy text of the printing and - typesetting industry. -

-
-
-
-
-
{/* */}