@@ -262,7 +262,7 @@ const Home = (props: any) => {
262262 </ div >
263263 { /* Feature 4 section*/ }
264264 < div className = 'w-5/6 lg:w-3/5 grid grid-cols-1 md:grid-cols-2 gap-6 my-[85px] mx-auto ' >
265- < div className = 'w-full shadow-3xl rounded-[10px] p-[20px] dark:shadow-slate-700' >
265+ < div className = 'w-full shadow-3xl rounded-[10px] p-[20px] dark:shadow-slate-700 transition-all duration-300 ease-in-out hover:scale-[1.03] hover:shadow-[0_10px_40px_rgba(0,44,196,0.15)] dark:hover:shadow-[0_10px_40px_rgba(84,104,255,0.2)] ' >
266266 < h3 className = 'text-h5mobile md:text-h5 font-semibold mb-6 dark:text-slate-200' >
267267 Streamline testing and validation
268268 </ h3 >
@@ -273,7 +273,7 @@ const Home = (props: any) => {
273273 invalid data.
274274 </ p >
275275 </ div >
276- < div className = 'w-full shadow-3xl rounded-[10px] p-[20px] dark:shadow-slate-700' >
276+ < div className = 'w-full shadow-3xl rounded-[10px] p-[20px] dark:shadow-slate-700 transition-all duration-300 ease-in-out hover:scale-[1.03] hover:shadow-[0_10px_40px_rgba(0,44,196,0.15)] dark:hover:shadow-[0_10px_40px_rgba(84,104,255,0.2)] ' >
277277 < h3 className = 'text-h5mobile md:text-h5 font-semibold mb-6 dark:text-slate-200' >
278278 Exchange data seamlessly
279279 </ h3 >
@@ -285,7 +285,7 @@ const Home = (props: any) => {
285285 platforms.
286286 </ p >
287287 </ div >
288- < div className = 'w-full shadow-3xl rounded-[10px] p-[20px] dark:shadow-slate-700' >
288+ < div className = 'w-full shadow-3xl rounded-[10px] p-[20px] dark:shadow-slate-700 transition-all duration-300 ease-in-out hover:scale-[1.03] hover:shadow-[0_10px_40px_rgba(0,44,196,0.15)] dark:hover:shadow-[0_10px_40px_rgba(84,104,255,0.2)] ' >
289289 < h3 className = 'text-h5mobile md:text-h5 font-semibold mb-6 dark:text-slate-200 ' >
290290 Document your data
291291 </ h3 >
@@ -295,7 +295,7 @@ const Home = (props: any) => {
295295 stakeholders, and collaborators.
296296 </ p >
297297 </ div >
298- < div className = 'w-full shadow-3xl rounded-[10px] p-[20px] dark:shadow-slate-700' >
298+ < div className = 'w-full shadow-3xl rounded-[10px] p-[20px] dark:shadow-slate-700 transition-all duration-300 ease-in-out hover:scale-[1.03] hover:shadow-[0_10px_40px_rgba(0,44,196,0.15)] dark:hover:shadow-[0_10px_40px_rgba(84,104,255,0.2)] ' >
299299 < h3 className = 'text-h5mobile md:text-h5 font-semibold mb-6 dark:text-slate-200' >
300300 Vibrant tooling ecosystem
301301 </ h3 >
0 commit comments