Skip to content

Commit fa64033

Browse files
Adjust team to show leaders (#1617)
1 parent 0125a34 commit fa64033

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

web/platform/src/components/qwik/pages/company.tsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,11 @@ const team = [
1515
name: "Tim Potter",
1616
title: "Chief Technology Officer",
1717
},
18-
{
19-
img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/brian_clark.webp",
20-
name: "Brian Clark",
21-
title: "Software Engineer",
22-
},
2318
{
2419
img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/tyrone_greenfield.webp",
2520
name: "Tyrone Greenfield",
2621
title: "Chief of Staff",
2722
},
28-
{
29-
img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/blake_hatch.webp",
30-
name: "Blake Hatch",
31-
title: "Business Engineer",
32-
},
3323
{
3424
img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/marcus_eagan.webp",
3525
name: "Marcus Eagan",
@@ -106,7 +96,7 @@ const CompanyHero = component$(() => {
10696
const CompanyTeam = component$(() => {
10797
return (
10898
<div class="flex px-6 w-full md:w-[1300px] flex-col justify-center items-center gap-5">
109-
<Label text="meet our team" class="w-1/2 md:w-1/5" />
99+
<Label text="Leadership Team" class="w-1/2 md:w-1/5" />
110100
<div class="flex justify-center items-center flex-col">
111101
<span class="text-center px-4 text-primary">
112102
Our team consists of engineers and product leaders from Apple, Google,

0 commit comments

Comments
 (0)