Skip to content

Commit b6e17cc

Browse files
committed
show teams, add location
1 parent 939fe06 commit b6e17cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@ function Team() {
440440
color: "#4B5563",
441441
}}
442442
>
443-
We’re a dynamic group of individuals who are passionate about what we
444-
do.
443+
Our team is based in the SF Bay Area. We’re a dynamic group of
444+
individuals who are passionate about what we do.
445445
</div>
446446
<div
447447
style={{
@@ -538,7 +538,7 @@ export default function Home(): JSX.Element {
538538
<Videos />
539539
<LDAExample />
540540
<FeatureList2 />
541-
{/* <Team /> */}
541+
<Team />
542542
<Contact />
543543
</main>
544544
</Layout>

0 commit comments

Comments
 (0)