App scaffold for Clave 7 Records
- Stack: Vite + React + TypeScript + Tailwind v4 + shadcn-style UI primitives
- Landing mirrors Squarespace: hero + pricing, images, testimonial + audio, CTA.
Quick start
- Install:
npm install - Dev:
npm run dev
Assets
- Images in
public/images/pulled from your Squarespace CDN. - Audio stream points to the Squarespace-hosted MP3.
Customization
- Update colors in
src/index.css(CSS variables under :root). - Button component in
src/components/ui/button.tsxfollows shadcn patterns.