♻️ Migrate landing pages to app router (#1362)

This commit is contained in:
Luke Vella 2024-09-27 09:47:42 +01:00 committed by GitHub
parent 6b1e2f9c49
commit f92c0075e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
73 changed files with 2420 additions and 2166 deletions

View file

@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.