rebuilt about with carousel

This commit is contained in:
2021-09-30 13:22:10 -04:00
parent 5e4d05fcdf
commit 052df9795c
7 changed files with 472 additions and 27 deletions

View File

@@ -1,11 +1,13 @@
import React from 'react';
import MyCarousel from '../componets/Carousel'
export default function Home() {
return (
<>
<div class='centerContent' data-aos="fade-up">
<h1>Andrew Simonson</h1>
<h3>The person who can do things good</h3>
<div id='Vertical' />
</div>
</>
)