diff options
| author | Factiven <[email protected]> | 2023-04-17 13:33:37 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-17 13:33:37 +0700 |
| commit | 545d8a3473823f0a86cad3c177dbbb4ebb794a75 (patch) | |
| tree | 1606111911ea31c8fd8f9560dade41f5fedd6520 /components/underConst.js | |
| parent | Update 7th (diff) | |
| download | moopa-545d8a3473823f0a86cad3c177dbbb4ebb794a75.tar.xz moopa-545d8a3473823f0a86cad3c177dbbb4ebb794a75.zip | |
Snapshot Moopa v3.2
Diffstat (limited to 'components/underConst.js')
| -rw-r--r-- | components/underConst.js | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/components/underConst.js b/components/underConst.js deleted file mode 100644 index a6d9e80..0000000 --- a/components/underConst.js +++ /dev/null @@ -1,22 +0,0 @@ -import Footer from "./footer"; -import StickerWIP from "./media/sticker"; -import Navbar from "./navbar"; - -function UnderConstruction() { - return ( - <> - <div className="my-[5rem] flex h-[698px] items-center justify-center"> - <div className="flex scale-75 flex-col items-center justify-center gap-14 md:scale-90 md:flex-row md:pb-0"> - <div className="scale-110 md:scale-125"> - <StickerWIP /> - </div> - <h1 className="text-center font-karla text-4xl text-red-600 drop-shadow-sm transition-colors duration-500 dark:text-red-400 md:w-[820px] md:text-5xl"> - {"> Sabar yahhh, pagenya masih dibikin..."} {":)"} - </h1> - </div> - </div> - </> - ); -} - -export default UnderConstruction; |