22c9693ce5
This PR contains Menu, Hero, TrustedBy, Problem, ThreeCards and Footer sections of the new website. Most components in there match the Figma designs, except for two things. - Zoom levels on 3D illustrations from Endless Tools. - Menu needs to have the same color as Hero - it's not happening at the moment since Menu is in the layout, not nested inside pages or Hero. Images are placeholders (same as Figma).
6 lines
172 B
TypeScript
6 lines
172 B
TypeScript
import withLinaria, { type LinariaConfig } from 'next-with-linaria';
|
|
|
|
const nextConfig: LinariaConfig = { reactCompiler: true };
|
|
|
|
module.exports = withLinaria(nextConfig);
|