From c526d560a3e8ed9b2dc9a23825b8979c00a152ba Mon Sep 17 00:00:00 2001 From: Factiven Date: Mon, 1 May 2023 01:09:33 +0700 Subject: Update v3.5 > Bug Fixes > Editor List Update v0.8 > Display adjustment on search page --- pages/about.js | 58 ++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 44 insertions(+), 14 deletions(-) (limited to 'pages/about.js') diff --git a/pages/about.js b/pages/about.js index 7255401..42690e0 100644 --- a/pages/about.js +++ b/pages/about.js @@ -1,5 +1,7 @@ import Head from "next/head"; import Layout from "../components/layout"; +import { motion } from "framer-motion"; +import Link from "next/link"; export default function About() { return ( @@ -11,7 +13,7 @@ export default function About() { -
+ {/*

Hi !

@@ -20,22 +22,13 @@ export default function About() {

Welcome to our website!

{" "} - Moopa is a platform where you can watch and stream anime or read - manga for free, without any ads or VPNs. Our mission is to provide - a convenient and enjoyable experience for anime and manga - enthusiasts all around the world. +

- At our site, you will find a vast collection of anime and manga - titles from different genres, including action, adventure, comedy, - romance, and more. We take pride in our fast and reliable servers, - which ensure smooth streaming and reading for all our users. +

- It is important to note that we do not store any files on our - servers. Instead, we only link to media hosted on third-party - services. This is to ensure that we comply with copyright laws and - respect the intellectual property rights of content creators. +

We are committed to providing a safe and secure environment for @@ -44,12 +37,49 @@ export default function About() { safety of our community.

+ +

+
+ */} + + +
+

About Us

+

+ Moopa is a platform where you can watch and stream anime or read + manga for free, without any ads or VPNs. Our mission is to provide + a convenient and enjoyable experience for anime and manga + enthusiasts all around the world. +

+

+ At our site, you will find a vast collection of anime and manga + titles from different genres, including action, adventure, comedy, + romance, and more. We take pride in our fast and reliable servers, + which ensure smooth streaming and reading for all our users. +

+

+ We believe that anime and manga have the power to inspire and + entertain people of all ages and backgrounds. Our service is + designed to make it easy for fans to access the content they love, + whether they are casual viewers or die-hard fans. +

+

Thank you for choosing our website as your go-to platform for anime and manga. We hope you enjoy your stay here, and feel free to contact us if you have any feedback or suggestions.

+ +
+ Contact Us +
+
- +
); -- cgit v1.2.3