Update src/app/layout.tsx

This commit is contained in:
2026-02-13 16:29:19 +00:00
parent eaa86f4430
commit c7a594f9ff

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}