import { GetServerSideProps } from 'next'
import Head from 'next/head'
import Body from 'components/Body'
import Footer from 'components/Footer'
import Icon from 'components/Icon'
import IconLayout from 'components/IconLayout'
import MainLayout from 'components/MainLayout'
import Spotify from 'components/Spotify'
import Time from 'components/Time'
import Weather from 'components/Weather'
import { FaSteam, FaGithub, FaEnvelope } from 'react-icons/fa'
import { RiInstagramFill } from 'react-icons/ri'
import { SiDiscord } from 'react-icons/si'
const Home = ({data}: any) => {
return(
<>