Update src/app/layout.tsx

This commit is contained in:
2026-02-13 16:34:16 +00:00
parent 9b4388f87f
commit 9b6bca5bd8

View File

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