update logo and color
This commit is contained in:
@@ -47,7 +47,7 @@ const HeroSection = ({
|
||||
>
|
||||
{subtitle && (
|
||||
<motion.p
|
||||
className="text-blue-400 text-lg font-medium mb-4"
|
||||
className="text-green-300 text-lg font-medium mb-4"
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
transition={{ delay: 0.2, duration: 0.6 }}
|
||||
|
Reference in New Issue
Block a user