import React from 'react'; import '../App.css'; import { Button } from './Button'; import './HeroSection.css'; function HeroSection() { return (

ADVENTURE AWAITS

What are you waiting for?

) } export default HeroSection