🔀 Merge pull request #34 from Ayush272002/sid-visual-fixes

🎨 Improved home page.
This commit is contained in:
Sid
2024-10-26 23:43:37 +01:00
committed by GitHub

View File

@@ -57,11 +57,11 @@ export default function Home() {
<div className="relative z-20 min-h-screen bg-gradient-to-b from-transparent to-gray-900 pt-20">
<div className="container mx-auto p-4">
<div className="container mx-auto justify-center items-center p-4">
<div className="text-4xl font-bold text-white text-shadow-lg">
<div className="text-6xl font-bold text-white text-center text-shadow-lg">
Book your next
<FlipWords
words={words}
className="text-light-purple text-opacity-75"
className="text-pink-500 text-opacity-75 pl-3.5"
/>
on the Flare blockchain.
</div>