import * as React from "react"; export class Section3 extends React.Component { public render(): JSX.Element { return (

Now that you've read this far
feel free to browse through our products!
Get Started
); } }