mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-04-26 22:35:38 +08:00
SEO update
This commit is contained in:
@@ -49,9 +49,9 @@ function FirebaseIntro() {
|
||||
className="max-w-3xl mx-auto text-center pb-36 md:pb-40"
|
||||
data-aos="fade-up"
|
||||
data-aos-delay="100">
|
||||
<h1 className="h2 mb-4">
|
||||
<h2 className="h2 mb-4">
|
||||
Don't build another admin tool
|
||||
</h1>
|
||||
</h2>
|
||||
<p className="text-xl text-gray-500 dark:text-gray-200">
|
||||
<b>FireCMS</b> is an open source CMS built by <b>developers
|
||||
for developers</b>.
|
||||
|
||||
@@ -35,18 +35,13 @@ function HeroHome({}) {
|
||||
className="flex items-center justify-center px-4 sm:px-6 lg:mt-44 md:mt-40 mt-32">
|
||||
|
||||
<div className="text-center ">
|
||||
<div
|
||||
<h1
|
||||
className="block text-5xl md:text-6xl font-extrabold leading-tighter tracking-tighter mb-3"
|
||||
// data-aos="zoom-y-out"
|
||||
// style={{
|
||||
// opacity: .9,
|
||||
// mixBlendMode: "color-dodge"
|
||||
// }}
|
||||
>
|
||||
<span
|
||||
className="block">Your</span>
|
||||
<span className="block">Firestore-based</span>
|
||||
</div>
|
||||
</h1>
|
||||
|
||||
<div
|
||||
className="block text-5xl md:text-6xl font-extrabold leading-tighter tracking-tighter mb-3"
|
||||
|
||||
@@ -26,7 +26,7 @@ function Pricing() {
|
||||
const { isDarkTheme } = useThemeContext();
|
||||
|
||||
const community = <div
|
||||
className="bg-white dark:bg-opacity-5 m-10 lg:col-span-1 rounded-lg border-b-4 overflow-hidden shadow-lg hover:shadow-2xl transition duration-500 transform hover:scale-105">
|
||||
className="bg-white dark:bg-opacity-5 m-4 md:m-10 lg:col-span-1 rounded-lg border-b-4 overflow-hidden shadow-lg hover:shadow-2xl transition duration-500 transform ">
|
||||
<div
|
||||
className="p-4 bg-green-500 text-center ">
|
||||
<h3 className="h5 mb-0 text-white ">
|
||||
@@ -65,7 +65,7 @@ function Pricing() {
|
||||
|
||||
|
||||
const advanced = <div
|
||||
className="bg-white dark:bg-opacity-5 m-10 lg:col-span-1 rounded-lg border-b-4 overflow-hidden shadow-lg hover:shadow-2xl transition duration-500 transform hover:scale-105">
|
||||
className="bg-white dark:bg-opacity-5 m-4 md:m-10 lg:col-span-1 rounded-lg border-b-4 overflow-hidden shadow-lg hover:shadow-2xl transition duration-500 transform">
|
||||
<div
|
||||
className="p-4 bg-blue-600 text-center ">
|
||||
<h3 className="h5 mb-0 text-white ">
|
||||
@@ -105,9 +105,9 @@ function Pricing() {
|
||||
data-aos="fade-up"
|
||||
data-aos-delay="100">
|
||||
|
||||
<h1 className="h2 ">
|
||||
<h2 className="h2 ">
|
||||
Pricing
|
||||
</h1>
|
||||
</h2>
|
||||
|
||||
{/*<p className="text-xl text-gray-500 dark:text-gray-200">*/}
|
||||
{/* This is the best part*/}
|
||||
|
||||
Reference in New Issue
Block a user