1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-03 20:25:18 +02:00

Gradient text on hero page

This commit is contained in:
Sean Morley 2024-05-05 21:38:14 +00:00
parent 67eb3d293b
commit 75da1f4cc6

View file

@ -27,7 +27,7 @@
<div class="flex flex-col justify-center space-y-4"> <div class="flex flex-col justify-center space-y-4">
<div class="space-y-2"> <div class="space-y-2">
<h1 <h1
class="text-3xl font-bold tracking-tighter sm:text-5xl xl:text-6xl/none" class="text-3xl font-bold tracking-tighter sm:text-5xl xl:text-6xl/none bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent"
> >
Discover the World's Most Thrilling Adventures Discover the World's Most Thrilling Adventures
</h1> </h1>
@ -68,7 +68,7 @@
Key Features Key Features
</div> </div>
<h2 <h2
class="text-3xl font-bold tracking-tighter sm:text-5xl dark:text-gray-400" class="text-3xl font-bold tracking-tighter sm:text-5xl bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent"
> >
Discover, Plan, and Explore with Ease Discover, Plan, and Explore with Ease
</h2> </h2>