diff --git a/public/images/feature-1.webp b/public/images/feature-1.webp new file mode 100644 index 00000000..5ac4713b Binary files /dev/null and b/public/images/feature-1.webp differ diff --git a/public/images/feature-2.webp b/public/images/feature-2.webp new file mode 100644 index 00000000..9fa99672 Binary files /dev/null and b/public/images/feature-2.webp differ diff --git a/public/images/feature-3.webp b/public/images/feature-3.webp new file mode 100644 index 00000000..a03616cd Binary files /dev/null and b/public/images/feature-3.webp differ diff --git a/themes/gitbook/components/Footer.js b/themes/gitbook/components/Footer.js index 744f9e61..0f09eceb 100644 --- a/themes/gitbook/components/Footer.js +++ b/themes/gitbook/components/Footer.js @@ -1,6 +1,5 @@ import React from 'react' import BLOG from '@/blog.config' -import DarkModeButton from '@/components/DarkModeButton' const Footer = ({ title }) => { const d = new Date() diff --git a/themes/landing/components/Features.js b/themes/landing/components/Features.js index a2dd5d92..a4925e4b 100644 --- a/themes/landing/components/Features.js +++ b/themes/landing/components/Features.js @@ -1,10 +1,9 @@ +/* eslint-disable @next/next/no-img-element */ 'use client' import { useState, useRef, useEffect } from 'react' import { Transition } from '@headlessui/react' -import Image from 'next/image' -import FeaturesBg from '@/public/images/features-bg.png' -import FeaturesElement from '@/public/images/features-element.png' +// import FeaturesElement from '@/public/images/features-element.png' export default function Features() { const [tab, setTab] = useState(1) @@ -31,8 +30,8 @@ export default function Features() { {/* Section header */}
-

Explore the solutions

-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur excepteur sint occaecat cupidatat.

+

探索解决方案

+

个人或小企业有什么方法可以快速搭建自己的站点,塑造一个品牌展示中心?
以前,它是繁重的Wordpress,它是操作复杂的Hexo,它是一个昂贵的研发外包团队;但现在,您只要一个笔记软件、Notion就够了

{/* Section content */} @@ -41,8 +40,8 @@ export default function Features() { {/* Content */}
-

Powerful suite of tools

-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa.

+

Notion+NextJs组合方案

+

Notion作为CMS管理您的站点配置和网页数据,NextJs作为渲染博客的脚本,借助第三方的Vercel等托管平台提供网络服务。

{/* Tabs buttons */}
@@ -52,8 +51,8 @@ export default function Features() { onClick={(e) => { e.preventDefault(); setTab(1) }} >
-
Building the Simple ecosystem
-
Take collaboration to the next level with security and administrative features built for teams.
+
简单快速的系统
+
在Notion中写下一篇文章,内容立刻在您的网站首页中呈现给互联网
@@ -67,8 +66,8 @@ export default function Features() { onClick={(e) => { e.preventDefault(); setTab(2) }} >
-
Building the Simple ecosystem
-
Take collaboration to the next level with security and administrative features built for teams.
+
高效传播的媒介
+
优质的SEO、快速的响应速度,让您的产品和宣传触达到更多的受众
@@ -82,8 +81,8 @@ export default function Features() { onClick={(e) => { e.preventDefault(); setTab(3) }} >
-
Building the Simple ecosystem
-
Take collaboration to the next level with security and administrative features built for teams.
+
人性化的定制工具
+
多款主题供您挑选,可以搭建各种不同风格和作用的网站,未来还会有更多的主题加入。
@@ -95,7 +94,7 @@ export default function Features() {
{/* Tabs items */} -
+
{/* Item 1 */} @@ -113,9 +112,11 @@ export default function Features() { unmount={false} >
- Features bg - Element + {/* Features bg */} + {/* Element */} +
+ {/* Item 2 */}
- Features bg - Element + {/* Features bg + Element */} +
{/* Item 3 */} @@ -151,8 +153,9 @@ export default function Features() { unmount={false} >
- Features bg - Element + {/* Features bg + Element */} +
diff --git a/themes/landing/components/FeaturesBlocks.js b/themes/landing/components/FeaturesBlocks.js index 5973da41..8457a33b 100644 --- a/themes/landing/components/FeaturesBlocks.js +++ b/themes/landing/components/FeaturesBlocks.js @@ -31,8 +31,8 @@ export default function FeaturesBlocks() { -

Headless CMS

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+

用网站来展示品牌

+

比起线下渠道、一个域名和网站更有说服力

{/* 2nd item */} @@ -47,8 +47,8 @@ export default function FeaturesBlocks() { -

Headless CMS

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+

SEO带来更多流量

+

通过搜索引擎,精准定位您的受众

{/* 3rd item */} @@ -64,8 +64,8 @@ export default function FeaturesBlocks() { -

Headless CMS

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+

网站的性能很重要

+

更快的响应,更好的用户体验

{/* 4th item */} @@ -81,8 +81,8 @@ export default function FeaturesBlocks() { -

Headless CMS

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+

打造您的个人品牌

+

继马斯克、乔布斯之后,您将是下一个传奇

{/* 5th item */} @@ -97,8 +97,8 @@ export default function FeaturesBlocks() { -

Headless CMS

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+

写作能力是核心技能

+

比起只输入知识,更重要的是反思和输出

{/* 6th item */} @@ -112,8 +112,8 @@ export default function FeaturesBlocks() { -

Headless CMS

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+

开始写博客吧

+

NotionNext,助您轻松开始写作

diff --git a/themes/landing/components/Footer.js b/themes/landing/components/Footer.js index e5f4f1dc..0d407af2 100644 --- a/themes/landing/components/Footer.js +++ b/themes/landing/components/Footer.js @@ -139,7 +139,7 @@ export default function Footer() { {/* Copyrights note */} -
© Cruip.com. All rights reserved.
+
© NotionNext. All rights reserved.
diff --git a/themes/landing/components/Header.js b/themes/landing/components/Header.js index 74bbfba0..693774bd 100644 --- a/themes/landing/components/Header.js +++ b/themes/landing/components/Header.js @@ -35,11 +35,13 @@ export default function Header() { {/* Desktop sign in links */}