REMOVE H1 title
This commit is contained in:
@@ -5,14 +5,9 @@ const Home = () => {
|
|||||||
<img
|
<img
|
||||||
src="/logo.png"
|
src="/logo.png"
|
||||||
alt="VoD System Logo"
|
alt="VoD System Logo"
|
||||||
className="h-36 mb-8 object-contain"
|
className="h-44 mb-8 object-contain"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Main Title */}
|
|
||||||
<h1 className="text-5xl font-extrabold mb-6 tracking-tight text-gray-800">
|
|
||||||
The VoD System
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
{/* Description Container */}
|
{/* Description Container */}
|
||||||
<div className="max-w-xl text-center">
|
<div className="max-w-xl text-center">
|
||||||
<h2 className="text-3xl font-semibold mb-6 text-gray-700">
|
<h2 className="text-3xl font-semibold mb-6 text-gray-700">
|
||||||
|
|||||||
Reference in New Issue
Block a user