diff options
| author | Factiven <[email protected]> | 2023-04-14 00:14:12 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-14 00:14:12 +0700 |
| commit | 70fda74d27d9b55c9030932794daa25c1e6cf50d (patch) | |
| tree | 0c1f639be4e8ec1b960ba642b8e99c1485e83b1a /pages/components/underConst.js | |
| parent | Update 5th (diff) | |
| download | moopa-70fda74d27d9b55c9030932794daa25c1e6cf50d.tar.xz moopa-70fda74d27d9b55c9030932794daa25c1e6cf50d.zip | |
Update 6th
Diffstat (limited to 'pages/components/underConst.js')
| -rw-r--r-- | pages/components/underConst.js | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/pages/components/underConst.js b/pages/components/underConst.js deleted file mode 100644 index a6d9e80..0000000 --- a/pages/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; |