Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-02-13 16:29:25 +00:00
5 changed files with 12 additions and 11 deletions

View File

@@ -83,4 +83,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

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>
);
}
}

View File

@@ -133,7 +133,6 @@ export default function HomePage() {
id: "testimonial-3", title: "Partners Who Understand Scale", quote: "McLaren Labs gets it. They understand the unique challenges of scaling a SaaS business and provided tactical strategies that immediately improved our metrics. Highly recommended for any serious founder.", name: "Jessica Martinez", role: "VP Growth, CloudScale", imageSrc: "https://img.b2bpic.net/free-vector/business-growth-concept-with-computer_23-2147796638.jpg", imageAlt: "Jessica Martinez"
}
]}
animationType="slide-up"
/>
</div>
@@ -237,4 +236,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -279,7 +279,7 @@ export default function ProductPage({ params }: ProductPageProps) {
items: [
{ label: "Privacy", href: "https://example.com/privacy" },
{ label: "Terms", href: "https://example.com/terms" }
]
}
}
]}
/>
@@ -287,4 +287,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -132,13 +132,13 @@ export default function ShopPage() {
items: [
{ label: "Case Studies", href: "case-studies" },
{ label: "Contact", href: "contact" }
]
}
},
{
items: [
{ label: "Privacy", href: "https://example.com/privacy" },
{ label: "Terms", href: "https://example.com/terms" }
]
}
}
]}
/>
@@ -146,4 +146,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}