# Sydo landing page

Production-oriented Next.js landing page built from the approved Sydo design references.

## Run locally

```bash
npm install
npm run dev
```

Open `http://127.0.0.1:3000`.

## Validate

```bash
npm run lint
npm run build
npm audit
```

## Content controls

Copy `.env.example` to `.env.local` for local development or `.env.production` for a production build.

- `NEXT_PUBLIC_BOOKING_URL` accepts the final Cal.com or Calendly URL.
- `NEXT_PUBLIC_CONTACT_EMAIL` provides a mail fallback when no booking URL is set.
- `NEXT_PUBLIC_SHOW_ERASTEEL_METRICS=false` keeps the publication-safe methodology version active.
- Change the metrics setting to `true` only after the supplied outcome metrics receive final client approval.

Team names, roles, biographies and approved portraits should replace the current launch-safe team placeholder before publication.

## Server deployment

See `DEPLOYMENT.md` for Node.js, Docker and health-check instructions.

## Brand assets

The prototype uses the supplied Neue Haas font files and Sydo navy palette from the Athenyx asset set. Confirm that the font license permits web embedding before public deployment.
