This commit is contained in:
2025-08-03 10:15:40 +02:00
parent 5c7609355a
commit 1005bfb1f2
8 changed files with 24 additions and 24 deletions

View File

@@ -161,7 +161,7 @@ const Home = () => {
Why <span className="text-purple-400">HEROs</span> Matter
</motion.h2>
<motion.p
className="text-xl text-gray-300 max-w-4xl mx-auto leading-relaxed"
className="text-xl text-gray-300 max-w-6xl mx-auto leading-relaxed"
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
transition={{ duration: 0.6, delay: 0.2 }}
@@ -204,7 +204,7 @@ const Home = () => {
HERO <span className="text-cyan-400">Capabilities</span>
</motion.h2>
<motion.p
className="text-xl text-gray-300 max-w-3xl mx-auto"
className="text-xl text-gray-300 max-w-5xl mx-auto"
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
transition={{ duration: 0.6, delay: 0.2 }}
@@ -260,7 +260,7 @@ const Home = () => {
Ready to Take Control?
</motion.h2>
<motion.p
className="text-xl text-gray-300 mb-8 max-w-3xl mx-auto"
className="text-xl text-gray-300 mb-8 max-w-5xl mx-auto"
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
transition={{ duration: 0.6, delay: 0.2 }}