Removed all third party requests
This commit is contained in:
parent
c23ba06f98
commit
f8997272fe
5 changed files with 5 additions and 9 deletions
|
@ -2,11 +2,12 @@ import React from 'react';
|
|||
import '../App.css';
|
||||
import { Button } from './Button';
|
||||
import './HeroSection.css';
|
||||
import '@fortawesome/fontawesome-free/css/all.css'
|
||||
|
||||
function HeroSection() {
|
||||
return (
|
||||
<div className='hero-container'>
|
||||
<h1>ADVENTURE AWAITS</h1>
|
||||
<h1>ADVENTURE wartet</h1>
|
||||
<p>What are you waiting for?</p>
|
||||
<div className="hero-btns">
|
||||
<Button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue