Skip to content

Commit 16b3e2c

Browse files
committed
added hero image placeholders
1 parent 32de7e7 commit 16b3e2c

File tree

12 files changed

+339
-3
lines changed

12 files changed

+339
-3
lines changed

components/Sales/drm/devrel-hero.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import UpperAnim from '../../animations/UpperAnim';
33
import LeftAnim from '../../animations/LeftAnim';
4+
import RightAnim from '../../animations/rightAnim';
45

56
const DevRelHero = () => {
67
return (
@@ -25,7 +26,7 @@ const DevRelHero = () => {
2526
</div>
2627
</div>
2728
<div className='mt-48 mr-44'>
28-
<LeftAnim />
29+
<RightAnim />
2930
</div>
3031
</div>
3132
</div>

components/animations/LeftAnim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useEffect } from 'react';
33
export default function UpperAnim() {
44
return (
55
<object
6-
data='/left-anim-3.svg'
6+
data='/left-anim-6.svg'
77
style={{
88
width: '528px', // set the width
99
height: '209px', // set the height

components/animations/RightAnim.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* eslint-disable */
2+
import { useEffect } from 'react';
3+
export default function RightAnim() {
4+
return (
5+
<object
6+
data='/right-anim-4.svg'
7+
style={{
8+
width: '528px', // set the width
9+
height: '209px', // set the height
10+
}}
11+
/>
12+
);
13+
}

components/animations/UpperAnim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useEffect } from 'react';
33
export default function UpperAnim() {
44
return (
55
<object
6-
data='/original-infite-2.svg'
6+
data='/upper-anim-2.svg'
77
style={{
88
width: '528px', // set the width
99
height: '209px', // set the height

public/left-anim-4.svg

Lines changed: 32 additions & 0 deletions
Loading

public/left-anim-5.svg

Lines changed: 32 additions & 0 deletions
Loading

public/left-anim-6.svg

Lines changed: 32 additions & 0 deletions
Loading

public/right-anim-2.svg

Lines changed: 52 additions & 0 deletions
Loading

public/right-anim-3.svg

Lines changed: 52 additions & 0 deletions
Loading

public/right-anim-4.svg

Lines changed: 52 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)