feat: add manual page deployment and rebrand from Auracast to wireless audio

- Update deployment scripts to upload manual/index.html to server
- Make deploy_to_hetzner.sh executable
- Rebrand site from "Auracast made easy" to "Wireless Audio Made Easy"
- Update all meta tags and descriptions to remove Auracast branding
- Refine hero headline and call-to-action text
- Simplify use case descriptions with clearer, more concise copy
- Rewrite "Why Auracast" section as "Why Wireless Audio" with update
This commit is contained in:
2025-11-17 09:21:21 +01:00
parent 9e4c605da7
commit cf383e7412
3 changed files with 79 additions and 128 deletions

3
deploy_to_hetzner.sh Normal file → Executable file
View File

@@ -20,6 +20,9 @@ mkdir img
cd img
put -r $LOCAL_DIR/img/*
cd ..
# Ensure manual folder exists and upload manual page
mkdir manual
put -r $LOCAL_DIR/manual/index.html manual/index.html
bye
EOF