import classNames from 'classnames' import { Terminal, Layers, Coffee, Code } from 'react-feather' import SectionContainer from './Layouts/SectionContainer' import styles from '../styles/index.module.css' const Lang = () => ( <> language ) const Benefit = ({ Icon, title, description }) => (
{ title }

{ description }

) const Benefits = () => { return (

Yet another web framework. Except it is a .

Don't worry, it takes less than 30 minutes to learn.

) } const BenefitsWithSkewedBorder = () => (
) export default BenefitsWithSkewedBorder