import React, { Component } from "react"; import "../assets/stylesheets/bubble.scss"; import { AnimationOnScroll } from "react-animation-on-scroll"; export default class Bubble extends Component { render() { return (

{this.props.h1}

{this.props.h2}

{this.props.children}
); } }