bubbles update and website header

This commit is contained in:
Sewmina 2025-06-08 19:33:07 +05:30
parent b04dc0afe3
commit 67de68befb
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -2,7 +2,7 @@
"use client";
import { useEffect, useState, useRef } from "react";
import Image from "next/image";
// import Image from "next/image";
import OpenGames from "./OpenGames";
import GameModal from "./GameModal";
import { HowItWorksModal } from "./HowItWorksModal";
@ -280,11 +280,11 @@ export default function HeroSection() {
playsInline
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.
</video>
<Image
{/* <Image
src="/duelfiassets/Playing on Arcade Machine no BG.png"
alt="DuelFi Hero"
width={150}
@ -295,7 +295,7 @@ export default function HeroSection() {
<h1 className="text-4xl font-bold text-white">
Instant <span className="text-[rgb(248,144,22)]">Duels</span>, Instant{" "}
<span className="text-[rgb(248,144,22)]">Wins</span>.
</h1>
</h1> */}
{bets.filter(bet => bet.owner_id === user?.id).length === 0 && (
<button