|
|
||
|---|---|---|
| .. | ||
| src/app | ||
| README.md | ||
| next.config.js | ||
| package.json | ||
| tsconfig.json | ||
README.md
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
# 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