Multi-page static website on Next.js with a component-based development approach and adaptation for different devices and the use of interesting animations from the Framer library
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.