Soft-Tech Hybrid landing page with:
- Ghost White (
#F4F4F9) base and Eerie Black (#1A1A1A) typography - Glassmorphism cards (
backdrop-filter: blur(12px)+1px rgba(255,255,255,0.2)border) - Floating 3D icosahedron hero artifact with mouse follow, idle rotation, and scroll-driven distortion
- Magnetic custom cursor for outbound profile links
- Astro View Transitions enabled
All core copy and design flags are mapped from src/config/config.json.
Update this single file to change:
company.namecompany.links.botond/company.links.bencelocales.en/locales.huhero copy and CTA textdesign.primaryColordesign.threeJsIntensity
From project root:
npm installnpm run devnpm run buildnpm run preview
This repo includes deploy workflow for gh-pages via GitHub Pages Actions.
- Build command is
npm run build. - Update
sitein astro.config.mjs to your real GitHub Pages origin (example:https://yourname.github.io). - Keep
basealigned with your repository name (already handled automatically in Actions usingGITHUB_REPOSITORY). - Push to
mainto trigger deployment.
If Pages is not yet enabled, enable Settings → Pages → Build and deployment: GitHub Actions.