banatie-service/apps/landing/README.md

31 lines
571 B
Markdown

# Banatie Landing Page
Next.js landing page for the Banatie AI image generation service.
## Features
- Landing page with service overview
- Demo page for image generation (TODO)
- Responsive design with Tailwind CSS
- Integration with Banatie API service
## Development
```bash
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
```
## TODO
- [ ] Implement image generation demo
- [ ] Add API integration with ../api-service
- [ ] Design landing page content
- [ ] Add pricing section
- [ ] Add contact form