theme-landing

This commit is contained in:
tangly1024.com
2023-07-05 16:19:03 +08:00
parent c1fa5fa3c5
commit 7c89871d98
3 changed files with 3 additions and 3 deletions

BIN
public/images/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View File

@@ -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"

View File

@@ -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>