This commit is contained in:
Tommy
2022-01-05 01:42:59 +00:00
committed by vidvidvid
parent 9049cedede
commit e06a44fc3d
2 changed files with 4 additions and 5 deletions

View File

@@ -51,8 +51,8 @@ function Intro() {
bgPosition="center"
bgSize="cover"
backgroundImage={`url(${CardBackground})`}
bgPosition="center"
bgSize="cover"
width="33%"
display="flex"
alignItems="center"
@@ -76,8 +76,7 @@ function Intro() {
</Box>
</Box>
<Box
bgPosition="center"
bgSize="cover"
backgroundImage={`url(${CardBackground})`}
bgPosition="center"
bgSize="cover"

View File

@@ -23,7 +23,7 @@ function Landing(): JSX.Element {
<Frontier />
<Together />
<WhatWeDo />
<Optimal />#
<Optimal />
<Unplug />
<Who />
<Cards />