@@ -7,7 +7,7 @@ const ProjectInfo = () => {
77 return (
88 < div className = "block sm:flex gap-0 sm:gap-10 mt-14" >
99 < div className = "w-full sm:w-1/3 text-left" >
10- { /* Single project client details start */ }
10+ { /* Single project client details */ }
1111 < div className = "mb-7" >
1212 < p className = "font-general-regular text-2xl font-semibold text-secondary-dark dark:text-secondary-light mb-2" >
1313 { singleProjectData . ProjectInfo . ClientHeading }
@@ -26,7 +26,7 @@ const ProjectInfo = () => {
2626 className = {
2727 info . title === 'Website' ||
2828 info . title === 'Phone'
29- ? 'hover:underline cursor-pointer'
29+ ? 'hover:underline hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer duration-300 '
3030 : ''
3131 }
3232 aria-label = "Project Website and Phone"
@@ -39,9 +39,8 @@ const ProjectInfo = () => {
3939 ) }
4040 </ ul >
4141 </ div >
42- { /* Single project client details end */ }
4342
44- { /* Single project objectives start */ }
43+ { /* Single project objectives */ }
4544 < div className = "mb-7" >
4645 < p className = "font-general-regular text-2xl font-semibold text-ternary-dark dark:text-ternary-light mb-2" >
4746 { singleProjectData . ProjectInfo . ObjectivesHeading }
@@ -50,9 +49,8 @@ const ProjectInfo = () => {
5049 { singleProjectData . ProjectInfo . ObjectivesDetails }
5150 </ p >
5251 </ div >
53- { /* Single project objectives end */ }
5452
55- { /* Single project technologies start */ }
53+ { /* Single project technologies */ }
5654 < div className = "mb-7" >
5755 < p className = "font-general-regular text-2xl font-semibold text-ternary-dark dark:text-ternary-light mb-2" >
5856 { singleProjectData . ProjectInfo . Technologies [ 0 ] . title }
@@ -63,9 +61,8 @@ const ProjectInfo = () => {
6361 ) }
6462 </ p >
6563 </ div >
66- { /* Single project technologies end */ }
6764
68- { /* Single project social sharing start */ }
65+ { /* Single project social sharing */ }
6966 < div >
7067 < p className = "font-general-regular text-2xl font-semibold text-ternary-dark dark:text-ternary-light mb-2" >
7168 { singleProjectData . ProjectInfo . SocialSharingHeading }
@@ -79,7 +76,7 @@ const ProjectInfo = () => {
7976 href = { social . url }
8077 target = "__blank"
8178 aria-label = "Share Project"
82- className = "bg-ternary-light dark:bg-ternary-dark text-gray-400 hover:text-primary-dark dark:hover:text-primary-light p-2 rounded-lg shadow-sm"
79+ className = "bg-ternary-light dark:bg-ternary-dark text-gray-400 hover:text-primary-dark dark:hover:text-primary-light p-2 rounded-lg shadow-sm duration-500 "
8380 >
8481 < span className = "text-lg lg:text-2xl" >
8582 { social . icon }
@@ -90,11 +87,9 @@ const ProjectInfo = () => {
9087 ) }
9188 </ div >
9289 </ div >
93- { /* Single project social sharing end */ }
9490 </ div >
95- { /* Single project left section details end */ }
9691
97- { /* Single project right section details start */ }
92+ { /* Single project right section */ }
9893 < div className = "w-full sm:w-2/3 text-left mt-10 sm:mt-0" >
9994 < p className = "font-general-regular text-primary-dark dark:text-primary-light text-2xl font-bold mb-7" >
10095 { singleProjectData . ProjectInfo . ProjectDetailsHeading }
@@ -110,7 +105,6 @@ const ProjectInfo = () => {
110105 ) ;
111106 } ) }
112107 </ div >
113- { /* Single project right section details end */ }
114108 </ div >
115109 ) ;
116110} ;
0 commit comments