fix: bg image invalid, and update name
This commit is contained in:
parent
cd278e3a46
commit
a8bbcc19ec
Before Width: | Height: | Size: 327 KiB After Width: | Height: | Size: 327 KiB |
|
@ -1,11 +1,12 @@
|
||||||
---
|
---
|
||||||
|
import bg from "../../../assets/home-hero-bg.webp"
|
||||||
import TypewriterContent from "./TypewriterContent.jsx";
|
import TypewriterContent from "./TypewriterContent.jsx";
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="absolute -z-10 -right-[250px] top-[250px] w-[1250px]">
|
<div class="absolute -z-10 -right-[250px] top-[250px] w-[1250px]">
|
||||||
<img
|
<img
|
||||||
class="object-contain w-[1250px]"
|
class="object-contain w-[1250px]"
|
||||||
src="/src/assets/video-placeholder.webp"
|
src={bg.src}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue