Redesign with original site structure and branding

- Orange/warm color scheme from Cuitunet logo
- Service sections with alternating layout (01-04)
- Original images from current site (no stock faces)
- Saatavuuskysely form matching original
- Purple gradient footer matching original style
- Responsive mobile layout

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 20:43:54 +02:00
parent 6f157a39cf
commit b0c0329d8c
15 changed files with 447 additions and 215 deletions

11
.claude/launch.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "cuitunet-dev",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "3001"],
"port": 3001
}
]
}