banatie-service/apps/landing/README.md

571 B

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