完善landing主题SAAS订阅服务界面

This commit is contained in:
tangly1024.com
2024-02-06 11:00:10 +08:00
parent cd1e54688f
commit 76f14cea5b
3 changed files with 7 additions and 2 deletions

View File

@@ -149,6 +149,11 @@ export default function Footer() {
{/* Social as */}
<ul className="flex mb-4 md:order-1 md:ml-4 md:mb-0">
<li>
<div className='h-full flex justify-center items-center text-gray-600 hover:text-gray-900 bg-white hover:bg-white-100'>
Powered by<a href='https://github.com/tangly1024/NotionNext' className='mx-1 hover:underline font-semibold'>NotionNext {siteConfig('VERSION')}</a>
</div>
</li>
{/* <li>
<a href="#0" className="flex justify-center items-center text-gray-600 hover:text-gray-900 bg-white hover:bg-white-100 rounded-full shadow transition duration-150 ease-in-out" aria-label="Twitter">
<svg className="w-8 h-8 fill-current" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">

View File

@@ -8,7 +8,7 @@ import Link from 'next/link'
export const Pricing = (props) => {
return <div class="w-full mx-auto bg-white dark:bg-black px-5 py-10 text-gray-800 mb-10">
<div class="text-center max-w-xl mx-auto">
<h1 class="text-5xl md:text-6xl font-bold mb-5 dark:text-white">{siteConfig('LANDING_PRICING_TITLE', null, CONFIG)}</h1>
<h1 class="text-5xl md:text-5xl font-bold mb-5 dark:text-white">{siteConfig('LANDING_PRICING_TITLE', null, CONFIG)}</h1>
<h3 class="text-xl font-medium mb-10 dark:text-gray-400">{siteConfig('LANDING_PRICING_P', null, CONFIG)}</h3>
</div>
<div class="max-w-4xl mx-auto md:flex">

View File

@@ -61,7 +61,7 @@ const CONFIG = {
LANDING_POST_REDIRECT_URL: process.env.NEXT_PUBLIC_POST_REDIRECT_URL || 'https://blog.tangly1024.com', // 重定向网站地址
LANDING_PRICING_TITLE: '价格表',
LANDING_PRICING_P: 'NotionNext开源免费软件此处是演示SAAS订阅付费功能。若您喜欢也可以选择捐赠支持,付费后请通过邮件或微信联系我。',
LANDING_PRICING_P: 'NotionNext开源免费此处是演示SAAS订阅付费功能。若您喜欢也可以选择捐赠支持。',
LANDING_PRICING_1_TITLE: '个人版',
LANDING_PRICING_1_PRICE: '免费',