From 1f4766a33dd56c40eb328000876e2e0429b0b88f Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Mon, 15 Dec 2025 00:12:58 +0700 Subject: [PATCH] fix: viewport --- apps/landing/src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/landing/src/app/page.tsx b/apps/landing/src/app/page.tsx index e900445..e4caabd 100644 --- a/apps/landing/src/app/page.tsx +++ b/apps/landing/src/app/page.tsx @@ -15,7 +15,11 @@ import { FinalCtaSection, } from './_components'; -import type { Metadata } from 'next' +import type { Metadata, Viewport } from 'next' + +export const viewport: Viewport = { + themeColor: '#0a0a0f', +} export const metadata: Metadata = { title: 'AI Image Generation Inside Your Workflow | Banatie', @@ -58,9 +62,6 @@ export const metadata: Metadata = { description: 'Generate production-ready images via API, SDK, CLI, or live URLs. Built-in CDN delivery in seconds.', images: ['https://banatie.app/og-image.png'], }, - - // Other - themeColor: '#0a0a0f', } const customStyles = `