home page parts
This commit is contained in:
@@ -36,7 +36,8 @@ export function Banner() {
|
||||
</div>
|
||||
|
||||
{/* Main Heading */}
|
||||
<h1 className="text-4xl sm:text-5xl lg:text-6xl font-bold leading-tight text-pretty">
|
||||
<h1 className="bg-linear-to-br from-white via-white to-black
|
||||
text-transparent bg-clip-text text-4xl sm:text-5xl lg:text-6xl font-bold leading-tight text-pretty">
|
||||
THE FIRE GUARDIAN
|
||||
</h1>
|
||||
|
||||
@@ -47,7 +48,7 @@ export function Banner() {
|
||||
</p>
|
||||
|
||||
{/* CTA Button */}
|
||||
<button className="bg-red-600 hover:bg-red-700 text-white font-bold py-3 px-8 rounded-full transition duration-300 transform hover:scale-105 w-fit">
|
||||
<button className="shadow-[0px_0px_2px_8px_#ff01015c] bg-red-600 hover:bg-red-700 text-white font-bold py-3 px-8 rounded-full transition duration-300 transform hover:scale-105 w-fit">
|
||||
GET STARTED
|
||||
</button>
|
||||
</div>
|
||||
@@ -73,7 +74,7 @@ export function Banner() {
|
||||
</div>
|
||||
|
||||
{/* Main Heading */}
|
||||
<h1 className="text-4xl sm:text-5xl lg:text-6xl font-bold leading-tight text-pretty">
|
||||
<h1 className="gradient-text text-4xl sm:text-5xl lg:text-6xl font-bold leading-tight text-pretty">
|
||||
THE FIRE GUARDIAN
|
||||
</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user