From c7a594f9ffd6f76a0951bfbb472e34ef5ba1a7be Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:29:19 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c81cf86..fe48c8a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,9 +21,11 @@ export const metadata: Metadata = { follow: true, }, openGraph: { - title: "McLaren Labs | Growth Consultancy for Startups", description: "We operate in the shadows so you can shine in the light. Growth partner for ambitious startups ready to scale.", siteName: "McLaren Labs", type: "website"}, + title: "McLaren Labs | Growth Consultancy for Startups", description: "We operate in the shadows so you can shine in the light. Growth partner for ambitious startups ready to scale.", siteName: "McLaren Labs", type: "website" + }, twitter: { - card: "summary_large_image", title: "McLaren Labs | Growth Consultancy for Startups", description: "We operate in the shadows so you can shine in the light."}, + card: "summary_large_image", title: "McLaren Labs | Growth Consultancy for Startups", description: "We operate in the shadows so you can shine in the light." + }, }; export default function RootLayout({ @@ -1261,4 +1263,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file