← GalleryDownload source code
- Category
- Heroes
- Tier
- Free
- Prompt
- 54 words
- Includes
- Prompt + source code
Heroes
Nightfall Cinematic Hero — Ambient Video
reacttailwindtypescriptvite
The prompt
# Noctis — Cinematic Hero Section
## Overview
Create a full-screen, dark hero section with a cinematic, premium aesthetic.
## Background Video
The hero uses a single background video:
`https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/DDS3_1_RQHG7X.MP4`
Implement it exactly as specified:
```tsx
<video autoPlay loop muted playsInline className="absolute inset-0 w-full h-full object-cover z-0">
<source src="https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/DDS3_1_RQHG7X.MP4" type="video/mp4" />{" "}
</video>
```



