From 9b6bca5bd894d4aa16ada0bdb273b9a855302c1d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:34:16 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2892a73..4c0a4c7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,35 +6,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const josefinSans = Josefin_Sans({ - variable: "--font-josefin-sans", - subsets: ["latin"], + variable: "--font-josefin-sans", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "McLaren Labs | Growth Partner for Ambitious Startups", - description: "We operate in the shadows so you can shine in the light. Strategic growth partner for startups scaling from traction to trajectory.", - keywords: "startup growth, growth consultancy, scaling, founder advisory, startup strategy", - openGraph: { - title: "McLaren Labs | Growth Partner for Ambitious Startups", - description: "We operate in the shadows so you can shine in the light. Strategic growth partner for startups scaling from traction to trajectory.", - type: "website", - siteName: "McLaren Labs", - images: [{ - url: "https://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg", - alt: "McLaren Labs growth consultancy" + title: "McLaren Labs | Growth Partner for Ambitious Startups", description: "We operate in the shadows so you can shine in the light. Strategic growth partner for startups scaling from traction to trajectory.", keywords: "startup growth, growth consultancy, scaling, founder advisory, startup strategy", openGraph: { + title: "McLaren Labs | Growth Partner for Ambitious Startups", description: "We operate in the shadows so you can shine in the light. Strategic growth partner for startups scaling from traction to trajectory.", type: "website", siteName: "McLaren Labs", images: [{ + url: "https://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg", alt: "McLaren Labs growth consultancy" }] }, twitter: { - card: "summary_large_image", - title: "McLaren Labs | Growth Partner for Ambitious Startups", - description: "We operate in the shadows so you can shine in the light.", - images: ["https://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg"] + card: "summary_large_image", title: "McLaren Labs | Growth Partner for Ambitious Startups", description: "We operate in the shadows so you can shine in the light.", images: ["https://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg"] }, robots: { index: true, @@ -1277,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}