This project is a local mirror clone of https://concept-it-company.webflow.io/ with the original Webflow structure, styling, interactions, and animation scripts preserved.
- Full page HTML structure (
index.html) - Webflow CSS and interaction runtime scripts
- Images, SVGs, Lottie JSON files, and MP4 background videos mirrored locally under
public/ - Smooth scrolling + typed text scripts used by the original page
- Install dependencies:
npm install- Start the local server:
npm run start- Open:
http://localhost:3000
If the source site updates, re-pull assets and rewrite links:
npm run mirrorThis uses mirror-assets.mjs to fetch external assets and update index.html references.
- The clone keeps the original Webflow scripts for behavior parity.
- One placeholder asset from
cdn.prod.website-files.com/plugins/Basic/assets/placeholder.60f9b1840c.svgreturned403from the source CDN and remains linked remotely. - Form submissions behave like the source static Webflow export (no custom backend wired in this clone).