mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
theme-landing
This commit is contained in:
BIN
public/images/home.png
Normal file
BIN
public/images/home.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
@@ -44,7 +44,7 @@ export default function Hero() {
|
||||
|
||||
{/* Hero image */}
|
||||
<ModalVideo
|
||||
thumb={'/bg_image.jpg'}
|
||||
thumb={'/images/home.png'}
|
||||
thumbWidth={768}
|
||||
thumbHeight={432}
|
||||
thumbAlt="Modal video thumbnail"
|
||||
|
||||
@@ -46,10 +46,10 @@ export default function ModalVideo({
|
||||
<g fill="none" fillRule="evenodd">
|
||||
<circle fillOpacity=".04" fill="url(#hero-ill-a)" cx="384" cy="216" r="128" />
|
||||
<circle fillOpacity=".16" fill="url(#hero-ill-b)" cx="384" cy="216" r="96" />
|
||||
<g fillRule="nonzero">
|
||||
{/* <g fillRule="nonzero">
|
||||
<use fill="#000" xlinkHref="#hero-ill-d" />
|
||||
<use fill="url(#hero-ill-e)" xlinkHref="#hero-ill-d" />
|
||||
</g>
|
||||
</g> */}
|
||||
</g>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user