1-
21import React from "react" ;
32import { Button } from "@/components/ui/button" ;
43import { Card , CardContent , CardHeader , CardTitle } from "@/components/ui/card" ;
54import { Link } from "react-router-dom" ;
65import { GraduationCap , Users , Trophy , Shield , Zap , Globe , Leaf } from "lucide-react" ;
7-
86const About : React . FC = ( ) => {
9- return (
10- < div className = "relative flex flex-col flex-1 min-h-screen" >
7+ return < div className = "relative flex flex-col flex-1 min-h-screen" >
118
129 { /* Main content */ }
1310 < main className = "relative z-10 flex-grow container mx-auto px-4 pt-8 pb-16" >
1411 < div className = "max-w-6xl mx-auto" >
1512 { /* Hero section with improved styling */ }
1613 < div className = "text-center mb-16" >
17- < Card className = "bg-alien-space-dark/80 backdrop-blur-lg border-alien-gold/30 shadow-2xl" >
14+ < Card className = "bg-alien-space-dark/80 backdrop-blur-lg border-alien-gold/30 shadow-2xl rounded-3xl " >
1815 < CardHeader className = "pb-4" >
19- < CardTitle className = "text-4xl md:text-6xl font-bold text-alien-gold mb-6 font-nasalization text-glow leading-tight" >
16+ < CardTitle className = "font-bold mb-6 font-nasalization text-glow leading-tight text-alien-green md:text-5xl text-3xl " >
2017 We offer INNOVATIVE SOLUTIONS with cutting-edge technologies
2118 </ CardTitle >
2219 </ CardHeader >
2320 < CardContent >
24- < h2 className = "text-xl md:text-2xl text-alien-green mb-8 font-[Exo] max-w-4xl mx-auto leading-relaxed" >
21+ < h2 className = "md:text-2xl text-alien-green mb-8 font-[Exo] max-w-4xl mx-auto leading-relaxed text-lg " >
2522 Improving Energy Efficiency and Environmental Sustainability, managing to professionally improve work flows and processes, this is WorkFlow.
2623 </ h2 >
2724 </ CardContent >
@@ -34,7 +31,7 @@ const About: React.FC = () => {
3431 < CardContent className = "p-8" >
3532 < div className = "space-y-8" >
3633 < div className = "text-center" >
37- < h3 className = "text-3xl font-semibold text-alien-gold mb-2 font-nasalization text-glow" >
34+ < h3 className = "text-3xl font-semibold mb-2 font-nasalization text-glow text-alien-green " >
3835 Web 5 (Quantum Computing)
3936 </ h3 >
4037 < div className = "w-24 h-1 bg-gradient-to-r from-alien-gold to-alien-green mx-auto mb-4" > </ div >
@@ -62,7 +59,7 @@ const About: React.FC = () => {
6259 < div className = "grid grid-cols-1 md:grid-cols-2 gap-6" >
6360 < Card className = "bg-alien-space-dark/80 backdrop-blur-lg border-alien-gold/30 shadow-xl hover:border-alien-gold/50 transition-all duration-300 hover:transform hover:scale-105" >
6461 < CardHeader className = "pb-3" >
65- < CardTitle className = "text-2xl font-semibold text-alien-gold font-nasalization text-glow flex items-center gap-3" >
62+ < CardTitle className = "text-2xl font-semibold font-nasalization text-glow flex items-center gap-3 text-alien-green " >
6663 < Shield className = "h-8 w-8" />
6764 1st Pillar
6865 </ CardTitle >
@@ -90,7 +87,7 @@ const About: React.FC = () => {
9087
9188 < Card className = "bg-alien-space-dark/80 backdrop-blur-lg border-alien-gold/30 shadow-xl hover:border-alien-gold/50 transition-all duration-300 hover:transform hover:scale-105" >
9289 < CardHeader className = "pb-3" >
93- < CardTitle className = "text-2xl font-semibold text-alien-gold font-nasalization text-glow flex items-center gap-3" >
90+ < CardTitle className = "text-2xl font-semibold font-nasalization text-glow flex items-center gap-3 text-alien-green " >
9491 < Globe className = "h-8 w-8" />
9592 3rd Pillar
9693 </ CardTitle >
@@ -135,7 +132,7 @@ const About: React.FC = () => {
135132
136133 < Card className = "bg-alien-space-dark/80 backdrop-blur-lg border-alien-gold/30 shadow-2xl" >
137134 < CardHeader >
138- < CardTitle className = "text-3xl font-semibold text-alien-gold font-nasalization text-glow text-center" >
135+ < CardTitle className = "text-3xl font-semibold font-nasalization text-glow text-center text-alien-green " >
139136 Our Values and Vision
140137 </ CardTitle >
141138 < div className = "w-32 h-1 bg-gradient-to-r from-alien-gold to-alien-green mx-auto mb-4" > </ div >
@@ -195,7 +192,7 @@ const About: React.FC = () => {
195192
196193 < div className = "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 mb-8" >
197194 < div className = "bg-alien-space-dark/90 p-6 rounded-xl backdrop-blur-md border border-alien-gold/20 hover:border-alien-gold/40 transition-all duration-300" >
198- < h4 className = "text-alien-gold font-semibold mb-3 text-xl font-nasalization text-glow" >
195+ < h4 className = "font-semibold mb-3 text-xl font-nasalization text-glow text-alien-green " >
199196 Decentralization
200197 </ h4 >
201198 < p className = "leading-relaxed" >
@@ -211,7 +208,7 @@ const About: React.FC = () => {
211208 </ p >
212209 </ div >
213210 < div className = "bg-alien-space-dark/90 p-6 rounded-xl backdrop-blur-md border border-alien-gold/20 hover:border-alien-gold/40 transition-all duration-300" >
214- < h4 className = "text-alien-gold font-semibold mb-3 text-xl font-nasalization text-glow" >
211+ < h4 className = "font-semibold mb-3 text-xl font-nasalization text-glow text-alien-green " >
215212 Liquidity
216213 </ h4 >
217214 < p className = "leading-relaxed" >
@@ -227,7 +224,7 @@ const About: React.FC = () => {
227224 </ p >
228225 </ div >
229226 < div className = "bg-alien-space-dark/90 p-6 rounded-xl backdrop-blur-md border border-alien-gold/20 hover:border-alien-gold/40 transition-all duration-300 md:col-span-2 lg:col-span-1" >
230- < h4 className = "text-alien-gold font-semibold mb-3 text-xl font-nasalization text-glow" >
227+ < h4 className = "font-semibold mb-3 text-xl font-nasalization text-glow text-alien-green " >
231228 Transparency
232229 </ h4 >
233230 < p className = "leading-relaxed" >
@@ -237,7 +234,7 @@ const About: React.FC = () => {
237234 </ div >
238235
239236 < div className = "text-center" >
240- < Button className = "bg-gradient-to-r from-alien-green to-alien-green-light hover:from-alien-green-light hover:to-alien-green text-alien-space-dark font-semibold text-xl px-12 py-4 rounded-full font-nasalization shadow-2xl hover:shadow-alien-green/40 transition-all duration-300 hover:transform hover:scale-105" >
237+ < Button className = "bg-gradient-to-r from-alien-green to-alien-green-light hover:from-alien-green-light hover:to-alien-green text-alien-space-dark font-semibold font-nasalization shadow-2xl hover:shadow-alien-green/40 transition-all duration-300 hover:transform hover:scale-105 px-0 py-0 rounded-xl text-alien-gold text-lg " >
241238 Access Cryptotokens & NFTs
242239 </ Button >
243240 </ div >
@@ -246,8 +243,6 @@ const About: React.FC = () => {
246243 </ div >
247244 </ div >
248245 </ main >
249- </ div >
250- ) ;
246+ </ div > ;
251247} ;
252-
253- export default About ;
248+ export default About ;
0 commit comments