SEO update

This commit is contained in:
francesco
2021-08-15 00:29:50 +02:00
parent 91da5e90ae
commit 7bcbd92aab
3 changed files with 8 additions and 13 deletions

View File

@@ -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>.

View File

@@ -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"

View File

@@ -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*/}