@@ -49,18 +49,18 @@ const TrustSection: React.FC = () => {
4949 ] ;
5050
5151 return (
52- < section className = "py-24 bg-gradient-to-b from-white to-neutral-50 dark:from-neutral-950 dark:to-neutral-900 relative" aria-labelledby = "features-heading ">
53-
52+ < section className = "py-24 bg-gradient-to-b from-white to-neutral-50 dark:from-neutral-950 dark:to-neutral-900 relative" aria-label = "Security and Trust at ClinIQ - Architected by Akshay Kumar ">
53+
5454 < div className = "absolute inset-0 z-0 opacity-30 dark:opacity-10" >
5555 < div className = "absolute h-full w-full bg-grid-neutral-300/30 dark:bg-grid-neutral-700/20 bg-[length:20px_20px]" />
5656 </ div >
57-
58-
57+
58+
5959 < div className = "absolute top-20 left-10 w-64 h-64 rounded-full bg-teal-400/10 blur-3xl" />
6060 < div className = "absolute bottom-10 right-10 w-80 h-80 rounded-full bg-green-400/10 blur-3xl" />
61-
61+
6262 < div className = "container mx-auto px-4 relative z-10" >
63- < motion . div
63+ < motion . div
6464 className = "text-center max-w-3xl mx-auto mb-16"
6565 initial = { { opacity : 0 , y : 20 } }
6666 whileInView = { { opacity : 1 , y : 0 } }
@@ -78,7 +78,7 @@ const TrustSection: React.FC = () => {
7878 </ p >
7979 </ motion . div >
8080
81- < motion . div
81+ < motion . div
8282 className = "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 lg:gap-8"
8383 variants = { containerVariants }
8484 initial = "hidden"
@@ -91,33 +91,33 @@ const TrustSection: React.FC = () => {
9191 className = "group relative h-full"
9292 variants = { {
9393 hidden : { opacity : 0 , y : 20 } ,
94- visible : {
95- opacity : 1 ,
96- y : 0 ,
97- transition : { duration : 0.5 , ease : [ 0.43 , 0.13 , 0.23 , 0.96 ] }
94+ visible : {
95+ opacity : 1 ,
96+ y : 0 ,
97+ transition : { duration : 0.5 , ease : [ 0.43 , 0.13 , 0.23 , 0.96 ] }
9898 }
9999 } }
100100 >
101101 < div className = "h-full bg-white dark:bg-neutral-800 rounded-2xl shadow-lg hover:shadow-xl group-hover:scale-105 group-hover:shadow-blue-500/20 transition-all duration-300 overflow-hidden flex flex-col group-hover:bg-opacity-90" >
102-
102+
103103 < div className = { `h-2 w-full bg-gradient-to-r ${ item . color } ` } > </ div >
104-
104+
105105 < div className = "p-8 flex-grow" >
106-
106+
107107 < div className = { `w-16 h-16 rounded-xl ${ item . lightColor } dark:bg-opacity-20 flex items-center justify-center ${ item . iconColor } mb-6 shadow-sm group-hover:scale-110 group-hover:rotate-12 transition-transform duration-300` } >
108108 { item . icon }
109109 </ div >
110-
110+
111111 < h3 className = "text-xl font-bold text-neutral-800 dark:text-white mb-3 group-hover:text-blue-600 dark:group-hover:text-blue-300 transition-colors duration-200" >
112112 { item . title }
113113 </ h3 >
114-
114+
115115 < p className = "text-neutral-600 dark:text-neutral-300" >
116116 { item . description }
117117 </ p >
118118 </ div >
119-
120-
119+
120+
121121 < div className = "px-8 pb-6" >
122122 < div className = "pt-4 border-t border-neutral-100 dark:border-neutral-700" >
123123 < a href = "#" className = "inline-flex items-center text-sm font-medium text-primary-600 dark:text-primary-400 hover:text-primary-700 dark:hover:text-primary-300 transition-colors duration-200 group-hover:underline" >
@@ -130,26 +130,26 @@ const TrustSection: React.FC = () => {
130130 </ motion . div >
131131 ) ) }
132132 </ motion . div >
133-
134-
135- < motion . div
133+
134+
135+ < motion . div
136136 className = "mt-16 text-center"
137137 initial = { { opacity : 0 } }
138138 whileInView = { { opacity : 1 } }
139139 transition = { { duration : 0.8 , delay : 0.4 } }
140140 viewport = { { once : true } }
141141 >
142- < a
143- href = "#"
142+ < a
143+ href = "#"
144144 className = "inline-flex items-center justify-center px-6 py-3 rounded-full bg-primary-600 hover:bg-primary-700 text-white font-medium transition-colors duration-200 shadow-lg hover:shadow-xl"
145145 >
146146 Learn about our security
147147 < ArrowRight className = "ml-2 h-4 w-4" />
148148 </ a >
149149 </ motion . div >
150-
151-
152- < motion . div
150+
151+
152+ < motion . div
153153 className = "mt-20 flex flex-wrap justify-center gap-8"
154154 initial = { { opacity : 0 , y : 20 } }
155155 whileInView = { { opacity : 1 , y : 0 } }
0 commit comments