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:
parent
67eb3d293b
commit
75da1f4cc6
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue