From 70e6c98faa04e3569cca9fa016cf11369402c09f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:26:32 +0000 Subject: [PATCH 1/6] 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 cbfc7a6..6778c5a 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 74723234cde257c7c17e9660f3aa08fa6670ded7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:26:33 +0000 Subject: [PATCH 2/6] Update src/app/layout.tsx --- src/app/layout.tsx | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 524d064..c81cf86 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,35 +6,24 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], + variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - 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.", - keywords: ["growth consultancy", "startup growth", "scaling", "strategy", "business growth"], + 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.", keywords: ["growth consultancy", "startup growth", "scaling", "strategy", "business growth"], robots: { index: true, 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({ @@ -1272,4 +1261,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 8bbfaf0650e5623243ddf17684f62c98fc1c51ea Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:26:34 +0000 Subject: [PATCH 3/6] Update src/app/page.tsx --- src/app/page.tsx | 144 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 100 insertions(+), 44 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 167390b..125e6e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,10 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import Link from 'next/link'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import { Twitter, Linkedin } from 'lucide-react'; export default function HomePage() { return ( @@ -32,13 +35,12 @@ export default function HomePage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Let's Talk", - href: "#contact" + text: "Let's Talk", href: "#contact" }} /> -
+
+
+ +
+ +
+ +
+ +
+ +
+
); -} \ No newline at end of file +} -- 2.49.1 From 8cca033e86d1b896f6ffe4ea7610b991e7f10b7c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:26:35 +0000 Subject: [PATCH 4/6] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index bad6438..3503346 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -287,4 +287,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} -- 2.49.1 From be0915cfe0cc3adac5f227d4a7d9187d1a938241 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:26:36 +0000 Subject: [PATCH 5/6] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 3e8844b..a82d536 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -146,4 +146,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 36f4bac796d4e728a202f13cbc8077bbbe7b353b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:26:36 +0000 Subject: [PATCH 6/6] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8060d36..a0b480b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #faf6f1;; - --card: #ffffff;; - --foreground: #1a1a1a;; - --primary-cta: #2B4CED;; - --secondary-cta: #E8923A;; - --accent: #E8923A;; - --background-accent: #f0e8dc;; */ + /* --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #000612e6;; + --primary-cta: #ff8c42;; + --secondary-cta: #f9f9f9;; + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; */ - --background: #faf6f1;; - --card: #ffffff;; - --foreground: #1a1a1a;; - --primary-cta: #2B4CED;; - --secondary-cta: #E8923A;; - --accent: #E8923A;; - --background-accent: #f0e8dc;; + --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #000612e6;; + --primary-cta: #ff8c42;; + --secondary-cta: #f9f9f9;; + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1