diff --git a/messages/en.json b/messages/en.json index 154a80c..9ed89c9 100644 --- a/messages/en.json +++ b/messages/en.json @@ -2,7 +2,6 @@ "Metadata": { "name": "MkSaaS", "title": "MkSaaS - The Best AI SaaS Boilerplate", - "tagline": "Make AI SaaS in days, simply and effortlessly", "description": "MkSaaS is the best AI SaaS boilerplate. Make AI SaaS in days, simply and effortlessly" }, "Common": { @@ -34,6 +33,13 @@ "HomePage": { "title": "MkSaaS", "description": "Make AI SaaS in days, simply and effortlessly", + "hero": { + "title": "Make AI SaaS in days, simply and effortlessly", + "description": "The best AI SaaS boilerplate, packed with AI, Authentication, Payment, Blog, Documentation, Newsletter, SEO, Themes, Blocks, Dashboard and more.", + "introduction": "Introducing MkSaaS Boilerplate", + "primary": "Get Started", + "secondary": "See Demo" + }, "faqs": { "title": "Frequently Asked Questions", "description": "Please feel free to contact us if you have any questions", @@ -419,6 +425,7 @@ } }, "footer": { + "tagline": "Make AI SaaS in days, simply and effortlessly", "product": { "title": "Product", "items": { diff --git a/messages/zh.json b/messages/zh.json index cdd6518..7b7a5e6 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -2,7 +2,6 @@ "Metadata": { "name": "MkSaaS", "title": "MkSaaS - 最好的 AI SaaS 模板", - "tagline": "使用 MkSaaS 在几天内轻松构建您的 AI SaaS", "description": "MkSaaS 是构建 AI SaaS 的最佳模板,使用 MkSaaS 可以在几天内轻松构建您的 AI SaaS,简单且毫不费力。" }, "Common": { @@ -34,6 +33,13 @@ "HomePage": { "title": "MkSaaS", "description": "使用 MkSaaS 在几天内轻松构建您的 AI SaaS", + "hero": { + "title": "使用 MkSaaS 轻松构建您的 AI SaaS", + "description": "MkSaaS 是构建 AI SaaS 的最佳模板,内置 AI、身份验证、全球支付、博客、文档、邮件订阅、SEO、多彩主题、丰富组件等。", + "introduction": "介绍 MkSaaS 模板", + "primary": "开始使用", + "secondary": "查看演示" + }, "faqs": { "title": "常见问题", "description": "如果您有任何问题,请随时联系我们", @@ -420,6 +426,7 @@ } }, "footer": { + "tagline": "使用 MkSaaS 在几天内轻松构建您的 AI SaaS", "product": { "title": "产品", "items": { diff --git a/src/app/[locale]/(marketing)/(home)/page.tsx b/src/app/[locale]/(marketing)/(home)/page.tsx index bfb1fc9..9460214 100644 --- a/src/app/[locale]/(marketing)/(home)/page.tsx +++ b/src/app/[locale]/(marketing)/(home)/page.tsx @@ -1,4 +1,5 @@ -import FAQs from '@/components/blocks/faqs/faqs'; +import FaqSection from '@/components/blocks/faqs/faqs'; +import HeroSection from '@/components/blocks/hero/hero'; import { constructMetadata } from '@/lib/metadata'; import { getUrlWithLocale } from '@/lib/urls/urls'; import { Metadata } from 'next'; @@ -7,7 +8,6 @@ import { getTranslations } from 'next-intl/server'; import CallToAction from '../../preview/call-to-action/one/page'; import ContentSection from '../../preview/content/one/page'; import Features from '../../preview/features/one/page'; -import HeroSection from '../../preview/hero-section/one/page'; import LogoCloud from '../../preview/logo-cloud/one/page'; import Pricing from '../../preview/pricing/three/page'; import StatsSection from '../../preview/stats/one/page'; @@ -42,7 +42,7 @@ export default async function HomePage(props: HomePageProps) { return ( <> -
- {t('Metadata.tagline')} + {t('Marketing.footer.tagline')}
{/* social links */}