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

@@ -160,7 +160,7 @@ const Technology = () => {
Core <span className="text-blue-400">Technologies</span>
</motion.h2>
<motion.p
className="text-xl text-gray-300 max-w-4xl mx-auto"
className="text-xl text-gray-300 max-w-6xl mx-auto"
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
transition={{ duration: 0.6, delay: 0.2 }}
@@ -220,7 +220,7 @@ const Technology = () => {
HERO vs <span className="text-red-400">Traditional AI Platforms</span>
</motion.h2>
<motion.p
className="text-xl text-gray-300 max-w-4xl mx-auto"
className="text-xl text-gray-300 max-w-6xl mx-auto"
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
transition={{ duration: 0.6, delay: 0.2 }}
@@ -275,7 +275,7 @@ const Technology = () => {
Technical <span className="text-purple-400">Architecture</span>
</motion.h2>
<motion.p
className="text-xl text-gray-300 max-w-4xl mx-auto"
className="text-xl text-gray-300 max-w-6xl mx-auto"
initial={{ opacity: 0, y: 20 }}
whileInView={{ opacity: 1, y: 0 }}
transition={{ duration: 0.6, delay: 0.2 }}