We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d222b commit 188484fCopy full SHA for 188484f
1 file changed
src/app/(landing)/[locale]/page.tsx
@@ -2,11 +2,6 @@ import { DeploymentImage } from "@/components/DeploymentImage"
2
import { PageBlocks } from "@/components/PageBlockRenderer"
3
import { LandingContainer } from "@/components/ui/LandingContainer"
4
import { getLandingPage } from "@/lib/cms"
5
-import type { DeploymentLayoutBlock, HeroLayoutBlock } from "@/lib/cms"
6
-import type { BrandLayoutBlock } from "@/lib/cms"
7
-import type { CtaLayoutBlock } from "@/lib/cms"
8
-import type { FaqLayoutBlock } from "@/lib/cms"
9
-import type { UseCaseLayoutBlock } from "@/lib/cms"
10
import { isSupportedLocale } from "@/lib/i18n"
11
import { getLandingPageMetadata } from "@/lib/pageMetadata"
12
import type { Metadata } from "next"
0 commit comments