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

This commit is contained in:
Sid
2024-10-27 09:54:47 +00:00
committed by GitHub
3 changed files with 14 additions and 10 deletions

View File

@@ -95,7 +95,7 @@ const Page = () => {
>
<div className="text-6xl font-bold text-white text-center text-shadow-lg flex justify-center items-center flex-col">
<motion.h1
className="mb-8 text-transparent bg-clip-text bg-gradient-to-r from-purple-400 via-pink-500 to-red-500"
className="mb-8 text-transparent bg-clip-text bg-gradient-to-r from-purple via-pink-500 to-red-500 bg-opacity-75"
initial={{ opacity: 0, y: -20 }}
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.5, delay: 0.2 }}