mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add a blur image for the hero loading
This commit is contained in:
parent
0a2bb2d172
commit
5bb0786f56
2 changed files with 15 additions and 11 deletions
|
|
@ -187,6 +187,7 @@ export function LandingSectionsContainer(
|
|||
height: 'auto',
|
||||
}}
|
||||
priority
|
||||
blurDataURL="/static/images/landing/landing-00-hero-blurred.png"
|
||||
/>
|
||||
</Box>
|
||||
|
||||
|
|
@ -209,17 +210,20 @@ export function LandingSectionsContainer(
|
|||
)
|
||||
})}
|
||||
|
||||
<VStack alignment="center" css={{
|
||||
width: "100vw",
|
||||
backgroundColor: "#fff",
|
||||
paddingBottom: "40px",
|
||||
marginTop: "40px",
|
||||
borderTop: "1px solid var(--colors-omnivoreYellow)",
|
||||
borderBottom: "1px solid var(--colors-omnivoreYellow)",
|
||||
"@md": {
|
||||
marginTop: 0,
|
||||
}
|
||||
}}>
|
||||
<VStack
|
||||
alignment="center"
|
||||
css={{
|
||||
width: '100vw',
|
||||
backgroundColor: '#fff',
|
||||
paddingBottom: '40px',
|
||||
marginTop: '40px',
|
||||
borderTop: '1px solid var(--colors-omnivoreYellow)',
|
||||
borderBottom: '1px solid var(--colors-omnivoreYellow)',
|
||||
'@md': {
|
||||
marginTop: 0,
|
||||
},
|
||||
}}
|
||||
>
|
||||
{props.lang == 'en' && (
|
||||
<Box
|
||||
as="p"
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Loading…
Reference in a new issue