diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index f9a8e52..fa3b0f6 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -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 (
-
-
-
-
- {children}
-
+
+ {children}
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1473061..d00fc6b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -356,4 +356,4 @@ export default function HomePage() {
);
-}
\ No newline at end of file
+}