From 1aa1006423ec0da94789eb7dc9efb421c571c3d3 Mon Sep 17 00:00:00 2001
From: Kalidasan Potti E M <84499084+KALIPEM@users.noreply.github.com>
Date: Fri, 22 Aug 2025 21:48:41 +0530
Subject: [PATCH] fix: color strikethrough line orange
---
src/components/services/ServiceHeader.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/services/ServiceHeader.tsx b/src/components/services/ServiceHeader.tsx
index e32891c..f8d5b4b 100644
--- a/src/components/services/ServiceHeader.tsx
+++ b/src/components/services/ServiceHeader.tsx
@@ -69,8 +69,8 @@ const ServiceHeader = ({
}} className="mt-4 w-24 h-1 bg-gradient-to-r from-orange-400 to-yellow-400 rounded-full" />
- Pioneering the future of Artificial General Intelligence from India's innovation ecosystem.
- We're building the next generation of AI that thinks, learns, and evolves like never before.
+ Pioneering the future of Artificial Aligned General Intelligence from India's
+ innovation ecosystem. We're building the next generation of AI that thinks, learns, and evolves like never before.
@@ -81,4 +81,4 @@ const ServiceHeader = ({
;
};
-export default ServiceHeader;
\ No newline at end of file
+export default ServiceHeader;