From eaa86f44304f1ed761dcd4982912087ba0fd61be Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:29:18 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 6778c5a..cbfc7a6 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -83,4 +83,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file -- 2.49.1 From c7a594f9ffd6f76a0951bfbb472e34ef5ba1a7be Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:29:19 +0000 Subject: [PATCH 2/5] 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 -- 2.49.1 From ed9ee347df16f5411aa4b61ae3cec0ea2d8be63f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:29:20 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 125e6e9..f9496d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -237,4 +236,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1 From b756c7e9a1073932a04235aa76537d9fb3857d8d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:29:20 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 3503346..5510870 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -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) { ); -} +} \ No newline at end of file -- 2.49.1 From af474442891f7646c2ac590ba3da3334fd2a9437 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:29:21 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a82d536..ea17d99 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1