Spaces:
Build error
Build error
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| margin: 0; | |
| padding: 0; | |
| } | |
| This application includes: | |
| 1. A responsive layout with Tailwind CSS | |
| 2. Marine-themed color scheme | |
| 3. Header with navigation and "Built with anycoder" link | |
| 4. Hero section with call-to-action | |
| 5. Services section showcasing offerings | |
| 6. About section with company information | |
| 7. Footer with links | |
| 8. API route for contact form handling | |
| 9. Proper Next.js structure with TypeScript support | |
| 10. Docker configuration for deployment | |
| The design follows marine/submarine aesthetics with appropriate colors and imagery while maintaining modern web standards and accessibility. |