diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f149ed0..b8f58f1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,31 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const openSans = Open_Sans({ - variable: "--font-open-sans", - subsets: ["latin"], + variable: "--font-open-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "DRAPER Studio | AI-Powered Creative Command Center", - description: "Bridge your brand strategy to production. DRAPER Studio is an AI command center for creative teams to ideate, prototype, and compile production-ready briefs in minutes.", - keywords: "AI creative, brief generation, brand management, creative workflow, production briefs", - openGraph: { - title: "DRAPER Studio | Creative Command Center", - description: "AI-powered platform for creative teams to generate production-ready briefs and manage brand execution.", - siteName: "DRAPER Studio", - type: "website", - images: [ + title: "DRAPER Studio | AI-Powered Creative Command Center", description: "Bridge your brand strategy to production. DRAPER Studio is an AI command center for creative teams to ideate, prototype, and compile production-ready briefs in minutes.", keywords: "AI creative, brief generation, brand management, creative workflow, production briefs", openGraph: { + title: "DRAPER Studio | Creative Command Center", description: "AI-powered platform for creative teams to generate production-ready briefs and manage brand execution.", siteName: "DRAPER Studio", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQanAjGlNMKDmXWxQJqgsFbSP9/modern-ai-powered-creative-studio-interf-1772527478898-2b452249.png", - alt: "DRAPER Studio Interface", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQanAjGlNMKDmXWxQJqgsFbSP9/modern-ai-powered-creative-studio-interf-1772527478898-2b452249.png", alt: "DRAPER Studio Interface"}, ], }, twitter: { - card: "summary_large_image", - title: "DRAPER Studio | Creative Command Center", - description: "AI-powered platform for creative teams to generate production-ready briefs and manage brand execution.", - images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQanAjGlNMKDmXWxQJqgsFbSP9/modern-ai-powered-creative-studio-interf-1772527478898-2b452249.png"], + card: "summary_large_image", title: "DRAPER Studio | Creative Command Center", description: "AI-powered platform for creative teams to generate production-ready briefs and manage brand execution.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQanAjGlNMKDmXWxQJqgsFbSP9/modern-ai-powered-creative-studio-interf-1772527478898-2b452249.png"], }, robots: { index: true,