-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathteam1.js
More file actions
632 lines (626 loc) · 36.2 KB
/
Copy pathteam1.js
File metadata and controls
632 lines (626 loc) · 36.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
import React, { Fragment } from 'react'
import PropTypes from 'prop-types'
import './team1.css'
const Team1 = (props) => {
return (
<div className="thq-section-padding">
<div className="team1-max-width thq-section-max-width">
<div className="team1-section-title">
<span className="thq-body-small team1-text10">
{props.content1 ?? (
<Fragment>
<span className="team1-text66">Join Our Team Today!</span>
</Fragment>
)}
</span>
<div className="team1-content10">
<h2 className="thq-heading-2 team1-text11">
{props.heading1 ?? (
<Fragment>
<span className="team1-text43">Our Amazing Team</span>
</Fragment>
)}
</h2>
<p className="thq-body-large team1-text12">
{props.content2 ?? (
<Fragment>
<span className="team1-text45">
<span>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<span
dangerouslySetInnerHTML={{
__html: ' ',
}}
/>
</span>
<span>
<span
dangerouslySetInnerHTML={{
__html: ' ',
}}
/>
</span>
</span>
</Fragment>
)}
</p>
</div>
</div>
<div className="team1-content11">
<div className="team1-content12">
<div className="team1-row1">
<div className="team1-container1">
<div className="team1-card1">
<img
alt={props.member1Alt}
src={props.member1Src}
className="team1-placeholder-image1 thq-img-ratio-1-1 thq-img-round"
/>
<div className="team1-content13">
<div className="team1-title1">
<span className="team1-text13 thq-body-small">
{props.member1 ?? (
<Fragment>
<span className="team1-text65">John Doe</span>
</Fragment>
)}
</span>
<span className="team1-text14 thq-body-small">
{props.member1Job ?? (
<Fragment>
<span className="team1-text69">
Founder & CEO
</span>
</Fragment>
)}
</span>
</div>
<span className="team1-text15 thq-body-small">
{props.member1Content ?? (
<Fragment>
<span className="team1-text68">
John is the visionary behind , with a passion
for modern design and quality craftsmanship.
</span>
</Fragment>
)}
</span>
</div>
<div className="team1-social-icons1">
<svg
viewBox="0 0 877.7142857142857 1024"
className="thq-icon-small"
>
<path d="M135.429 808h132v-396.571h-132v396.571zM276 289.143c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 808h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"></path>
</svg>
<svg
viewBox="0 0 950.8571428571428 1024"
className="thq-icon-small"
>
<path d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z"></path>
</svg>
</div>
</div>
<div className="team1-card2">
<img
alt={props.member2Alt}
src={props.member2Src}
className="team1-placeholder-image2 thq-img-ratio-1-1 thq-img-round"
/>
<div className="team1-content14">
<div className="team1-title2">
<span className="team1-text16 thq-body-small">
{props.member2 ?? (
<Fragment>
<span className="team1-text64">Jane Smith</span>
</Fragment>
)}
</span>
<span className="team1-text17 thq-body-small">
{props.member2Job ?? (
<Fragment>
<span className="team1-text54">Head of Design</span>
</Fragment>
)}
</span>
</div>
<span className="team1-text18 thq-body-small">
{props.member2Content ?? (
<Fragment>
<span className="team1-text55">
Jane brings creativity and innovation to every piece
of furniture and decor we offer.
</span>
</Fragment>
)}
</span>
</div>
<div className="team1-social-icons2">
<svg
viewBox="0 0 877.7142857142857 1024"
className="thq-icon-small"
>
<path d="M135.429 808h132v-396.571h-132v396.571zM276 289.143c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 808h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"></path>
</svg>
<svg
viewBox="0 0 950.8571428571428 1024"
className="thq-icon-small"
>
<path d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z"></path>
</svg>
</div>
</div>
</div>
<div className="team1-container2">
<div className="team1-card3">
<img
alt={props.member3Alt}
src={props.member3Src}
className="team1-placeholder-image3 thq-img-ratio-1-1 thq-img-round"
/>
<div className="team1-content15">
<div className="team1-title3">
<span className="team1-text19 thq-body-small">
{props.member3 ?? (
<Fragment>
<span className="team1-text40">
Michael Johnson
</span>
</Fragment>
)}
</span>
<span className="team1-text20 thq-body-small">
{props.member3Job ?? (
<Fragment>
<span className="team1-text58">
Product Manager
</span>
</Fragment>
)}
</span>
</div>
<span className="team1-text21 thq-body-small">
{props.member3Content ?? (
<Fragment>
<span className="team1-text50">
Michael ensures that each item meets our high
standards of quality and style.
</span>
</Fragment>
)}
</span>
</div>
<div className="team1-social-icons3">
<svg
viewBox="0 0 877.7142857142857 1024"
className="thq-icon-small"
>
<path d="M135.429 808h132v-396.571h-132v396.571zM276 289.143c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 808h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"></path>
</svg>
<svg
viewBox="0 0 950.8571428571428 1024"
className="thq-icon-small"
>
<path d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z"></path>
</svg>
</div>
</div>
<div className="team1-card4">
<img
alt={props.member4Alt}
src={props.member4Src}
className="team1-placeholder-image4 thq-img-ratio-1-1 thq-img-round"
/>
<div className="team1-content16">
<div className="team1-title4">
<span className="team1-text22 thq-body-small">
{props.member4 ?? (
<Fragment>
<span className="team1-text48">Emily Brown</span>
</Fragment>
)}
</span>
<span className="team1-text23 thq-body-small">
{props.member4Job ?? (
<Fragment>
<span className="team1-text49">
Customer Relations Manager
</span>
</Fragment>
)}
</span>
</div>
<span className="team1-text24 thq-body-small">
{props.member4Content ?? (
<Fragment>
<span className="team1-text51">
Emily is dedicated to providing exceptional service
and ensuring customer satisfaction.
</span>
</Fragment>
)}
</span>
</div>
<div className="team1-social-icons4">
<svg
viewBox="0 0 877.7142857142857 1024"
className="thq-icon-small"
>
<path d="M135.429 808h132v-396.571h-132v396.571zM276 289.143c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 808h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"></path>
</svg>
<svg
viewBox="0 0 950.8571428571428 1024"
className="thq-icon-small"
>
<path d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z"></path>
</svg>
</div>
</div>
</div>
</div>
<div className="team1-row2">
<div className="team1-container3">
<div className="team1-card5">
<img
alt={props.member5Alt}
src={props.member5Src}
className="team1-placeholder-image5 thq-img-ratio-1-1 thq-img-round"
/>
<div className="team1-content17">
<div className="team1-title5">
<span className="team1-text25 thq-body-small">
{props.member5 ?? (
<Fragment>
<span className="team1-text52">David Wilson</span>
</Fragment>
)}
</span>
<span className="team1-text26 thq-body-small">
{props.member5Job ?? (
<Fragment>
<span className="team1-text42">
Marketing Specialist
</span>
</Fragment>
)}
</span>
</div>
<span className="team1-text27 thq-body-small">
{props.member5Content ?? (
<Fragment>
<span className="team1-text59">
David promotes our brand and products to reach a
wider audience.
</span>
</Fragment>
)}
</span>
</div>
<div className="team1-social-icons5">
<svg
viewBox="0 0 877.7142857142857 1024"
className="thq-icon-small"
>
<path d="M135.429 808h132v-396.571h-132v396.571zM276 289.143c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 808h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"></path>
</svg>
<svg
viewBox="0 0 950.8571428571428 1024"
className="thq-icon-small"
>
<path d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z"></path>
</svg>
</div>
</div>
<div className="team1-card6">
<img
alt={props.member6Alt}
src={props.member6Src}
className="team1-placeholder-image6 thq-img-ratio-1-1 thq-img-round"
/>
<div className="team1-content18">
<div className="team1-title6">
<span className="team1-text28 thq-body-small">
{props.member6 ?? (
<Fragment>
<span className="team1-text70">Sarah Lee</span>
</Fragment>
)}
</span>
<span className="team1-text29 thq-body-small">
{props.member6Job ?? (
<Fragment>
<span className="team1-text72">
Social Media Coordinator
</span>
</Fragment>
)}
</span>
</div>
<span className="team1-text30 thq-body-small">
{props.member6Content ?? (
<Fragment>
<span className="team1-text71">
Sarah manages our social media presence and engages
with our online community.
</span>
</Fragment>
)}
</span>
</div>
<div className="team1-social-icons6">
<svg
viewBox="0 0 877.7142857142857 1024"
className="thq-icon-small"
>
<path d="M135.429 808h132v-396.571h-132v396.571zM276 289.143c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 808h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"></path>
</svg>
<svg
viewBox="0 0 950.8571428571428 1024"
className="thq-icon-small"
>
<path d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z"></path>
</svg>
</div>
</div>
</div>
<div className="team1-container4">
<div className="team1-card7">
<img
alt={props.member7Alt}
src={props.member7Src}
className="team1-placeholder-image7 thq-img-ratio-1-1 thq-img-round"
/>
<div className="team1-content19">
<div className="team1-title7">
<span className="team1-text31 thq-body-small">
{props.member7 ?? (
<Fragment>
<span className="team1-text60">Alex Rodriguez</span>
</Fragment>
)}
</span>
<span className="team1-text32 thq-body-small">
{props.member7Job ?? (
<Fragment>
<span className="team1-text67">
Logistics Coordinator
</span>
</Fragment>
)}
</span>
</div>
<span className="team1-text33 thq-body-small">
{props.member7Content ?? (
<Fragment>
<span className="team1-text57">
Alex ensures timely delivery and smooth logistics
operations.
</span>
</Fragment>
)}
</span>
</div>
<div className="team1-social-icons7">
<svg
viewBox="0 0 877.7142857142857 1024"
className="thq-icon-small"
>
<path d="M135.429 808h132v-396.571h-132v396.571zM276 289.143c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 808h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"></path>
</svg>
<svg
viewBox="0 0 950.8571428571428 1024"
className="thq-icon-small"
>
<path d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z"></path>
</svg>
</div>
</div>
<div className="team1-card8">
<img
alt={props.member8Alt}
src={props.member8Src}
className="team1-placeholder-image8 thq-img-ratio-1-1 thq-img-round"
/>
<div className="team1-content20">
<div className="team1-title8">
<span className="team1-text34 thq-body-small">
{props.member8 ?? (
<Fragment>
<span className="team1-text44">
Olivia Martinez
</span>
</Fragment>
)}
</span>
<span className="team1-text35 thq-body-small">
{props.member8Job ?? (
<Fragment>
<span className="team1-text53">
Finance Manager
</span>
</Fragment>
)}
</span>
</div>
<span className="team1-text36 thq-body-small">
{props.member8Content ?? (
<Fragment>
<span className="team1-text73">
Olivia handles the financial aspects of with
precision and expertise.
</span>
</Fragment>
)}
</span>
</div>
<div className="team1-social-icons8">
<svg
viewBox="0 0 877.7142857142857 1024"
className="thq-icon-small"
>
<path d="M135.429 808h132v-396.571h-132v396.571zM276 289.143c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 808h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z"></path>
</svg>
<svg
viewBox="0 0 950.8571428571428 1024"
className="thq-icon-small"
>
<path d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z"></path>
</svg>
</div>
</div>
</div>
</div>
</div>
<div className="team1-content21">
<div className="team1-content22">
<h2 className="thq-heading-2 team1-text37">
{props.heading2 ?? (
<Fragment>
<span className="team1-text56">We’re hiring!</span>
</Fragment>
)}
</h2>
<span className="thq-body-small team1-text38">
{props.content3 ?? (
<Fragment>
<span className="team1-text61">
<span>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<span
dangerouslySetInnerHTML={{
__html: ' ',
}}
/>
</span>
<span>
<span
dangerouslySetInnerHTML={{
__html: ' ',
}}
/>
</span>
</span>
</Fragment>
)}
</span>
</div>
<button className="team1-button thq-button-filled">
<span className="thq-body-small">
{props.actionContent ?? (
<Fragment>
<span className="team1-text41">Open positions</span>
</Fragment>
)}
</span>
</button>
</div>
</div>
</div>
</div>
)
}
Team1.defaultProps = {
member4Src:
'https://images.unsplash.com/photo-1519593552800-5525cdd7c6f2?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMDYxODU2MHw&ixlib=rb-4.0.3&q=80&w=1080',
member3: undefined,
actionContent: undefined,
member5Job: undefined,
heading1: undefined,
member8: undefined,
member7Src:
'https://images.unsplash.com/photo-1486649567693-aaa9b2e59385?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMDYxODU2MXw&ixlib=rb-4.0.3&q=80&w=1080',
content2: undefined,
member2Src:
'https://images.unsplash.com/photo-1475563011407-6bf489b1c361?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMDYxODU2MXw&ixlib=rb-4.0.3&q=80&w=1080',
member4: undefined,
member4Job: undefined,
member3Content: undefined,
member1Src:
'https://images.unsplash.com/photo-1636041282610-781dc189e8fa?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMDYxODU2Mnw&ixlib=rb-4.0.3&q=80&w=1080',
member6Alt: 'Image of Sarah Lee',
member4Content: undefined,
member5: undefined,
member5Alt: 'Image of David Wilson',
member6Src:
'https://images.unsplash.com/photo-1479936343636-73cdc5aae0c3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMDYxODU2MHw&ixlib=rb-4.0.3&q=80&w=1080',
member8Job: undefined,
member2Job: undefined,
member2Content: undefined,
heading2: undefined,
member7Content: undefined,
member5Src:
'https://images.unsplash.com/photo-1715615685666-882710b534f9?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMDYxODU1OXw&ixlib=rb-4.0.3&q=80&w=1080',
member3Alt: 'Image of Michael Johnson',
member3Job: undefined,
member5Content: undefined,
member7: undefined,
content3: undefined,
member2: undefined,
member1: undefined,
member2Alt: 'Image of Jane Smith',
member7Alt: 'Image of Alex Rodriguez',
member8Alt: 'Image of Olivia Martinez',
content1: undefined,
member7Job: undefined,
member1Content: undefined,
member1Job: undefined,
member6: undefined,
member4Alt: 'Image of Emily Brown',
member6Content: undefined,
member8Src:
'https://images.unsplash.com/photo-1615946027884-5b6623222bf4?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMDYxODU1OXw&ixlib=rb-4.0.3&q=80&w=1080',
member6Job: undefined,
member8Content: undefined,
member3Src:
'https://images.unsplash.com/photo-1508112304775-4f32d35ccdba?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5MTMyMXwwfDF8cmFuZG9tfHx8fHx8fHx8MTczMDYxODU2MHw&ixlib=rb-4.0.3&q=80&w=1080',
member1Alt: 'Image of John Doe',
}
Team1.propTypes = {
member4Src: PropTypes.string,
member3: PropTypes.element,
actionContent: PropTypes.element,
member5Job: PropTypes.element,
heading1: PropTypes.element,
member8: PropTypes.element,
member7Src: PropTypes.string,
content2: PropTypes.element,
member2Src: PropTypes.string,
member4: PropTypes.element,
member4Job: PropTypes.element,
member3Content: PropTypes.element,
member1Src: PropTypes.string,
member6Alt: PropTypes.string,
member4Content: PropTypes.element,
member5: PropTypes.element,
member5Alt: PropTypes.string,
member6Src: PropTypes.string,
member8Job: PropTypes.element,
member2Job: PropTypes.element,
member2Content: PropTypes.element,
heading2: PropTypes.element,
member7Content: PropTypes.element,
member5Src: PropTypes.string,
member3Alt: PropTypes.string,
member3Job: PropTypes.element,
member5Content: PropTypes.element,
member7: PropTypes.element,
content3: PropTypes.element,
member2: PropTypes.element,
member1: PropTypes.element,
member2Alt: PropTypes.string,
member7Alt: PropTypes.string,
member8Alt: PropTypes.string,
content1: PropTypes.element,
member7Job: PropTypes.element,
member1Content: PropTypes.element,
member1Job: PropTypes.element,
member6: PropTypes.element,
member4Alt: PropTypes.string,
member6Content: PropTypes.element,
member8Src: PropTypes.string,
member6Job: PropTypes.element,
member8Content: PropTypes.element,
member3Src: PropTypes.string,
member1Alt: PropTypes.string,
}
export default Team1