- Updated Gitea workflow to build Next.js instead of Nuxt
- Removed working-directory references to apps/website
- Created Dockerfile for Next.js production builds
- Added standalone output mode to next.config.js for Docker
- Updated build and artifact paths in workflow
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
- Replaced Vue/Nuxt with Next.js 15 for better performance and simpler architecture
- Implemented all website sections with responsive design:
- Hero section with video background and mobile-optimized spacing
- About section with feature highlights
- Services showcase with 3 service cards
- Contact section with CTAs and trust badges
- Footer with branding
- Added Lucide React icons throughout
- Mobile optimizations:
- Responsive text and button sizing
- Touch-friendly CTAs
- Proper spacing adjustments for mobile/desktop
- Scroll indicator with bouncing chevron
- Archived Vue/Nuxt version in vue-archive folder
- Moved all assets to Next.js public folder
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>