# {{projectName}} / {{appName}}

Marketing landing page (template: **frontend-landing**).

The page exports `renderMode = 'static'` + `interactive = 'none'`, so
`voltro build` pre-renders it to HTML and `voltro start` serves the
file directly — zero framework JS on the wire.

```bash
pnpm install
pnpm --filter @{{projectName}}/{{appName}} dev
# → http://localhost:5173
```

When you need a contact form / sign-up flow, switch
`interactive: 'islands'` on the page and mark the interactive
component with the `*.island.tsx` suffix so only that bundle ships.
