@@ -10,19 +10,13 @@ const CorporateDomainPage = () => {
10
10
< h2 className = "text-white text-4xl mb-12 z-10 font-serif" > Corporate Domain Team</ h2 >
11
11
< div className = "grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-10 text-center z-10" >
12
12
13
- { /* Corporate Team Member 1 */ }
14
- < Link href = "https://www.linkedin.com/in/sanskar-patil-96a82922a/" >
15
- < div className = "bg-gray-800 p-6 rounded-lg hover:bg-gray-700 transition-colors duration-300 relative z-10" >
16
- < img src = "./corporate-member1.png" alt = "Corporate Team Member 1" className = "w-32 h-32 mx-auto rounded-full" />
17
- < h3 className = "text-white text-xl mt-4" > Sponsorship Lead-Sanskar Patil</ h3 >
18
- </ div >
19
- </ Link >
13
+
20
14
21
15
{ /* Corporate Team Member 2 */ }
22
16
< Link href = "https://www.linkedin.com/in/rishita-seetha-317626237/" >
23
17
< div className = "bg-gray-800 p-6 rounded-lg hover:bg-gray-700 transition-colors duration-300 relative z-10" >
24
18
< img src = "./corporate-member2.png" alt = "Corporate Team Member 2" className = "w-32 h-32 mx-auto rounded-full" />
25
- < h3 className = "text-white text-xl mt-4" > Outreach Lead-Rishitha Seetha</ h3 >
19
+ < h3 className = "text-white text-xl mt-4" > Outreach Lead-Rishita Seetha</ h3 >
26
20
</ div >
27
21
</ Link >
28
22
@@ -33,6 +27,13 @@ const CorporateDomainPage = () => {
33
27
< h3 className = "text-white text-xl mt-4" > Creatives Lead-Srishti Chatterjee</ h3 >
34
28
</ div >
35
29
</ Link >
30
+ { /* Corporate Team Member 1 */ }
31
+ < Link href = "https://www.linkedin.com/in/sanskar-patil-96a82922a/" >
32
+ < div className = "bg-gray-800 p-6 rounded-lg hover:bg-gray-700 transition-colors duration-300 relative z-10" >
33
+ < img src = "./corporate-member1.png" alt = "Corporate Team Member 1" className = "w-32 h-32 mx-auto rounded-full" />
34
+ < h3 className = "text-white text-xl mt-4" > Sponsorship Lead-Sanskar Patil</ h3 >
35
+ </ div >
36
+ </ Link >
36
37
37
38
{ /* Corporate Team Member 4 */ }
38
39
< Link href = "https://www.linkedin.com/in/danyal-reyaz/" >
0 commit comments