import Button from "./Button"; import styles from "styles/Button.module.sass"; import { SocialButton } from "utils/types"; import { CSSProperties } from "react"; const ButtonGrid = ({ Buttons, style, }: { Buttons: SocialButton[]; style?: CSSProperties; }) => { return (