update logo and color

This commit is contained in:
2025-08-24 16:33:33 +03:00
parent 3d9069babc
commit 120c697c80
6 changed files with 20 additions and 8 deletions

View File

@@ -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 }}