<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us | Hollywood Hours</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@700;800;900&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-50 text-slate-800 font-sans leading-relaxed">
<header class="bg-slate-900 text-white py-4 border-b border-slate-800">
<div class="max-w-4xl mx-auto px-4 flex justify-between items-center">
<a href="index.html" class="text-xl font-bold text-amber-400 font-heading">HOLLYWOOD HOURS</a>
<a href="index.html" class="text-xs bg-red-600 text-white px-3 py-1.5 rounded font-bold hover:bg-red-700">Back to News</a>
</div>
</header>
<main class="max-w-4xl mx-auto px-4 py-10 bg-white my-8 rounded-xl border border-gray-200 shadow-sm space-y-6">
<h1 class="text-3xl font-extrabold text-slate-900 border-b pb-3">About Hollywood Hours</h1>
<p class="text-base text-slate-600">Hollywood Hours is a premier digital publication dedicated to breaking entertainment news, film festival coverage, box office financials, celebrity net worth, and television reviews.</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 pt-4">
<div class="p-4 bg-gray-50 rounded-lg border border-gray-200">
<h3 class="font-bold text-slate-900 mb-2">Uncompromised Journalism</h3>
<p class="text-xs text-slate-500">Delivering vetted industry bulletins, executive developments, and film festival reports around the clock.</p>
</div>
<div class="p-4 bg-gray-50 rounded-lg border border-gray-200">
<h3 class="font-bold text-slate-900 mb-2">Box Office Analytics</h3>
<p class="text-xs text-slate-500">Tracking global theatrical grosses, distribution deals, and streaming market shares with precision.</p>
</div>
<div class="p-4 bg-gray-50 rounded-lg border border-gray-200">
<h3 class="font-bold text-slate-900 mb-2">Global Audience</h3>
<p class="text-xs text-slate-500">Trusted by over 250,000 entertainment executives, critics, and film enthusiasts worldwide.</p>
</div>
</div>
</main>
<footer class="bg-slate-900 text-slate-400 text-xs py-6 border-t border-slate-800 text-center">
<p>© 2026 Hollywood Hours Inc. All rights reserved.</p>
</footer>
</body>
</html>
Home About Us

