fix tagline (closes #12)

pull/16/head
mrshmllow 2 years ago committed by Michal
parent 881d7b2e21
commit 31786d3ca5

@ -14,8 +14,8 @@ const Footer = () => (
<section className="basis-1/3"> <section className="basis-1/3">
<h4 className="text-2xl font-bold">About</h4> <h4 className="text-2xl font-bold">About</h4>
<p> <p>
Crystal Linux is a brand new Arch Linux based distribution. Completely Crystal Linux is a brand new Arch Linux based distribution. Friendly,
beginner friendly, easy to use, and powerful. easy to use, and powerful.
</p> </p>
</section> </section>
<section className="basis-1/3"> <section className="basis-1/3">

@ -4,7 +4,7 @@ export default {
title: "Official Site", title: "Official Site",
defaultTitle: "Crystal Linux", defaultTitle: "Crystal Linux",
description: description:
"Crystal Linux is a brand new Arch Linux based distribution. Completely beginner friendly, easy to use, and powerful.", "Crystal Linux is a brand new Arch Linux based distribution. Friendly, powerful and easy to use.",
twitter: { twitter: {
cardType: "summary", cardType: "summary",
handle: "Crystal_Linux", handle: "Crystal_Linux",

@ -23,8 +23,8 @@ const Home: NextPageWithLayout = () => {
An arch based distribution An arch based distribution
</h1> </h1>
<p className="mb-6 text-lg font-normal text-ctp-subtext1 sm:px-16 lg:text-xl xl:px-48"> <p className="mb-6 text-lg font-normal text-ctp-subtext1 sm:px-16 lg:text-xl xl:px-48">
Crystal Linux is a brand new Arch Linux based distritbution. Crystal Linux is a brand new Arch Linux based distribution.
Powerful and easy to use. Friendly, powerful and easy to use.
</p> </p>
<div className="w-full flex gap-2 justify-center flex-wrap"> <div className="w-full flex gap-2 justify-center flex-wrap">

Loading…
Cancel
Save