import Button from "../buttons/Button.jsx"; const SectionTwo = ({ buttonText, buttonLink, text }) => { return ( <>

{text}

); }; export default SectionTwo;