Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/components/services/ServiceHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ const ServiceHeader = ({
}} className="mt-4 w-24 h-1 bg-gradient-to-r from-orange-400 to-yellow-400 rounded-full" />

<motion.p className="mt-6 text-center text-gray-400 max-w-3xl mx-auto text-lg" variants={itemVariants}>
Pioneering the future of <span className="line-through">Artificial</span> Aligned General Intelligence from India's

Pioneering the future of <span className="line-through decoration-orange-400">Artificial</span> Aligned General Intelligence from India's

innovation ecosystem. We're building the next generation of AI that thinks, learns, and evolves like never before.
</motion.p>

Expand Down