aboutsummaryrefslogtreecommitdiff
path: root/pages/about.js
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-05-01 16:00:03 +0700
committerGitHub <[email protected]>2023-05-01 16:00:03 +0700
commit37c438a88efa73f502a0362e3053c95e360e8b9b (patch)
tree305dea34094970bcfece03d81d90308c472037b9 /pages/about.js
parentUpdate v3.5 (diff)
parentUpdate v3.5.2 (diff)
downloadmoopa-37c438a88efa73f502a0362e3053c95e360e8b9b.tar.xz
moopa-37c438a88efa73f502a0362e3053c95e360e8b9b.zip
Update v3.5.2
Merge pull request #5 from DevanAbinaya/pre-production
Diffstat (limited to 'pages/about.js')
-rw-r--r--pages/about.js29
1 files changed, 0 insertions, 29 deletions
diff --git a/pages/about.js b/pages/about.js
index 42690e0..55d7914 100644
--- a/pages/about.js
+++ b/pages/about.js
@@ -13,35 +13,6 @@ export default function About() {
<link rel="icon" href="/c.svg" />
</Head>
<Layout>
- {/* <div className="mb-[6rem] bg-[#121212] text-white flex min-h-screen w-screen flex-col justify-center gap-8 px-6 pt-nav lg:items-center lg:gap-14">
- <h1 className="place-items-start font-karla text-[3rem] font-bold">
- Hi !
- </h1>
- <div className="flex flex-col gap-3 font-roboto text-xl text-[#cdcdcd] lg:mx-52 lg:gap-10 lg:text-2xl">
- <div>
- <p className="inline-block font-extrabold text-[#ffffff]">
- Welcome to our website!
- </p>{" "}
-
- </div>
- <p>
-
- </p>
- <p>
-
- </p>
- <p>
- We are committed to providing a safe and secure environment for
- our users. Our website is regularly monitored to prevent any
- malicious activities, and we take proactive measures to ensure the
- safety of our community.
- </p>
- <p>
-
- </p>
- </div>
- </div> */}
-
<motion.div
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}