Vercel Build

This commit is contained in:
Şahan Hasret
2025-10-21 23:06:15 +03:00
parent 0e0d04b73d
commit f49e39ad23
8 changed files with 54 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
'use client';
import { useState } from 'react';
import Image from 'next/image';
import Header from "@/components/Header";
import Footer from "@/components/Footer";
@@ -143,9 +144,11 @@ export default function LiveStream() {
>
{/* Thumbnail */}
<div className="aspect-video bg-gray-900 relative">
<img
<Image
src={`https://picsum.photos/400/225?random=${camera.id}`}
alt={camera.name}
width={400}
height={225}
className="w-full h-full object-cover opacity-80"
/>
{/* CANLI Badge */}