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

{text}

); }; export default SectionTwo;