Added cloudflare verify on contact form , removed HERO
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import Nav from '@/components/Nav';
|
import Nav from '@/components/Nav';
|
||||||
import Hero from '@/components/Hero';
|
|
||||||
import About from '@/components/About';
|
import About from '@/components/About';
|
||||||
import Projects from '@/components/Projects';
|
import Projects from '@/components/Projects';
|
||||||
import CommitSection from '@/components/CommitSection';
|
import CommitSection from '@/components/CommitSection';
|
||||||
@@ -16,7 +15,6 @@ export default function Page() {
|
|||||||
</a>
|
</a>
|
||||||
<Nav />
|
<Nav />
|
||||||
<main id="main">
|
<main id="main">
|
||||||
<Hero />
|
|
||||||
<About />
|
<About />
|
||||||
<Projects />
|
<Projects />
|
||||||
<CommitSection />
|
<CommitSection />
|
||||||
|
|||||||
Reference in New Issue
Block a user