bubbles update and website header
This commit is contained in:
parent
b04dc0afe3
commit
67de68befb
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
BIN
public/duelfiassets/headervideo.MP4
Normal file
BIN
public/duelfiassets/headervideo.MP4
Normal file
Binary file not shown.
|
|
@ -2,7 +2,7 @@
|
||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { useEffect, useState, useRef } from "react";
|
import { useEffect, useState, useRef } from "react";
|
||||||
import Image from "next/image";
|
// import Image from "next/image";
|
||||||
import OpenGames from "./OpenGames";
|
import OpenGames from "./OpenGames";
|
||||||
import GameModal from "./GameModal";
|
import GameModal from "./GameModal";
|
||||||
import { HowItWorksModal } from "./HowItWorksModal";
|
import { HowItWorksModal } from "./HowItWorksModal";
|
||||||
|
|
@ -280,11 +280,11 @@ export default function HeroSection() {
|
||||||
playsInline
|
playsInline
|
||||||
className="w-full max-w-4xl mb-8 rounded-lg"
|
className="w-full max-w-4xl mb-8 rounded-lg"
|
||||||
>
|
>
|
||||||
<source src="/duelfiassets/header.mp4" type="video/mp4" />
|
<source src="/duelfiassets/headervideo.MP4" type="video/mp4" />
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
<Image
|
{/* <Image
|
||||||
src="/duelfiassets/Playing on Arcade Machine no BG.png"
|
src="/duelfiassets/Playing on Arcade Machine no BG.png"
|
||||||
alt="DuelFi Hero"
|
alt="DuelFi Hero"
|
||||||
width={150}
|
width={150}
|
||||||
|
|
@ -295,7 +295,7 @@ export default function HeroSection() {
|
||||||
<h1 className="text-4xl font-bold text-white">
|
<h1 className="text-4xl font-bold text-white">
|
||||||
Instant <span className="text-[rgb(248,144,22)]">Duels</span>, Instant{" "}
|
Instant <span className="text-[rgb(248,144,22)]">Duels</span>, Instant{" "}
|
||||||
<span className="text-[rgb(248,144,22)]">Wins</span>.
|
<span className="text-[rgb(248,144,22)]">Wins</span>.
|
||||||
</h1>
|
</h1> */}
|
||||||
|
|
||||||
{bets.filter(bet => bet.owner_id === user?.id).length === 0 && (
|
{bets.filter(bet => bet.owner_id === user?.id).length === 0 && (
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user