import React from "react";
import { Button } from "@/components/ui/button";
import { Card, CardContent } from "@/components/ui/card";
import { Instagram } from "lucide-react";
import { motion } from "framer-motion";
export default function DeadOnSightTV() {
return (
{/* VHS STATIC HERO */}
DEAD ON SIGHT TV
DEAD OR ALIVE?
Las Vegas-based media company: Film, Music, Art, Fashion, Culture.
Follow us @deadonsight.tv
{/* SERVICES SECTION */}
SERVICES
{[
"Film/Music Video Production",
"Photography Services",
"Graphic Design",
"Recording Studio/ Mobile Services",
"Artist Development",
"Content Production",
"Screen Printing ",
"Brand Collabs",
"JOIN TEAM !?",
].map((service, index) => (
{service}
))}
{/* CONTACT SECTION */}
);
}