# StorageWise Promo — Remotion MVP

~10.5 second promo video with 5 scenes + crossfades. Outputs 16:9 (YouTube/Google Ads) and 9:16 (Reels/Shorts).

## Quick start

```bash
npm install
npm start          # Opens Remotion Studio for preview
npm run build      # Renders 16:9 MP4
npm run build:vertical  # Renders 9:16 MP4
npm run build:all  # Both cuts
```

## To swap clients

Edit `src/client.ts` — all content, pricing, colors, and copy lives there. Nothing else needs to change.

## Scene breakdown

| Scene | Duration | Content |
|-------|----------|---------|
| 1 — Intro | 2s | Logo pop + facility name |
| 2 — Location | 2.5s | Headline + address + orange accent line |
| 3 — Units | 2.5s | 4 unit cards with pricing (10×10 featured) |
| 4 — Features | 2.5s | 4 amenity tiles |
| 5 — CTA | 3s | Offer + website + phone |

## Extending

- Add a `<Audio>` track in `Root.tsx` for background music
- Use `@remotion/lambda` to render in the cloud at scale
- Add a `photos` array to `client.ts` and drop `<Img>` into `SceneLocation` for aerial facility shots
