A cinematic bilingual actor homepage built with Next.js, TypeScript, and Tailwind CSS.
npm install
npm run devOpen http://localhost:3000.
Edit src/content/siteContent.ts to update:
- name, biography, and section copy
- Vimeo and YouTube links
- CV download links and on-page highlights
- portfolio items
- photo gallery items
- social, agent, and other profile links
- Photos and portfolio images:
public/images/ - CV PDFs:
public/cv/ - Optional custom video thumbnails:
public/video-thumbs/
Replace the sample assets with your own files, then update the matching paths in siteContent.ts.