mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-18 23:16:49 +00:00
landing门户修改
This commit is contained in:
@@ -31,7 +31,7 @@ export default function Features() {
|
||||
{/* Section header */}
|
||||
<div className="max-w-3xl mx-auto text-center pb-12 md:pb-16">
|
||||
<h1 className="h2 mb-4">探索解决方案</h1>
|
||||
<p className="text-xl text-gray-600">如何搭建自己的门户网站,塑造一个品牌展示中心?<br/>以前,它是系统<strong className='font-bold'>繁重</strong>的Wordpress,它是操作<strong className='font-bold'>复杂</strong>的Hexo,它是一个<strong className='font-bold'>昂贵</strong>的研发外包团队;但现在,您只要一个笔记软件、Notion就够了</p>
|
||||
<p className="text-xl text-gray-600 leading-relaxed">如何搭建自己的门户网站,塑造一个品牌展示中心?<br/>曾经,它是系统<strong className='font-bold text-red-500'>繁重</strong>的Wordpress;<br/>它是操作<strong className='font-bold text-red-500'>复杂</strong>的Hexo;<br/>它是一个<strong className='font-bold text-red-500'>昂贵</strong>的研发团队;<br/>现在,您只要一个笔记软件Notion,就够了</p>
|
||||
</div>
|
||||
|
||||
{/* Section content */}
|
||||
@@ -82,7 +82,7 @@ export default function Features() {
|
||||
>
|
||||
<div>
|
||||
<div className="font-bold leading-snug tracking-tight mb-1">人性化的定制工具</div>
|
||||
<div className="text-gray-600">多款主题供您挑选,可以搭建各种不同风格和作用的网站,未来还会有更多的主题加入。</div>
|
||||
<div className="text-gray-600">多款主题供您挑选,可以搭建各种不同风格和作用的网站,更多的主题正在陆续加入中。</div>
|
||||
</div>
|
||||
<div className="flex justify-center items-center w-8 h-8 bg-white rounded-full shadow flex-shrink-0 ml-3">
|
||||
<svg className="w-3 h-3 fill-current" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function FeaturesBlocks() {
|
||||
{/* Section header */}
|
||||
<div className="max-w-3xl mx-auto text-center pb-12 md:pb-20">
|
||||
<h2 className="h2 mb-4">解决方案</h2>
|
||||
<p className="text-xl text-gray-600">无感知地建站,时事传播资讯,尽可能链接更多的人</p>
|
||||
<p className="text-xl text-gray-600">人人自媒体的时代,一个网站将帮您链接更多的人,带给你无限的机会和客户。<br/>您还在等什么呢?</p>
|
||||
</div>
|
||||
|
||||
{/* Items */}
|
||||
|
||||
@@ -36,7 +36,7 @@ export default function Header() {
|
||||
<ul className="flex grow justify-end flex-wrap items-center">
|
||||
<li>
|
||||
<Link href="https://github.com/tangly1024/NotionNext" target='_blank' className="font-medium hover:font-bold text-gray-600 hover:text-gray-900 px-5 py-3 flex items-center transition duration-150 ease-in-out">
|
||||
<i className='fab fa-github mr-1'></i><div>Github开源</div>
|
||||
<i className='fab fa-github mr-1'></i><div>开源仓库</div>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
@@ -28,8 +28,8 @@ export default function Testimonials() {
|
||||
|
||||
{/* Section header */}
|
||||
<div className="max-w-3xl mx-auto text-center pb-12 md:pb-16">
|
||||
<h2 className="h2 mb-4">已经被全世界超过3000个网站所使用</h2>
|
||||
<p className="text-xl text-gray-600" data-aos="zoom-y-out">网站的内容涵盖各行各业,地产、教育、建筑、医学、机械、IT、电子、软件、自媒体、数位游民、短视频、电商、学生、摄影爱好者、旅行爱好者等等</p>
|
||||
<h2 className="h2 mb-4">网站数突破3000、浏览量突破 100,000,000+ </h2>
|
||||
<p className="text-xl text-gray-600" data-aos="zoom-y-out">网站内容涵盖地产、教育、建筑、医学、机械、IT、电子、软件、自媒体、数位游民、短视频、电商、学生、摄影爱好者、旅行爱好者等等各行各业</p>
|
||||
</div>
|
||||
|
||||
{/* Testimonials */}
|
||||
|
||||
Reference in New Issue
Block a user