@@ -98,70 +98,6 @@ export const TeamSection = () => {
98
98
} ,
99
99
] ,
100
100
} ,
101
- {
102
- imageUrl :
103
- "https://images.unsplash.com/photo-1616805765352-beedbad46b2a?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" ,
104
- firstName : "Michael" ,
105
- lastName : "Holland" ,
106
- positions : [ "DevOps Engineer" , "CI/CD Pipeline Mastermind" ] ,
107
- socialNetworks : [
108
- {
109
- name : "LinkedIn" ,
110
- url : "https://www.linkedin.com/in/leopoldo-miranda/" ,
111
- } ,
112
- ] ,
113
- } ,
114
- {
115
- imageUrl :
116
- "https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?q=80&w=1587&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" ,
117
- firstName : "Zoe" ,
118
- lastName : "Garcia" ,
119
- positions : [ "JavaScript Evangelist" , "Deno Champion" ] ,
120
- socialNetworks : [
121
- {
122
- name : "LinkedIn" ,
123
- url : "https://www.linkedin.com/in/leopoldo-miranda/" ,
124
- } ,
125
- {
126
- name : "Github" ,
127
- url : "https://github.com/leoMirandaa" ,
128
- } ,
129
- ] ,
130
- } ,
131
- {
132
- imageUrl :
133
- "https://images.unsplash.com/photo-1633332755192-727a05c4013d?q=80&w=1480&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" ,
134
- firstName : "Evan" ,
135
- lastName : "James" ,
136
- positions : [ "Backend Developer" ] ,
137
- socialNetworks : [
138
- {
139
- name : "LinkedIn" ,
140
- url : "https://www.linkedin.com/in/leopoldo-miranda/" ,
141
- } ,
142
- {
143
- name : "Github" ,
144
- url : "https://github.com/leoMirandaa" ,
145
- } ,
146
- {
147
- name : "X" ,
148
- url : "https://x.com/leo_mirand4" ,
149
- } ,
150
- ] ,
151
- } ,
152
- {
153
- imageUrl :
154
- "https://images.unsplash.com/photo-1573497019236-17f8177b81e8?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3Dhttps://images.unsplash.com/photo-1573497019236-17f8177b81e8?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" ,
155
- firstName : "Pam" ,
156
- lastName : "Taylor" ,
157
- positions : [ "Fullstack Developer" , "UX Researcher" ] ,
158
- socialNetworks : [
159
- {
160
- name : "X" ,
161
- url : "https://x.com/leo_mirand4" ,
162
- } ,
163
- ] ,
164
- } ,
165
101
] ;
166
102
const socialIcon = ( socialName : string ) => {
167
103
switch ( socialName ) {
@@ -175,7 +111,7 @@ export const TeamSection = () => {
175
111
} ;
176
112
177
113
return (
178
- < section id = "team" className = "container mx-auto lg:w-[75%] py-24 sm:py-32" >
114
+ < section id = "team" className = "container px-3 mx-auto lg:w-[75%] py-24 sm:py-32" >
179
115
< div className = "text-center mb-8" >
180
116
< h2 className = "text-lg text-primary text-center mb-2 tracking-wider" >
181
117
Team
0 commit comments