import { Disc } from 'lucide-react'
export function HeroCinemaBanner() {
return (
{/* Top Ambient Glow */}
{/* 5-Panel Movie Carousel Wall (Matching SC1 Mockup 1:1) */}
{/* Panel 1 */}
Sci-Fi Cinema
{/* Panel 2 */}
Blade Runner 2049
{/* Center Panel 3: Spinning Optical Disc Showcase */}
{/* Panel 4 */}
Dune Part II
{/* Panel 5 */}
Interstellar
)
}