import { Button, Container, Grid, Typography } from "@mui/material" import Image from "next/image" import MuiNextLink from "./MuiNextLink" const SectionAbout = () => { return ( An image containing plots in front of a screen showing all of the world! Maintain your Swarm simple and fast! Create the Swarm of your dream using our platform! Use whatever you want, however you want simple, fast and system agnostic. Now, your application can exist in many different locations through the whole world for free! ) } export default SectionAbout