We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939fe06 commit b6e17ccCopy full SHA for b6e17cc
src/pages/index.tsx
@@ -440,8 +440,8 @@ function Team() {
440
color: "#4B5563",
441
}}
442
>
443
- We’re a dynamic group of individuals who are passionate about what we
444
- do.
+ Our team is based in the SF Bay Area. We’re a dynamic group of
+ individuals who are passionate about what we do.
445
</div>
446
<div
447
style={{
@@ -538,7 +538,7 @@ export default function Home(): JSX.Element {
538
<Videos />
539
<LDAExample />
540
<FeatureList2 />
541
- {/* <Team /> */}
+ <Team />
542
<Contact />
543
</main>
544
</Layout>
0 commit comments