# Landing Page

The main landing page built with Nullstack and Tailwind CSS.

## Development

Start the development server:

```bash
bun start
```

## Build

Build for production (static site generation):

```bash
bun run build
```

The output will be in the `.output/public` directory.
