diff --git a/.env.example b/.env.example index 6e40ab8..c56c30f 100644 --- a/.env.example +++ b/.env.example @@ -24,3 +24,6 @@ NEXT_PUBLIC_ADMIN_PASSWORD=admin-secure-password # Temporary Regular User Credentials for Testing (Delete after test completion) NEXT_PUBLIC_TEST_USER_EMAIL=test-user@example.com NEXT_PUBLIC_TEST_USER_PASSWORD=test-user-password + +# CAPTCHA +NEXT_PUBLIC_SITEKEY=captcha-sitekey-key \ No newline at end of file diff --git a/src/app/(legal)/about/page.tsx b/src/app/(legal)/about/page.tsx index bc7ae3e..ac15faf 100644 --- a/src/app/(legal)/about/page.tsx +++ b/src/app/(legal)/about/page.tsx @@ -88,9 +88,10 @@ export default function About() {

we have built a team and a network of the top people from

the startup, venture capital, and investment worlds.

- {founderData.map((profile) => { + {founderData.map((profile, index) => { return (