import { Heading, VStack, chakra, HStack, Text, useColorModeValue, } from "@chakra-ui/react"; import DownloadButton from "components/DownloadButton"; import Image from 'next/image'; const Root = () => { const textColor = useColorModeValue("#171717", "#f5f5f5"); return ( <> Spotube A fast, modern, lightweight & efficient Spotify Music Client for every platform {/* */} Headline 2 Access all your Spotify Music & Playlists You can use all your Spotify tracks & playlists here. Everything will be in Sync & some action taken from Spotube will also reflect on your Spotify Account. Headline 2 On your Mobile, PC, Tablet everywhere Spotube is available for all "Major" Platforms including Linux, Android, Windows & MacOS natively unlike Spotify Desktop App which uses Electron, that is basically the entire Chrome {/* */} Open Source, privacy respecting & No ads Spotube is an Open Source App being developed & maintained by Kingkor Roy Tirtho & is built by the Contributions of the Community and Contributors Headline 2
Download Now Download Spotube for every platform you want. It's available everywhere.
); }; export default Root;