add video player

This commit is contained in:
2026-04-05 14:25:03 +01:00
parent 25a82c5472
commit 6bce9ada4f
3 changed files with 100 additions and 61 deletions
+3 -3
View File
@@ -37,13 +37,13 @@ export function TvoneHero() {
return (
<section className="mx-auto w-full max-w-[1200px] px-4 py-6">
<div className="relative overflow-hidden shadow-[0_12px_40px_rgba(0,0,0,0.12)]">
<div className="relative aspect-[21/9] min-h-[280px] w-full md:aspect-[2.4/1]">
<div className="relative overflow-hidden shadow-[0_12px_40px_rgba(0,0,0,0.12)] rounded-[24px] ">
<div className="relative aspect-[21/9] min-h-[280px] w-full md:aspect-[2.4/1] rounded-xl">
<Image
src={slide.image}
alt=""
fill
className="object-cover"
className="object-cover rounded-xl"
sizes="(max-width: 1200px) 100vw, 1200px"
priority
/>