Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -77,4 +77,4 @@ export default function BlogPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,35 +6,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const josefinSans = Josefin_Sans({
|
const josefinSans = Josefin_Sans({
|
||||||
variable: "--font-josefin-sans",
|
variable: "--font-josefin-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["100", "200", "300", "400", "500", "600", "700"],
|
weight: ["100", "200", "300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "McLaren Labs | Growth Partner for Ambitious Startups",
|
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: {
|
||||||
description: "We operate in the shadows so you can shine in the light. Strategic growth partner for startups scaling from traction to trajectory.",
|
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: [{
|
||||||
keywords: "startup growth, growth consultancy, scaling, founder advisory, startup strategy",
|
url: "https://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg", alt: "McLaren Labs growth consultancy"
|
||||||
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: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"]
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
@@ -1277,4 +1264,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
102
src/app/page.tsx
102
src/app/page.tsx
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks';
|
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
@@ -37,21 +36,18 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero" className="w-full bg-orange-500">
|
||||||
<HeroPersonalLinks
|
<div className="w-full py-32 px-6 md:px-12 flex flex-col items-center justify-center text-center">
|
||||||
background={{ variant: "plain" }}
|
<h1 className="text-4xl md:text-6xl lg:text-7xl font-bold text-white mb-6 leading-tight max-w-4xl">
|
||||||
title="We operate in the shadows so you can shine in the light."
|
We operate in the shadows so you can shine in the light
|
||||||
linkCards={[
|
</h1>
|
||||||
{
|
<p className="text-lg md:text-xl text-white/90 mb-12 max-w-2xl">
|
||||||
icon: Rocket,
|
McLaren Labs is the growth partner startups call when they're ready to scale
|
||||||
title: "Strategic Growth",
|
</p>
|
||||||
description: "McLaren Labs is the growth partner startups call when they're ready to scale.",
|
<button className="bg-blue-600 hover:bg-blue-700 text-white font-semibold px-8 py-3 rounded transition-colors">
|
||||||
button: { text: "Let's Talk", href: "#contact" }
|
Let's Talk
|
||||||
}
|
</button>
|
||||||
]}
|
</div>
|
||||||
buttonAnimation="none"
|
|
||||||
ariaLabel="Hero section"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
@@ -71,25 +67,13 @@ export default function HomePage() {
|
|||||||
description="How we've turned traction into trajectory for our partners."
|
description="How we've turned traction into trajectory for our partners."
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "1.2M+ Downloads", price: "Men's Health App", imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg", imageAlt: "Men's health app growth case study"
|
||||||
name: "1.2M+ Downloads",
|
|
||||||
price: "Men's Health App",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg",
|
|
||||||
imageAlt: "Men's health app growth case study"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "$3.5M ARR", price: "Scaled in 12 Months", imageSrc: "https://img.b2bpic.net/free-photo/research-analysis-ideas-strategy-information-concept_53876-123886.jpg", imageAlt: "SaaS revenue growth case study"
|
||||||
name: "$3.5M ARR",
|
|
||||||
price: "Scaled in 12 Months",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/research-analysis-ideas-strategy-information-concept_53876-123886.jpg",
|
|
||||||
imageAlt: "SaaS revenue growth case study"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "5x Growth", price: "E-commerce Platform", imageSrc: "https://img.b2bpic.net/free-photo/business-finance-economy-commerce-investment_53876-124458.jpg", imageAlt: "E-commerce scaling case study"
|
||||||
name: "5x Growth",
|
|
||||||
price: "E-commerce Platform",
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/business-finance-economy-commerce-investment_53876-124458.jpg",
|
|
||||||
imageAlt: "E-commerce scaling case study"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
@@ -105,22 +89,16 @@ export default function HomePage() {
|
|||||||
description="What the numbers say about us."
|
description="What the numbers say about us."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", icon: TrendingUp,
|
||||||
icon: TrendingUp,
|
title: "Growth Rate", value: "280%"
|
||||||
title: "Growth Rate",
|
|
||||||
value: "280%"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", icon: Users,
|
||||||
icon: Users,
|
title: "Active Partners", value: "47"
|
||||||
title: "Active Partners",
|
|
||||||
value: "47"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", icon: Zap,
|
||||||
icon: Zap,
|
title: "Avg. Scale", value: "8x"
|
||||||
title: "Avg. Scale",
|
|
||||||
value: "8x"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -135,40 +113,20 @@ export default function HomePage() {
|
|||||||
description="Results speak louder than words. Here's what happens when startups trust McLaren Labs."
|
description="Results speak louder than words. Here's what happens when startups trust McLaren Labs."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Alex Chen", role: "Founder & CEO", company: "HealthFlow", rating: 5,
|
||||||
name: "Alex Chen",
|
imageSrc: "https://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "Alex Chen"
|
||||||
role: "Founder & CEO",
|
|
||||||
company: "HealthFlow",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
|
|
||||||
imageAlt: "Alex Chen"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Sarah Mitchell", role: "Co-Founder", company: "TechScale", rating: 5,
|
||||||
name: "Sarah Mitchell",
|
imageSrc: "https://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg", imageAlt: "Sarah Mitchell"
|
||||||
role: "Co-Founder",
|
|
||||||
company: "TechScale",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg",
|
|
||||||
imageAlt: "Sarah Mitchell"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "James Rodriguez", role: "CEO", company: "GrowthVenture", rating: 5,
|
||||||
name: "James Rodriguez",
|
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "James Rodriguez"
|
||||||
role: "CEO",
|
|
||||||
company: "GrowthVenture",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
|
||||||
imageAlt: "James Rodriguez"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Emily Zhang", role: "Founder", company: "MarketPulse", rating: 5,
|
||||||
name: "Emily Zhang",
|
imageSrc: "https://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Emily Zhang"
|
||||||
role: "Founder",
|
|
||||||
company: "MarketPulse",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
|
||||||
imageAlt: "Emily Zhang"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
@@ -218,4 +176,4 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -269,4 +269,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -131,4 +131,4 @@ export default function ShopPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user