Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-05 21:21:48 +00:00
2 changed files with 30 additions and 87 deletions

View File

@@ -1,76 +1,20 @@
import type { Metadata } from "next";
import { Montserrat } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "@/styles/globals.css";
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Core Labs AI - Enterprise AI Growth Consultancy | Fortune 500 Leaders",
description: "Strategic AI partnership for enterprise leaders. 2X ROI guarantee within 12 months. Pilot-first validation, zero disruption, sustained governance. Book a discovery call today.",
keywords: "enterprise AI, AI consultancy, strategic partnership, Fortune 500, ROI guarantee, AI implementation, digital transformation, enterprise technology",
metadataBase: new URL("https://www.corelabsai.com"),
alternates: {
canonical: "https://www.corelabsai.com",
},
openGraph: {
title: "Core Labs AI - The AI Growth Consultancy for Global Enterprise Leaders",
description: "Engineer measurable revenue streams and optimize mission-critical operations. 2X ROI guarantee. Pilot-first approach.",
url: "https://www.corelabsai.com",
siteName: "Core Labs AI",
type: "website",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/a-sophisticated-enterprise-ai-operations-1772744461136-67953188.png",
alt: "Enterprise AI Operations Dashboard",
},
],
},
twitter: {
card: "summary_large_image",
title: "Core Labs AI - Enterprise AI Growth Consultancy",
description: "Strategic partnership for measurable AI impact. 2X ROI guarantee.",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/a-sophisticated-enterprise-ai-operations-1772744461136-67953188.png",
],
},
robots: {
index: true,
follow: true,
},
};
title: "Core Labs AI - Enterprise AI Partnership", description: "Partner with Core Labs AI to engineer multi-million dollar revenue streams and optimize mission-critical operations using proprietary AI frameworks."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${montserrat.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1438,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -75,26 +75,26 @@ export default function HomePage() {
]}
buttonAnimation="blur-reveal"
testimonials={[
{
name: "Michael Chen", handle: "COO, Fortune 500 Industrial", testimonial:
"Core Labs AI delivered measurable cost savings of $8.2M in first year across procurement and operations.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/professional-headshot-of-a-45-year-old-m-1772744460454-616e27be.png"},
{
name: "Sarah Rodriguez", handle: "VP Commercial, Global Infrastructure", testimonial:
"Their pilot-first approach eliminated risk. We validated $3.5M opportunity before full rollout.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/professional-headshot-of-a-40-year-old-f-1772744461668-33b2b81b.png"},
{
name: "David Kim", handle: "CRO, Manufacturing Leader", testimonial:
"Revenue acceleration exceeded projections by 27%. The governance framework ensures sustained performance.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/professional-headshot-of-a-50-year-old-m-1772744460238-9ead324c.png"},
{
name: "Elena Volkov", handle: "CEO, Energy & Resources", testimonial:
"Integration was non-disruptive. Our legacy systems remain untouched while AI drives $12M incremental value.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/professional-headshot-of-a-48-year-old-f-1772744460218-18779068.png"},
{
name: "Michael Chen", handle: "COO, Fortune 500 Industrial", testimonial:
"Core Labs AI delivered measurable cost savings of $8.2M in first year across procurement and operations.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/professional-headshot-of-a-45-year-old-m-1772744460454-616e27be.png"},
{
name: "David Kim", handle: "CRO, Manufacturing Leader", testimonial:
"Revenue acceleration exceeded projections by 27%. The governance framework ensures sustained performance.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/professional-headshot-of-a-50-year-old-m-1772744460238-9ead324c.png"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -241,21 +241,21 @@ export default function HomePage() {
<TestimonialCardSix
testimonials={[
{
id: "1", name: "Security & Compliance", handle: "GDPR/CCPA Aligned", testimonial:
"Privacy-by-design architecture. Data governance frameworks, encryption at rest and in transit, audit trails for all model decisions. Third-party security validation and SOC 2 compliance.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/enterprise-data-security-and-compliance--1772744461441-fe93c62e.png"},
{
id: "2", name: "Integration Discipline", handle: "Zero System Disruption", testimonial:
"API-led architecture operates alongside legacy systems. Sandbox testing environment. Phased rollout with controlled change windows. ERP/CRM/SCM ecosystem compatibility.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/api-led-integration-architecture-diagram-1772744460369-a3d6e858.png"},
{
id: "3", name: "Pilot-First Risk Mitigation", handle: "Validate Before Scale", testimonial:
id: "1", name: "Pilot-First Risk Mitigation", handle: "Validate Before Scale", testimonial:
"Isolated environment for proof-of-concept. Measurable delta validation. Success criteria gate before enterprise deployment. Governance checkpoints at every phase.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/pilot-first-risk-mitigation-framework-vi-1772744462804-72c99874.png"},
{
id: "4", name: "Non-Disruption Guarantee", handle: "Business Continuity", testimonial:
id: "2", name: "Non-Disruption Guarantee", handle: "Business Continuity", testimonial:
"Your current systems remain operational. AI operates in parallel. No forced migration or rip-and-replace. Change management framework ensures smooth adoption.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/business-continuity-and-non-disruption-a-1772744460654-a94229c5.png"},
{
id: "3", name: "Security & Compliance", handle: "GDPR/CCPA Aligned", testimonial:
"Privacy-by-design architecture. Data governance frameworks, encryption at rest and in transit, audit trails for all model decisions. Third-party security validation and SOC 2 compliance.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/enterprise-data-security-and-compliance--1772744461441-fe93c62e.png"},
{
id: "4", name: "Integration Discipline", handle: "Zero System Disruption", testimonial:
"API-led architecture operates alongside legacy systems. Sandbox testing environment. Phased rollout with controlled change windows. ERP/CRM/SCM ecosystem compatibility.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXgUxopkYorBfj7IizqokauP27/api-led-integration-architecture-diagram-1772744460369-a3d6e858.png"},
{
id: "5", name: "Global Delivery Model", handle: "24/7 Support & Scale", testimonial:
"Distributed delivery team across EMEA, APAC, Americas. Time-zone coverage. Scalable operating model. Local expertise, global standards.", imageSrc:
@@ -305,7 +305,7 @@ export default function HomePage() {
"Three-part approach: (1) Role-based training aligned to daily workflows. (2) Change management framework with executive sponsors at each level. (3) Sustained performance governance—adoption metrics tracked monthly, optimization cycles quarterly. We measure engagement and continuously improve UX until 80%+ adoption is achieved."},
{
id: "6", title: "What does 'ongoing R&D access' include?", content:
"Quarterly access to latest AI frameworks and models. Integration of new capabilities aligned to your roadmap. Participation in Core Labs AI research initiatives. Priority access to emerging AI tools and techniques. Continuous model retraining as business needs evolve. Dedicated relationship manager and strategic planning sessions."},
"Quarterly access to latest AI frameworks and models. Integration of new capabilities aligned to your roadmap. Participation in Core Labs AI research initiatives. Priority access to emerging AI tools and techniques. Continuous model retraining as business needs evolve. Dedicated relationship manager and strategic planning sessions."}
]}
/>
</div>
@@ -356,4 +356,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}