|
@@ -1,5 +1,7 @@
|
|
|
+import Box from "@/components/Box";
|
|
|
import { server } from "@/utils/server";
|
|
|
import Image from "next/image";
|
|
|
+import Link from "next/link";
|
|
|
|
|
|
/**
|
|
|
* @description
|
|
@@ -63,6 +65,7 @@ function pow1024(num: number) {
|
|
|
}
|
|
|
const Page = async () => {
|
|
|
const { data } = await getAppInfoApi();
|
|
|
+
|
|
|
console.log(`🚀🚀🚀🚀🚀-> in page.tsx on 66`, data);
|
|
|
return (
|
|
|
<div
|
|
@@ -72,6 +75,23 @@ const Page = async () => {
|
|
|
"repeating-linear-gradient(-45deg, #2a2a2a, #2a2a2a .02rem, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) .08rem)",
|
|
|
}}
|
|
|
>
|
|
|
+ <Box action={4} actionData={'pwa_install'} none>
|
|
|
+ <img
|
|
|
+ src="/download/pwa.jpg"
|
|
|
+ alt=""
|
|
|
+ className={"w-[100%]"}
|
|
|
+ />
|
|
|
+ </Box>
|
|
|
+ <Link
|
|
|
+ href={"https://telegram.org/"}
|
|
|
+ target={"_blank"}
|
|
|
+ >
|
|
|
+ <img
|
|
|
+ src="/download/telegram.jpg"
|
|
|
+ alt=""
|
|
|
+ className="w-[100%] mt-[0.1rem] mb-[0.1rem]"
|
|
|
+ />
|
|
|
+ </Link>
|
|
|
<p className={"text-center"}>
|
|
|
Este jogo é destinado a adultos maiores de 18 anos e é destinado apenas para fins de
|
|
|
entretenimento.
|