banatie-service/apps/landing
Oleg Proskurin babcbe29db feat: move to monorepo 2025-09-29 21:58:43 +07:00
..
src/app feat: move to monorepo 2025-09-29 21:58:43 +07:00
README.md feat: move to monorepo 2025-09-29 21:58:43 +07:00
next.config.js feat: move to monorepo 2025-09-29 21:58:43 +07:00
package.json feat: move to monorepo 2025-09-29 21:58:43 +07:00
tsconfig.json feat: move to monorepo 2025-09-29 21:58:43 +07:00

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