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