diff --git a/src/app/page.tsx b/src/app/page.tsx index 3953beb..cefe03f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,21 +11,23 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Zap, CheckCircle, Lightbulb, Leaf, Linkedin, Twitter, Mail } from 'lucide-react'; +import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; +import { Zap, CheckCircle, Lightbulb, Leaf, Linkedin, Twitter, Mail, TrendingUp, Zap as ZapIcon, Gauge } from 'lucide-react'; +import Image from 'next/image'; export default function ShatexLanding() { return ( +
+ + Founding Year +
+ ), + content: ( +
+

2010 - Foundation Year

+

Shatex Services was founded with a vision to deliver innovative engineering solutions. Started with a small team of industry experts.

+ +
+ ) + }, + { + id: "2", reverse: true, + media: ( +
+ Expansion Phase +
+ ), + content: ( +
+

2015 - Expansion Phase

+

Expanded service offerings to include consultancy, project management, and sustainability solutions.

+ +
+ ) + }, + { + id: "3", reverse: false, + media: ( +
+ Sustainability Leadership +
+ ), + content: ( +
+

2018 - Sustainability Leadership

+

Became recognized as a thought leader in sustainable engineering solutions and green technology initiatives.

+ +
+ ) + }, + { + id: "4", reverse: true, + media: ( +
+ Digital Innovation +
+ ), + content: ( +
+

2021 - Digital Transformation

+

Embraced digital transformation, launching innovative platforms connecting facilities and enabling predictive maintenance.

+ +
+ ) + }, + { + id: "5", reverse: false, + media: ( +
+ Global Recognition +
+ ), + content: ( +
+

2024 - Global Recognition

+

Achieved 500+ successful projects, $2.3B in project value, and 95% client satisfaction rate. Recognized as industry leaders worldwide.

+ +
+ ) + } + ]} + /> + +