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">
<h4 className="text-2xl font-bold">About</h4>
<p>
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,
easy to use, and powerful.
</p>
</section>
<section className="basis-1/3">

@ -4,7 +4,7 @@ export default {
title: "Official Site",
defaultTitle: "Crystal Linux",
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: {
cardType: "summary",
handle: "Crystal_Linux",

@ -23,8 +23,8 @@ const Home: NextPageWithLayout = () => {
An arch based distribution
</h1>
<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.
Powerful and easy to use.
Crystal Linux is a brand new Arch Linux based distribution.
Friendly, powerful and easy to use.
</p>
<div className="w-full flex gap-2 justify-center flex-wrap">

Loading…
Cancel
Save