Skip to content

Commit 3e54fef

Browse files
author
Danny Ruchtie
committed
fixed index of hero
1 parent f6c6273 commit 3e54fef

File tree

4 files changed

+2
-280
lines changed

4 files changed

+2
-280
lines changed

packages/homepage/src/screens/home/hero/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React, { useState, useEffect, useRef } from 'react';
2-
32
import { motion } from 'framer-motion';
43
import { Socket } from 'phoenix';
54

@@ -108,6 +107,8 @@ export default () => {
108107

109108
return (
110109
<HeroWrapper>
110+
<BoxAnimation boxes={boxes} showPlane={showPlane} />
111+
111112
<motion.div
112113
initial={{ opacity: 0, y: 140 }}
113114
animate={{ opacity: 1, y: 0 }}
@@ -127,7 +128,6 @@ export default () => {
127128
>
128129
An instant IDE and prototyping tool for rapid web development.
129130
</SubTitle>
130-
131131
<motion.div
132132
initial={{ opacity: 0, y: 20 }}
133133
animate={{ opacity: 1, y: 0 }}
@@ -151,8 +151,6 @@ export default () => {
151151
delay: 1,
152152
}}
153153
>
154-
<BoxAnimation boxes={boxes} showPlane={showPlane} />
155-
156154
<HeroBottom>
157155
<div ref={ideRef}>
158156
<CountText>

packages/homepage/src/screens/home/heroB/BoxAnimation/elements.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/homepage/src/screens/home/heroB/BoxAnimation/index.js

Lines changed: 0 additions & 205 deletions
This file was deleted.

packages/homepage/src/screens/home/heroB/BoxAnimation/useCannon.js

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)