1+
12import React from 'react' ;
23import { motion } from 'framer-motion' ;
34import { Globe , Shield , Users , Box , BarChart4 } from 'lucide-react' ;
5+
46const features = [ {
57 icon : < Box className = "h-10 w-10" /> ,
68 title : "Cross-Chain Integration" ,
@@ -22,6 +24,7 @@ const features = [{
2224 title : "Transparent Analytics" ,
2325 description : "Access real-time data visualization and analytics on all ecosystem activity and performance."
2426} ] ;
27+
2528const FeaturesSection = ( ) => {
2629 return < section className = "py-20 relative overflow-hidden" >
2730 < div className = "container mx-auto px-4 py-0 my-0" >
@@ -34,7 +37,7 @@ const FeaturesSection = () => {
3437 } } viewport = { {
3538 once : true
3639 } } className = "text-center mb-16" >
37- < h2 className = "text-4xl font-bold mb-4 text-alien-gold text-glow" > Advanced Features</ h2 >
40+ < h2 className = "text-4xl font-bold mb-4 text-alien-gold text-glow font-atomic-force " > Advanced Features</ h2 >
3841 < p className = "text-xl text-gray-300 max-w-3xl mx-auto" > ΔlieπFlΦw $pac€ offers cutting-edge technologies to support our interstellar ecosystem</ p >
3942 </ motion . div >
4043
@@ -58,7 +61,7 @@ const FeaturesSection = () => {
5861 </ div >
5962 </ div >
6063
61- < h3 className = "text-xl font-semibold mb-3 text-alien-gold" > { feature . title } </ h3 >
64+ < h3 className = "text-xl font-semibold mb-3 text-alien-gold font-atomic-force " > { feature . title } </ h3 >
6265 < p className = "text-gray-300" > { feature . description } </ p >
6366
6467 { /* Hover effect */ }
@@ -71,4 +74,5 @@ const FeaturesSection = () => {
7174 < div className = "absolute bottom-0 left-0 w-full h-20 bg-gradient-to-t from-alien-space to-transparent" > </ div >
7275 </ section > ;
7376} ;
74- export default FeaturesSection ;
77+
78+ export default FeaturesSection ;
0 commit comments