## Summary - rebuild `apps/website` on the pinned ScrewFast Astro foundation - replace the legacy page/content/component structure with the new section and UI architecture - add Starlight-based docs and the new public route set for platform, pricing, trust, legal, and guides - refresh website tooling, dependencies, and Playwright smoke coverage for the new site shell ## Scope - touches `apps/website` and the matching spec artifacts for feature 402 - does not modify `apps/platform` ## Testing - not run in this step Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de> Reviewed-on: #393
10 lines
216 B
JavaScript
10 lines
216 B
JavaScript
import '@styles/lenis.css';
|
|
|
|
import Lenis from 'lenis';
|
|
|
|
// Script to handle Lenis library settings for smooth scrolling
|
|
// https://github.com/darkroomengineering/lenis
|
|
const lenis = new Lenis({
|
|
autoRaf: true,
|
|
});
|