fix: remove hero video control button, change favicon

This commit is contained in:
RizqiSyahrendra 2025-02-07 11:12:19 +07:00
parent dc3e009488
commit ba04b73c4f
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -37,14 +37,14 @@ export default function Hero6() {
</video>
<div className="bg-video-overlay bg-dark-alpha-50" />
</div>
<a onClick={toggleMuteUnmute} href="#" role="button" className="bg-video-button-muted">
{/* <a onClick={toggleMuteUnmute} href="#" role="button" className="bg-video-button-muted">
<i className={`mi-volume-${isMuted ? "up" : "off"}`} />
<span className="visually-hidden">Volume On</span>
</a>
<a onClick={togglePlayPause} href="#" role="button" className="bg-video-button-pause">
<i className={`mi-${isPlaying ? "pause" : "play"}`} />
<span className="visually-hidden">Pause</span>
</a>
</a> */}
{/* End Background Video */}
{/* Home Section Content */}
<div className="home-content">