mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-15 15:24:07 +00:00
Adjust heros
This commit is contained in:
parent
64d2e66d8f
commit
ebeb481e50
@ -15,8 +15,10 @@
|
||||
|
||||
.video_container {
|
||||
position: relative;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
align-self: center;
|
||||
width: 102%;
|
||||
margin-top: tovw(-165px, 'default');
|
||||
padding-top: tovw(30px, 'default', 20px);
|
||||
mix-blend-mode: lighten;
|
||||
|
||||
video {
|
||||
|
||||
@ -21,8 +21,10 @@
|
||||
}
|
||||
|
||||
.video_container {
|
||||
align-self: center;
|
||||
position: relative;
|
||||
margin: auto;
|
||||
margin-top: tovw(-165px, 'default');
|
||||
padding-top: tovw(30px, 'default', 20px);
|
||||
width: 82%;
|
||||
mix-blend-mode: lighten;
|
||||
|
||||
|
||||
@ -39,7 +39,12 @@ const About = ({
|
||||
}: InferGetStaticPropsType<typeof getStaticProps>) => {
|
||||
return (
|
||||
<PageLayout>
|
||||
<Meta preload={[{ href: '/videos/hero-about.mp4', as: 'fetch' }]} />
|
||||
<Meta
|
||||
preload={[
|
||||
{ href: '/videos/banner-about.mp4', as: 'fetch' },
|
||||
{ href: '/videos/banner-about.webm', as: 'fetch' }
|
||||
]}
|
||||
/>
|
||||
<Hero />
|
||||
<Team />
|
||||
<Related data={initialBlogPosts?.data} />
|
||||
|
||||
@ -9,7 +9,12 @@ import { Page } from './_app'
|
||||
const Community: Page = () => {
|
||||
return (
|
||||
<PageLayout>
|
||||
<Meta preload={[{ href: '/videos/banner-community.mp4', as: 'fetch' }]} />
|
||||
<Meta
|
||||
preload={[
|
||||
{ href: '/videos/banner-community.mp4', as: 'fetch' },
|
||||
{ href: '/videos/banner-community.webm', as: 'fetch' }
|
||||
]}
|
||||
/>
|
||||
<Hero />
|
||||
<Events />
|
||||
<Socials />
|
||||
|
||||
@ -43,7 +43,12 @@ const Products = ({
|
||||
}: InferGetStaticPropsType<typeof getStaticProps>) => {
|
||||
return (
|
||||
<PageLayout>
|
||||
<Meta preload={[{ href: '/videos/banner_products.mp4', as: 'fetch' }]} />
|
||||
<Meta
|
||||
preload={[
|
||||
{ href: '/videos/banner-products.mp4', as: 'fetch' },
|
||||
{ href: '/videos/banner-products.webm', as: 'fetch' }
|
||||
]}
|
||||
/>
|
||||
<Hero />
|
||||
<Watchers />
|
||||
<Stack />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user