import React from "react";
import { Bento } from "./Bento";

const Features = () => {
  return (
    <section id="" className="container py-24 sm:py-32 ">
      <Bento />
    </section>
  );
};

export default Features;
