import { useTrail } from "@react-spring/web"; import React from "react"; import { BsDiscord, BsFacebook, BsInstagram, BsTelegram, BsTwitter, } from "react-icons/bs"; import Button from "../Button"; import Trail from "./Trail"; type Props = {}; const Introduction = (props: Props) => { return (

A digital currency payment for SGPT chat bot services

The SGPT Token is a digital currency designed to facilitate payments for services provided by the SGPT chat bot. The chat bot is a powerful tool that utilizes artificial intelligence to communicate with users and provide valuable information and services.

Join Our Community

); }; export default Introduction;