Features: - Responsive hero section with animated gradients - Services grid with 6 service cards (Web Dev, UI/UX, Marketing, Mobile, Cloud, Security) - About section with company highlights and stats - Contact form and contact information - Modern dark theme with gradient accents - Fully responsive design - Optimized for Coolify static deployment Tech Stack: - React 18 - TypeScript - Vite - Lucide React icons - CSS custom properties and gradients
11 lines
213 B
JSON
11 lines
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|